Home
last modified time | relevance | path

Searched refs:RZV2M_PORT_PINMUX (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/arm64/boot/dts/renesas/
A Dr9a09g011-v2mevk2.dts73 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 Drenesas,rzv2m-pinctrl.yaml70 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 Drzv2m-pinctrl.h18 #define RZV2M_PORT_PINMUX(b, p, f) ((b) * RZV2M_PINS_PER_PORT + (p) | ((f) << 16)) macro

Completed in 3 milliseconds