Searched refs:CPU_ALL_PORT (Results 1 – 14 of 14) sorted by relevance
/external/u-boot/arch/arm/mach-rmobile/ |
D | pfc-r8a7790.h | 28 #define CPU_ALL_PORT(fn, pfx, sfx) \ macro 48 #define CPU_ALL_PORT(fn, pfx, sfx) \ macro 91 #define CPU_ALL_PORT(fn, pfx, sfx) \ macro 116 #define GP_ALL(str) CPU_ALL_PORT(_PORT_ALL, GP, str) 117 #define PINMUX_GPIO_GP_ALL() CPU_ALL_PORT(_GP_GPIO, , unused) 118 #define PINMUX_DATA_GP_ALL() CPU_ALL_PORT(_GP_DATA, , unused)
|
D | pfc-r8a7740.c | 26 #define CPU_ALL_PORT(fn, pfx, sfx) \ macro
|
D | pfc-sh73a0.c | 26 #define CPU_ALL_PORT(fn, pfx, sfx) \ macro
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 504 #define GP_ALL(str) CPU_ALL_PORT(_GP_ALL, str) 514 #define PINMUX_GPIO_GP_ALL() CPU_ALL_PORT(_GP_GPIO, unused) 518 #define PINMUX_DATA_GP_ALL() CPU_ALL_PORT(_GP_DATA, unused) 542 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 583 #define PINMUX_DATA_ALL() CPU_ALL_PORT(_PORT_DATA, , unused)
|
D | pfc-r8a7792.c | 17 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a77970.c | 22 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a77995.c | 22 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a7794.c | 18 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a77990.c | 25 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a7790.c | 23 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a7791.c | 21 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a7796.c | 26 #define CPU_ALL_PORT(fn, sfx) \ macro
|
D | pfc-r8a7795.c | 20 #define CPU_ALL_PORT(fn, sfx) \ macro
|
/external/u-boot/include/ |
D | sh_pfc.h | 136 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 137 #define GPIO_PORT_ALL() CPU_ALL_PORT(_GPIO_PORT, , unused)
|