Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance
620 struct sdhci_ops { struct622 u32 (*read_l)(struct sdhci_host *host, int reg);623 u16 (*read_w)(struct sdhci_host *host, int reg);624 u8 (*read_b)(struct sdhci_host *host, int reg);636 int (*set_dma_mask)(struct sdhci_host *host);637 int (*enable_dma)(struct sdhci_host *host);643 void (*set_timeout)(struct sdhci_host *host,652 void (*hw_reset)(struct sdhci_host *host);654 void (*card_event)(struct sdhci_host *host);655 void (*voltage_switch)(struct sdhci_host *host);[all …]
3050 static const struct mmc_host_ops sdhci_ops = { variable
Completed in 14 milliseconds