Searched refs:TB10X_PORT7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 30 #define TB10X_PORT7 (80) macro 155 PINCTRL_PIN(TB10X_PORT7 + 0, "UART0_TXD"), 156 PINCTRL_PIN(TB10X_PORT7 + 1, "UART0_RXD"), 280 static const unsigned uart0_pins[] = { TB10X_PORT7 + 0, TB10X_PORT7 + 1, 281 TB10X_PORT7 + 2, TB10X_PORT7 + 3}; 282 static const unsigned uart1_pins[] = { TB10X_PORT7 + 4, TB10X_PORT7 + 5, 283 TB10X_PORT7 + 6, TB10X_PORT7 + 7}; 284 static const unsigned gpiol_pins[] = { TB10X_PORT7 + 0, TB10X_PORT7 + 1, 285 TB10X_PORT7 + 2, TB10X_PORT7 + 3}; 286 static const unsigned gpiom_pins[] = { TB10X_PORT7 + 4, TB10X_PORT7 + 5, [all …]
|