Searched refs:GPIO_PINRANGE (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/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 …]
|