Searched refs:RZA2_PINMUX (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm/boot/dts/ |
| A D | r7s9210-rza2mevb.dts | 147 <RZA2_PINMUX(PORTE, 5, 1)>, /* ET0_MDC */ 148 <RZA2_PINMUX(PORTE, 6, 1)>, /* ET0_MDIO */ 149 <RZA2_PINMUX(PORTL, 0, 5)>; /* IRQ4 */ 161 <RZA2_PINMUX(PORT3, 3, 1)>, /* ET1_MDC */ 163 <RZA2_PINMUX(PORTL, 1, 5)>; /* IRQ5 */ 178 <RZA2_PINMUX(PORTE, 1, 3)>; /* RxD2 */ 183 <RZA2_PINMUX(PORT5, 1, 3)>; /* SD0_WP */ 188 <RZA2_PINMUX(PORT5, 5, 3)>; /* SD1_WP */ 193 <RZA2_PINMUX(PORTC, 6, 1)>, /* VBUSEN0 */ 194 <RZA2_PINMUX(PORTC, 7, 1)>; /* OVRCUR0 */ [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | renesas,rza2-pinctrl.yaml | 55 pin number and the desired function index. Use the RZA2_PINMUX macro 67 alternate function configuration number using the RZA2_PINMUX() 97 pinmux = <RZA2_PINMUX(PORT9, 0, 4)>, /* TxD4 */ 98 <RZA2_PINMUX(PORT9, 1, 4)>; /* RxD4 */
|
| /linux/include/dt-bindings/pinctrl/ |
| A D | r7s9210-pinctrl.h | 40 #define RZA2_PINMUX(b, p, f) ((b) * RZA2_PINS_PER_PORT + (p) | (f << 16)) macro
|
Completed in 5 milliseconds