Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance
626 struct sdhci_ops { struct628 u32 (*read_l)(struct sdhci_host *host, int reg);629 u16 (*read_w)(struct sdhci_host *host, int reg);630 u8 (*read_b)(struct sdhci_host *host, int reg);642 int (*set_dma_mask)(struct sdhci_host *host);643 int (*enable_dma)(struct sdhci_host *host);649 void (*set_timeout)(struct sdhci_host *host,658 void (*hw_reset)(struct sdhci_host *host);660 void (*card_event)(struct sdhci_host *host);661 void (*voltage_switch)(struct sdhci_host *host);[all …]
3035 static const struct mmc_host_ops sdhci_ops = { variable
Completed in 16 milliseconds