Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-aspeed.c23 struct aspeed_sdc { struct
32 struct aspeed_sdc *parent; argument
36 static void aspeed_sdc_configure_8bit_mode(struct aspeed_sdc *sdc, in aspeed_sdc_configure_8bit_mode()
94 struct aspeed_sdc *aspeed_sdc; in aspeed_sdhci_set_bus_width() local
99 aspeed_sdc = aspeed_sdhci->parent; in aspeed_sdhci_set_bus_width()
102 aspeed_sdc_configure_8bit_mode(aspeed_sdc, aspeed_sdhci, in aspeed_sdhci_set_bus_width()
254 struct aspeed_sdc *sdc; in aspeed_sdc_probe()
303 struct aspeed_sdc *sdc = dev_get_drvdata(&pdev->dev); in aspeed_sdc_remove()