Home
last modified time | relevance | path

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

/drivers/pinctrl/sh-pfc/
Dpfc-sh73a0.c1172 #define __PUD (SH_PFC_PIN_CFG_PULL_DOWN | SH_PFC_PIN_CFG_PULL_UP) macro
1176 #define SH73A0_PIN_I_PU_PD(pin) SH73A0_PIN(pin, __I | __PUD)
1180 #define SH73A0_PIN_IO_PU_PD(pin) SH73A0_PIN(pin, __IO | __PUD)
Dpfc-r8a73a4.c1281 #define __PUD (SH_PFC_PIN_CFG_PULL_DOWN | SH_PFC_PIN_CFG_PULL_UP) macro
1283 #define R8A73A4_PIN_IO_PU_PD(pin) R8A73A4_PIN(pin, __IO | __PUD)