Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h628 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 Dsdhci.c3053 static const struct mmc_host_ops sdhci_ops = { variable
/openbmc/u-boot/include/
H A Dsdhci.h242 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 Dsdhci.c573 const struct dm_mmc_ops sdhci_ops = { variable
581 static const struct mmc_ops sdhci_ops = { variable