Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7778.c | 1255 #define SH_PFC_PINS(name, args...) \ macro 1274 #define AUDIO_PFC_PIN(name, pin) SH_PFC_PINS(name, pin) 1290 #define CAN_PFC_PINS(name, args...) SH_PFC_PINS(name, args) 1317 SH_PFC_PINS(ether_rmii, RCAR_GP_PIN(4, 10), RCAR_GP_PIN(4, 11), 1327 SH_PFC_PINS(ether_link, RCAR_GP_PIN(4, 19)); 1329 SH_PFC_PINS(ether_magic, RCAR_GP_PIN(4, 20)); 1333 #define SCIF_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1365 #define HSPI_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1402 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1428 SH_PFC_PINS(lbsc_cs0, PIN_CS0); [all …]
|