Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/pinctrl/sh-pfc/ |
| D | pfc-r8a7778.c | 1279 #define SH_PFC_PINS(name, args...) \ macro 1298 #define AUDIO_PFC_PIN(name, pin) SH_PFC_PINS(name, pin) 1314 #define CAN_PFC_PINS(name, args...) SH_PFC_PINS(name, args) 1341 SH_PFC_PINS(ether_rmii, RCAR_GP_PIN(4, 10), RCAR_GP_PIN(4, 11), 1351 SH_PFC_PINS(ether_link, RCAR_GP_PIN(4, 19)); 1353 SH_PFC_PINS(ether_magic, RCAR_GP_PIN(4, 20)); 1357 #define SCIF_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1389 #define HSPI_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1426 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1452 #define MMC_PFC_PINS(name, args...) SH_PFC_PINS(name, args) [all …]
|