Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance
617 struct sdhci_ops { struct619 u32 (*read_l)(struct sdhci_host *host, int reg);620 u16 (*read_w)(struct sdhci_host *host, int reg);621 u8 (*read_b)(struct sdhci_host *host, int reg);633 int (*set_dma_mask)(struct sdhci_host *host);634 int (*enable_dma)(struct sdhci_host *host);640 void (*set_timeout)(struct sdhci_host *host,649 void (*hw_reset)(struct sdhci_host *host);651 void (*card_event)(struct sdhci_host *host);652 void (*voltage_switch)(struct sdhci_host *host);[all …]
2995 static const struct mmc_host_ops sdhci_ops = { variable
Completed in 19 milliseconds