Home
last modified time | relevance | path

Searched refs:SPPCTL_PCTL_L_ODR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h22 #define SPPCTL_PCTL_L_ODR (0x01 << 4) /* Output Open Drain */ macro
/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c620 if (configs[i] & SPPCTL_PCTL_L_ODR) in sppctl_pin_config_set()