Searched refs:BCM2835_GPIO_PIN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 95 #define BCM2835_GPIO_PIN(a) PINCTRL_PIN(a, "gpio" #a) macro 97 BCM2835_GPIO_PIN(0), 98 BCM2835_GPIO_PIN(1), 99 BCM2835_GPIO_PIN(2), 100 BCM2835_GPIO_PIN(3), 101 BCM2835_GPIO_PIN(4), 102 BCM2835_GPIO_PIN(5), 103 BCM2835_GPIO_PIN(6), 104 BCM2835_GPIO_PIN(7), 105 BCM2835_GPIO_PIN( [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 98 #define BCM2835_GPIO_PIN(a) PINCTRL_PIN(a, "gpio" #a) macro 100 BCM2835_GPIO_PIN(0), 101 BCM2835_GPIO_PIN(1), 102 BCM2835_GPIO_PIN(2), 103 BCM2835_GPIO_PIN(3), 104 BCM2835_GPIO_PIN(4), 105 BCM2835_GPIO_PIN(5), 106 BCM2835_GPIO_PIN(6), 107 BCM2835_GPIO_PIN(7), 108 BCM2835_GPIO_PIN( [all...] |
Completed in 2 milliseconds