Home
last modified time | relevance | path

Searched refs:SPPCTL_PCTL_G_GPIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/sunplus/
H A Dsunplus-sp7021.dtsi122 sunplus,pins = < SPPCTL_IOPAD(0,SPPCTL_PCTL_G_GPIO,0,SPPCTL_PCTL_L_OUT) >;
128 sunplus,pins = < SPPCTL_IOPAD(91, SPPCTL_PCTL_G_GPIO, 0, 0) >;
133 SPPCTL_IOPAD(26,SPPCTL_PCTL_G_GPIO,0,0)
134 SPPCTL_IOPAD(28,SPPCTL_PCTL_G_GPIO,0,0)
/openbmc/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h15 #define SPPCTL_PCTL_G_GPIO (IOP_G_FIRST | IOP_G_MASTE) macro
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsunplus,sp7021-pinctrl.yaml342 sunplus,pins = < SPPCTL_IOPAD(91, SPPCTL_PCTL_G_GPIO, 0, 0) >;
/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c878 if (pin_type == SPPCTL_PCTL_G_GPIO) { in sppctl_dt_node_to_map()