Home
last modified time | relevance | path

Searched refs:type1_end (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/pinctrl/mediatek/
Dpinctrl-mt6397.c32 .type1_end = 41,
Dpinctrl-mtk-common.h251 unsigned short type1_end; member
Dpinctrl-mt8516.c323 .type1_end = 125,
Dpinctrl-mt8127.c291 .type1_end = 143,
Dpinctrl-mt8167.c323 .type1_end = 125,
Dpinctrl-mt8173.c331 .type1_end = 135,
Dpinctrl-mt2701.c522 .type1_end = 280,
Dpinctrl-mt8135.c304 .type1_end = 149,
Dpinctrl-mt2712.c575 .type1_end = 210,
Dpinctrl-mtk-common.c56 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) in mtk_get_regmap()