Searched refs:PORT_GP_CFG_30 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 473 #define PORT_GP_CFG_30(bank, fn, sfx, cfg) \ macro 476 #define PORT_GP_30(bank, fn, sfx) PORT_GP_CFG_30(bank, fn, sfx, 0) 479 PORT_GP_CFG_30(bank, fn, sfx, cfg), \
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 577 #define PORT_GP_CFG_30(bank, fn, sfx, cfg) \ macro 580 #define PORT_GP_30(bank, fn, sfx) PORT_GP_CFG_30(bank, fn, sfx, 0) 583 PORT_GP_CFG_30(bank, fn, sfx, cfg), \
|
H A D | pfc-r8a7792.c | 25 PORT_GP_CFG_30(11, fn, sfx, SH_PFC_PIN_CFG_PULL_UP)
|
H A D | pfc-r8a7790.c | 25 PORT_GP_CFG_30(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \ 26 PORT_GP_CFG_30(2, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
|
H A D | pfc-r8a77980.c | 24 PORT_GP_CFG_30(2, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE_18_33 | SH_PFC_PIN_CFG_PULL_UP_DOWN), \
|