Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-r8a7740.c1517 #define __PU (SH_PFC_PIN_CFG_PULL_UP) macro
1521 #define R8A7740_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1525 #define R8A7740_PIN_IO_PU(pin) SH_PFC_PIN_CFG(pin, __IO | __PU)
H A Dpfc-sh73a0.c1151 #define __PU (SH_PFC_PIN_CFG_PULL_UP) macro
1155 #define SH73A0_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1159 #define SH73A0_PIN_IO_PU(pin) SH_PFC_PIN_CFG(pin, __IO | __PU)