Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h291 struct sdhci_ops { struct
293 u32 (*read_l)(struct sdhci_host *host, int reg);
294 u16 (*read_w)(struct sdhci_host *host, int reg);
295 u8 (*read_b)(struct sdhci_host *host, int reg);
296 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
297 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
298 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
300 int (*get_cd)(struct sdhci_host *host);
301 void (*set_control_reg)(struct sdhci_host *host);
302 int (*set_ios_post)(struct sdhci_host *host);
[all …]
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci.c813 const struct dm_mmc_ops sdhci_ops = { variable
822 static const struct mmc_ops sdhci_ops = { variable