Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a7778.c | 1259 #define SH_PFC_PINS(name, args...) \ macro 1278 #define AUDIO_PFC_PIN(name, pin) SH_PFC_PINS(name, pin) 1294 #define CAN_PFC_PINS(name, args...) SH_PFC_PINS(name, args) 1321 SH_PFC_PINS(ether_rmii, RCAR_GP_PIN(4, 10), RCAR_GP_PIN(4, 11), 1331 SH_PFC_PINS(ether_link, RCAR_GP_PIN(4, 19)); 1333 SH_PFC_PINS(ether_magic, RCAR_GP_PIN(4, 20)); 1337 #define SCIF_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1369 #define HSPI_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1406 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1432 #define MMC_PFC_PINS(name, args...) SH_PFC_PINS(name, args) [all …]
|