Home
last modified time | relevance | path

Searched refs:SH_PFC_PIN_CFG_INPUT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h24 #define SH_PFC_PIN_CFG_INPUT (1 << 0) macro
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl.c437 dir = input ? SH_PFC_PIN_CFG_INPUT : SH_PFC_PIN_CFG_OUTPUT; in sh_pfc_gpio_set_direction()
H A Dsh_pfc.h26 #define SH_PFC_PIN_CFG_INPUT (1 << 0) macro
H A Dpfc-r8a7740.c1513 #define __I (SH_PFC_PIN_CFG_INPUT)
1515 #define __IO (SH_PFC_PIN_CFG_INPUT | SH_PFC_PIN_CFG_OUTPUT)
H A Dpfc-sh73a0.c1147 #define __I (SH_PFC_PIN_CFG_INPUT)
1149 #define __IO (SH_PFC_PIN_CFG_INPUT | SH_PFC_PIN_CFG_OUTPUT)
H A Dpfc-r8a73a4.c1254 #define __IO (SH_PFC_PIN_CFG_INPUT | SH_PFC_PIN_CFG_OUTPUT)