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

/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c40 .type1_end = 41,
H A Dpinctrl-mtk-common.h220 * @type1_end: The end of pin number to use the second address.
247 unsigned short type1_end; member in struct:mtk_pinctrl_devdata
H A Dpinctrl-mt8127.c299 .type1_end = 143,
H A Dpinctrl-mt8135.c312 .type1_end = 149,
H A Dpinctrl-mt8173.c339 .type1_end = 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 77 milliseconds