Searched refs:MMC_PFC_PINS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1452 #define MMC_PFC_PINS(name, args...) SH_PFC_PINS(name, args) macro 1460 MMC_PFC_PINS(mmc_ctrl, RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6)); 1462 MMC_PFC_PINS(mmc_data1, RCAR_GP_PIN(1, 7)); 1464 MMC_PFC_PINS(mmc_data4, RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 8), 1468 MMC_PFC_PINS(mmc_data8, RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 8),
|