Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h513 struct sdhci_ops { struct
515 u32 (*read_l)(struct sdhci_host *host, int reg);
516 u16 (*read_w)(struct sdhci_host *host, int reg);
517 u8 (*read_b)(struct sdhci_host *host, int reg);
518 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
519 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
520 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
523 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
525 int (*enable_dma)(struct sdhci_host *host);
526 unsigned int (*get_max_clock)(struct sdhci_host *host);
[all …]
Dsdhci.c2227 static const struct mmc_host_ops sdhci_ops = { variable