Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci-of-aspeed.c39 struct aspeed_sdc { struct
74 struct aspeed_sdc *parent;
91 static void aspeed_sdc_set_slot_capability(struct sdhci_host *host, struct aspeed_sdc *sdc, in aspeed_sdc_set_slot_capability()
111 static void aspeed_sdc_configure_8bit_mode(struct aspeed_sdc *sdc, in aspeed_sdc_configure_8bit_mode()
142 aspeed_sdc_set_phase_taps(struct aspeed_sdc *sdc, in aspeed_sdc_set_phase_taps()
300 struct aspeed_sdc *aspeed_sdc; in aspeed_sdhci_set_bus_width() local
305 aspeed_sdc = aspeed_sdhci->parent; in aspeed_sdhci_set_bus_width()
308 aspeed_sdc_configure_8bit_mode(aspeed_sdc, aspeed_sdhci, in aspeed_sdhci_set_bus_width()
528 struct aspeed_sdc *sdc; in aspeed_sdc_probe()
576 struct aspeed_sdc *sdc = dev_get_drvdata(&pdev->dev); in aspeed_sdc_remove()