Searched refs:type1_start (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c39 .type1_start = 41,
H A Dpinctrl-mtk-common.h217 * @type1_start: Some chips have two base addresses for pull select register,
246 unsigned short type1_start; member in struct:mtk_pinctrl_devdata
H A Dpinctrl-mt8127.c298 .type1_start = 143,
H A Dpinctrl-mt8135.c311 .type1_start = 34,
H A Dpinctrl-mt8173.c338 .type1_start = 135,
H A Dpinctrl-mtk-common.c55 * When pin number greater than type1_start and less than type1_end,
61 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) mtk_get_regmap()

Completed in 161 milliseconds