Home
last modified time | relevance | path

Searched refs:aspeed_sdc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-aspeed.c40 struct aspeed_sdc { struct
75 struct aspeed_sdc *parent;
92 static void aspeed_sdc_set_slot_capability(struct sdhci_host *host, struct aspeed_sdc *sdc, in aspeed_sdc_set_slot_capability()
112 static void aspeed_sdc_configure_8bit_mode(struct aspeed_sdc *sdc, in aspeed_sdc_configure_8bit_mode()
143 aspeed_sdc_set_phase_taps(struct aspeed_sdc *sdc, in aspeed_sdc_set_phase_taps()
301 struct aspeed_sdc *aspeed_sdc; in aspeed_sdhci_set_bus_width() local
306 aspeed_sdc = aspeed_sdhci->parent; in aspeed_sdhci_set_bus_width()
309 aspeed_sdc_configure_8bit_mode(aspeed_sdc, aspeed_sdhci, in aspeed_sdhci_set_bus_width()
525 struct aspeed_sdc *sdc; in aspeed_sdc_probe()
578 struct aspeed_sdc *sdc = dev_get_drvdata(&pdev->dev); in aspeed_sdc_remove()