Searched refs:IPnSR (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-rcar-common.h | 49 #define IPnSR(bank, reg, shift, func) \ macro 52 #define IP0SR0(shift, func) IPnSR(0, 0, shift, func) 53 #define IP1SR0(shift, func) IPnSR(1, 0, shift, func) 54 #define IP2SR0(shift, func) IPnSR(2, 0, shift, func) 55 #define IP3SR0(shift, func) IPnSR(3, 0, shift, func) 56 #define IP0SR1(shift, func) IPnSR(0, 1, shift, func) 57 #define IP1SR1(shift, func) IPnSR(1, 1, shift, func) 58 #define IP2SR1(shift, func) IPnSR(2, 1, shift, func) 59 #define IP3SR1(shift, func) IPnSR(3, 1, shift, func) 60 #define IP0SR2(shift, func) IPnSR(0, 2, shift, func) [all …]
|