Searched defs:sdhci_ops (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci.h | 615 struct sdhci_ops { struct 617 u32 (*read_l)(struct sdhci_host *host, int reg); 618 u16 (*read_w)(struct sdhci_host *host, int reg); 619 u8 (*read_b)(struct sdhci_host *host, int reg); 620 void (*write_l)(struct sdhci_host *host, u32 val, int reg); 621 void (*write_w)(struct sdhci_host *host, u16 val, int reg); 622 void (*write_b)(struct sdhci_host *host, u8 val, int reg); 625 void (*set_clock)(struct sdhci_host *host, unsigned int clock); 626 void (*set_power)(struct sdhci_host *host, unsigned char mode, 629 u32 (*irq)(struct sdhci_host *host, u32 intmask); [all …]
|
| H A D | sdhci.c | 2976 static const struct mmc_host_ops sdhci_ops = { variable
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 245 struct sdhci_ops { struct 247 u32 (*read_l)(struct sdhci_host *host, int reg); 248 u16 (*read_w)(struct sdhci_host *host, int reg); 249 u8 (*read_b)(struct sdhci_host *host, int reg); 250 void (*write_l)(struct sdhci_host *host, u32 val, int reg); 251 void (*write_w)(struct sdhci_host *host, u16 val, int reg); 252 void (*write_b)(struct sdhci_host *host, u8 val, int reg); 254 int (*get_cd)(struct sdhci_host *host); 255 void (*set_control_reg)(struct sdhci_host *host); 256 void (*set_ios_post)(struct sdhci_host *host); [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 704 const struct dm_mmc_ops sdhci_ops = { variable 712 static const struct mmc_ops sdhci_ops = { variable
|