Searched refs:GPIO_PINRANGE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-merrifield.c | 47 #define GPIO_PINRANGE(gstart, gend, pstart) \ macro 62 GPIO_PINRANGE(0, 11, 146), 63 GPIO_PINRANGE(12, 13, 144), 64 GPIO_PINRANGE(14, 15, 35), 65 GPIO_PINRANGE(16, 16, 164), 66 GPIO_PINRANGE(17, 18, 105), 67 GPIO_PINRANGE(19, 22, 101), 68 GPIO_PINRANGE(23, 30, 107), 69 GPIO_PINRANGE(32, 43, 67), 70 GPIO_PINRANGE(44, 63, 195), [all …]
|
/Linux-v4.19/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 214 #define GPIO_PINRANGE(start, end) \ macro 377 GPIO_PINRANGE(0, 7), 378 GPIO_PINRANGE(15, 22), 379 GPIO_PINRANGE(30, 37), 380 GPIO_PINRANGE(45, 52), 381 GPIO_PINRANGE(60, 67), 382 GPIO_PINRANGE(75, 82), 383 GPIO_PINRANGE(90, 97), 472 GPIO_PINRANGE(0, 8), 473 GPIO_PINRANGE(15, 27), [all …]
|