Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-r8a7740.c1531 #define __PU (SH_PFC_PIN_CFG_PULL_UP) macro
1535 #define R8A7740_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1539 #define R8A7740_PIN_IO_PU(pin) SH_PFC_PIN_CFG(pin, __IO | __PU)
Dpfc-sh73a0.c1162 #define __PU (SH_PFC_PIN_CFG_PULL_UP) macro
1166 #define SH73A0_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1170 #define SH73A0_PIN_IO_PU(pin) SH_PFC_PIN_CFG(pin, __IO | __PU)