Home
last modified time | relevance | path

Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci.h620 struct sdhci_ops { struct
622 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 …]
A Dsdhci.c3050 static const struct mmc_host_ops sdhci_ops = { variable

Completed in 13 milliseconds