Searched defs:sdhci_ops (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mmc/host/ | 
| D | sdhci.h | 609 struct sdhci_ops {  struct611 	u32		(*read_l)(struct sdhci_host *host, int reg);
 612 	u16		(*read_w)(struct sdhci_host *host, int reg);
 613 	u8		(*read_b)(struct sdhci_host *host, int reg);
 614 	void		(*write_l)(struct sdhci_host *host, u32 val, int reg);
 615 	void		(*write_w)(struct sdhci_host *host, u16 val, int reg);
 616 	void		(*write_b)(struct sdhci_host *host, u8 val, int reg);
 619 	void	(*set_clock)(struct sdhci_host *host, unsigned int clock);
 620 	void	(*set_power)(struct sdhci_host *host, unsigned char mode,
 623 	u32		(*irq)(struct sdhci_host *host, u32 intmask);
 [all …]
 
 | 
| D | sdhci.c | 2605 static const struct mmc_host_ops sdhci_ops = {  variable
 |