Searched refs:RCAR_NOGP_PIN (Results 1 – 3 of 3) sorted by relevance
169 #define PIN_ASEBRK RCAR_NOGP_PIN(1)170 #define PIN_AVB_MDIO RCAR_NOGP_PIN(2)171 #define PIN_AVB_RD0 RCAR_NOGP_PIN(3)172 #define PIN_AVB_RD1 RCAR_NOGP_PIN(4)173 #define PIN_AVB_RD2 RCAR_NOGP_PIN(5)174 #define PIN_AVB_RD3 RCAR_NOGP_PIN(6)175 #define PIN_AVB_RXC RCAR_NOGP_PIN(7)176 #define PIN_AVB_RX_CTL RCAR_NOGP_PIN(8)177 #define PIN_AVB_TD0 RCAR_NOGP_PIN(9)178 #define PIN_AVB_TD1 RCAR_NOGP_PIN(10)[all …]
170 #define PIN_ASEBRK RCAR_NOGP_PIN(1)171 #define PIN_AVB_MDIO RCAR_NOGP_PIN(2)172 #define PIN_AVB_RD0 RCAR_NOGP_PIN(3)173 #define PIN_AVB_RD1 RCAR_NOGP_PIN(4)174 #define PIN_AVB_RD2 RCAR_NOGP_PIN(5)175 #define PIN_AVB_RD3 RCAR_NOGP_PIN(6)176 #define PIN_AVB_RXC RCAR_NOGP_PIN(7)177 #define PIN_AVB_RX_CTL RCAR_NOGP_PIN(8)178 #define PIN_AVB_TD0 RCAR_NOGP_PIN(9)179 #define PIN_AVB_TD1 RCAR_NOGP_PIN(10)[all …]
43 #define RCAR_NOGP_PIN(pin) (PIN_NOGPSR_START + pin) macro