Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1280 #define SH_PFC_PINS(name, args...) \ macro 1299 #define AUDIO_PFC_PIN(name, pin) SH_PFC_PINS(name, pin) 1315 #define CAN_PFC_PINS(name, args...) SH_PFC_PINS(name, args) 1342 SH_PFC_PINS(ether_rmii, RCAR_GP_PIN(4, 10), RCAR_GP_PIN(4, 11), 1352 SH_PFC_PINS(ether_link, RCAR_GP_PIN(4, 19)); 1354 SH_PFC_PINS(ether_magic, RCAR_GP_PIN(4, 20)); 1358 #define SCIF_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1390 #define HSPI_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1427 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1453 #define MMC_PFC_PINS(name, args...) SH_PFC_PINS(name, args) [all …]
|