Searched defs:sdhci_ops (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.h | 628 struct sdhci_ops { struct 630 u32 (*read_l)(struct sdhci_host *host, int reg); 631 u16 (*read_w)(struct sdhci_host *host, int reg); 632 u8 (*read_b)(struct sdhci_host *host, int reg); 633 void (*write_l)(struct sdhci_host *host, u32 val, int reg); 634 void (*write_w)(struct sdhci_host *host, u16 val, int reg); 635 void (*write_b)(struct sdhci_host *host, u8 val, int reg); 638 void (*set_clock)(struct sdhci_host *host, unsigned int clock); 639 void (*set_power)(struct sdhci_host *host, unsigned char mode, 642 u32 (*irq)(struct sdhci_host *host, u32 intmask); [all …]
|
H A D | sdhci.c | 3053 static const struct mmc_host_ops sdhci_ops = { variable
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 242 struct sdhci_ops { struct 244 u32 (*read_l)(struct sdhci_host *host, int reg); 245 u16 (*read_w)(struct sdhci_host *host, int reg); 269 const struct sdhci_ops *ops; argument
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 573 const struct dm_mmc_ops sdhci_ops = { variable 581 static const struct mmc_ops sdhci_ops = { variable
|