Searched refs:PINMUX_GPIO (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | sh_pfc.h | 41 #define PINMUX_GPIO(gpio, data_or_mark)[gpio] = { data_or_mark } macro 135 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) 138 #define GPIO_FN(str) PINMUX_GPIO(GPIO_FN_##str, str##_MARK) 139 #define GPIO_GFN(str) PINMUX_GPIO(GPIO_GFN_##str, str##_GMARK) 140 #define GPIO_IFN(str) PINMUX_GPIO(GPIO_IFN_##str, str##_IMARK)
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | pfc-r8a7790.h | 110 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
|
| H A D | pfc-r8a7794.c | 47 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
|
| H A D | pfc-r8a7793.c | 39 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
|
| H A D | pfc-r8a7795.c | 127 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
|
| H A D | pfc-r8a7796.c | 105 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
|