Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/mmc/host/ |
D | sdhci.h | 253 struct sdhci_ops { struct 255 u32 (*read_l)(struct sdhci_host *host, int reg); 256 u16 (*read_w)(struct sdhci_host *host, int reg); 257 u8 (*read_b)(struct sdhci_host *host, int reg); 258 void (*write_l)(struct sdhci_host *host, u32 val, int reg); 259 void (*write_w)(struct sdhci_host *host, u16 val, int reg); 260 void (*write_b)(struct sdhci_host *host, u8 val, int reg); 263 void (*set_clock)(struct sdhci_host *host, unsigned int clock); 265 int (*enable_dma)(struct sdhci_host *host); 266 unsigned int (*get_max_clock)(struct sdhci_host *host); [all …]
|
D | sdhci.c | 1928 static const struct mmc_host_ops sdhci_ops = { variable
|