Searched refs:RZV2M_PORT_PINMUX (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/ |
A D | r9a09g011-v2mevk2.dts | 73 pinmux = <RZV2M_PORT_PINMUX(5, 0, 2)>, /* SDA */ 74 <RZV2M_PORT_PINMUX(5, 1, 2)>; /* SCL */ 78 pinmux = <RZV2M_PORT_PINMUX(3, 8, 2)>, /* SDA */ 79 <RZV2M_PORT_PINMUX(3, 9, 2)>; /* SCL */
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | renesas,rzv2m-pinctrl.yaml | 70 alternate function configuration number using the RZV2M_PORT_PINMUX() 167 pinmux = <RZV2M_PORT_PINMUX(3, 8, 2)>, /* SDA */ 168 <RZV2M_PORT_PINMUX(3, 9, 2)>; /* SCL */
|
/linux-6.3-rc2/include/dt-bindings/pinctrl/ |
A D | rzv2m-pinctrl.h | 18 #define RZV2M_PORT_PINMUX(b, p, f) ((b) * RZV2M_PINS_PER_PORT + (p) | ((f) << 16)) macro
|
Completed in 3 milliseconds