Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-r8a7740.c1516 #define __PD (SH_PFC_PIN_CFG_PULL_DOWN) macro
1520 #define R8A7740_PIN_I_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PD)
1524 #define R8A7740_PIN_IO_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PD)
H A Dpfc-sh73a0.c1150 #define __PD (SH_PFC_PIN_CFG_PULL_DOWN) macro
1154 #define SH73A0_PIN_I_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PD)
1158 #define SH73A0_PIN_IO_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PD)