Home
last modified time | relevance | path

Searched refs:type1_end (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c32 .type1_end = 41,
H A Dpinctrl-mtk-common.h221 * @type1_end: The end of pin number to use the second address.
251 unsigned short type1_end; member
H A Dpinctrl-mt8127.c291 .type1_end = 143,
H A Dpinctrl-mt8167.c323 .type1_end = 125,
H A Dpinctrl-mt8516.c323 .type1_end = 125,
H A Dpinctrl-mt2701.c522 .type1_end = 280,
H A Dpinctrl-mt2712.c575 .type1_end = 210,
H A Dpinctrl-mt8135.c304 .type1_end = 149,
H A Dpinctrl-mt8173.c331 .type1_end = 135,
H A Dpinctrl-mtk-common.c50 * When pin number greater than type1_start and less than type1_end,
56 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) in mtk_get_regmap()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c31 .type1_end = 41,
H A Dpinctrl-mtk-common.h230 * @type1_end: The end of pin number to use the second address.
271 unsigned short type1_end; member
H A Dpinctrl-mt8516.c309 .type1_end = 125,
H A Dpinctrl-mt8127.c276 .type1_end = 143,
H A Dpinctrl-mt8167.c309 .type1_end = 125,
H A Dpinctrl-mt2701.c508 .type1_end = 280,
H A Dpinctrl-mt2712.c557 .type1_end = 210,
H A Dpinctrl-mt8365.c461 .type1_end = 145,
H A Dpinctrl-mt8135.c305 .type1_end = 149,
H A Dpinctrl-mt8173.c317 .type1_end = 135,
H A Dpinctrl-mtk-common.c47 * When pin number greater than type1_start and less than type1_end,
53 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) in mtk_get_regmap()

Completed in 13 milliseconds