Searched refs:PORT_GP_CFG_32 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 573 #define PORT_GP_CFG_32(bank, fn, sfx, cfg) \ macro 577 #define PORT_GP_32(bank, fn, sfx) PORT_GP_CFG_32(bank, fn, sfx, 0)
|
D | pfc-r8a7778.c | 26 PORT_GP_CFG_32(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \ 27 PORT_GP_CFG_32(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \ 28 PORT_GP_CFG_32(2, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \ 29 PORT_GP_CFG_32(3, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
|
D | pfc-r8a7790.c | 27 PORT_GP_CFG_32(3, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \
|
D | pfc-r8a77950.c | 27 PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS), \
|
D | pfc-r8a77951.c | 28 PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS), \
|
D | pfc-r8a77965.c | 34 PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS), \
|
D | pfc-r8a7796.c | 33 PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS), \
|