Lines Matching +full:2 +full:pin
27 /* Arbitrary number to encode non capable gpio pin */
31 * @brief Utility macro to encode a GPIO capable pin
34 * @param pin the pin within the GPIO bank (0..31)
36 #define RCAR_GP_PIN(bank, pin) (((bank) * 32U) + (pin)) argument
39 * @brief Utility macro to encode a non capable GPIO pin
41 * @param pin the encoded pin number
43 #define RCAR_NOGP_PIN(pin) (PIN_NOGPSR_START + pin) argument
54 #define IP2SR0(shift, func) IPnSR(2, 0, shift, func)
58 #define IP2SR1(shift, func) IPnSR(2, 1, shift, func)
60 #define IP0SR2(shift, func) IPnSR(0, 2, shift, func)
61 #define IP1SR2(shift, func) IPnSR(1, 2, shift, func)
62 #define IP2SR2(shift, func) IPnSR(2, 2, shift, func)
63 #define IP3SR2(shift, func) IPnSR(3, 2, shift, func)
66 #define IP2SR3(shift, func) IPnSR(2, 3, shift, func)
70 #define IP2SR4(shift, func) IPnSR(2, 4, shift, func)
74 #define IP2SR5(shift, func) IPnSR(2, 5, shift, func)
78 #define IP2SR6(shift, func) IPnSR(2, 6, shift, func)
82 #define IP2SR7(shift, func) IPnSR(2, 7, shift, func)
86 * @brief Macro to define a dummy IPSR flag for a pin
88 * This macro is used to define a dummy IPSR flag for a pin in the R-Car PFC
99 #define PIN_VOLTAGE_3P3V 2