Searched refs:BCM6358_GPIO_PIN (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm6358.c | 56 #define BCM6358_GPIO_PIN(a, b, bit1, bit2, bit3) \ macro 66 BCM6358_GPIO_PIN(0, "gpio0", LED, NONE, NONE), 67 BCM6358_GPIO_PIN(1, "gpio1", LED, NONE, NONE), 68 BCM6358_GPIO_PIN(2, "gpio2", LED, NONE, NONE), 69 BCM6358_GPIO_PIN(3, "gpio3", LED, NONE, NONE), 71 BCM6358_GPIO_PIN(5, "gpio5", SYS_IRQ, NONE, NONE), 72 BCM6358_GPIO_PIN(6, "gpio6", SERIAL_LED, NONE, NONE), 73 BCM6358_GPIO_PIN(7, "gpio7", SERIAL_LED, NONE, NONE), 74 BCM6358_GPIO_PIN(8, "gpio8", PWM_SYN_CLK, NONE, NONE), 75 BCM6358_GPIO_PIN(9, "gpio09", LEGACY_LED, NONE, NONE), [all …]
|