Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1273 #define SH_PFC_PINS(name, args...) \ macro 1292 #define AUDIO_PFC_PIN(name, pin) SH_PFC_PINS(name, pin) 1308 #define CAN_PFC_PINS(name, args...) SH_PFC_PINS(name, args) 1335 SH_PFC_PINS(ether_rmii, RCAR_GP_PIN(4, 10), RCAR_GP_PIN(4, 11), 1345 SH_PFC_PINS(ether_link, RCAR_GP_PIN(4, 19)); 1347 SH_PFC_PINS(ether_magic, RCAR_GP_PIN(4, 20)); 1351 #define SCIF_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1383 #define HSPI_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1420 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1446 #define MMC_PFC_PINS(name, args...) SH_PFC_PINS(name, args) [all …]
|