Searched refs:type1_end (Results 1 – 10 of 10) sorted by relevance
309 .type1_end = 125,
230 * @type1_end: The end of pin number to use the second address.271 unsigned short type1_end; member
276 .type1_end = 143,
317 .type1_end = 135,
557 .type1_end = 210,
461 .type1_end = 145,
508 .type1_end = 280,
305 .type1_end = 149,
47 * 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()