Searched refs:MXS_GPIO_NR (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 54 #define MXS_GPIO_NR(bank, nr) ((bank) * 32 + (nr)) macro 271 #define ENET0_MDC__GPIO_4_0 MXS_GPIO_NR(4, 0) 272 #define ENET0_MDIO__GPIO_4_1 MXS_GPIO_NR(4, 1) 273 #define ENET0_RX_EN__GPIO_4_2 MXS_GPIO_NR(4, 2) 274 #define ENET0_RXD0__GPIO_4_3 MXS_GPIO_NR(4, 3) 275 #define ENET0_RXD1__GPIO_4_4 MXS_GPIO_NR(4, 4) 276 #define ENET0_TX_EN__GPIO_4_6 MXS_GPIO_NR(4, 6) 277 #define ENET0_TXD0__GPIO_4_7 MXS_GPIO_NR(4, 7) 278 #define ENET0_TXD1__GPIO_4_8 MXS_GPIO_NR(4, 8) 279 #define ENET_CLK__GPIO_4_16 MXS_GPIO_NR(4, 16) 281 #define TX28_FEC_PHY_POWER MXS_GPIO_NR(3, 29) 282 #define TX28_FEC_PHY_RESET MXS_GPIO_NR(4, 13) 283 #define TX28_FEC_nINT MXS_GPIO_NR(4, 5)
|
Completed in 35 milliseconds