Searched refs:GPIO_PINRANGE (Results 1 – 2 of 2) sorted by relevance
/drivers/gpio/ |
D | gpio-merrifield.c | 43 #define GPIO_PINRANGE(gstart, gend, pstart) \ macro 58 GPIO_PINRANGE(0, 11, 146), 59 GPIO_PINRANGE(12, 13, 144), 60 GPIO_PINRANGE(14, 15, 35), 61 GPIO_PINRANGE(16, 16, 164), 62 GPIO_PINRANGE(17, 18, 105), 63 GPIO_PINRANGE(19, 22, 101), 64 GPIO_PINRANGE(23, 30, 107), 65 GPIO_PINRANGE(32, 43, 67), 66 GPIO_PINRANGE(44, 63, 195), [all …]
|
/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 201 #define GPIO_PINRANGE(start, end) \ macro 362 GPIO_PINRANGE(0, 7), 363 GPIO_PINRANGE(15, 22), 364 GPIO_PINRANGE(30, 37), 365 GPIO_PINRANGE(45, 52), 366 GPIO_PINRANGE(60, 67), 367 GPIO_PINRANGE(75, 82), 368 GPIO_PINRANGE(90, 97), 457 GPIO_PINRANGE(0, 8), 458 GPIO_PINRANGE(15, 27), [all …]
|