Searched refs:SH_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
/openbmc/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) 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) 1402 #define I2C_PFC_PIN(name, args...) SH_PFC_PINS(name, args) 1640 SH_PFC_PINS(usb0, RCAR_GP_PIN(0, 1)); 1642 SH_PFC_PINS(usb0_ovc, RCAR_GP_PIN(0, 3)); 1646 SH_PFC_PINS(usb1, RCAR_GP_PIN(0, 2)); [all …]
|