Lines Matching refs:sdhci_omap_host
94 struct sdhci_omap_host { struct
111 static void sdhci_omap_start_clock(struct sdhci_omap_host *omap_host); argument
112 static void sdhci_omap_stop_clock(struct sdhci_omap_host *omap_host);
114 static inline u32 sdhci_omap_readl(struct sdhci_omap_host *host, in sdhci_omap_readl()
120 static inline void sdhci_omap_writel(struct sdhci_omap_host *host, in sdhci_omap_writel()
126 static int sdhci_omap_set_pbias(struct sdhci_omap_host *omap_host, in sdhci_omap_set_pbias()
167 static int sdhci_omap_enable_iov(struct sdhci_omap_host *omap_host, in sdhci_omap_enable_iov()
193 static void sdhci_omap_conf_bus_power(struct sdhci_omap_host *omap_host, in sdhci_omap_conf_bus_power()
229 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_enable_sdio_irq()
242 static inline void sdhci_omap_set_dll(struct sdhci_omap_host *omap_host, in sdhci_omap_set_dll()
265 static void sdhci_omap_disable_tuning(struct sdhci_omap_host *omap_host) in sdhci_omap_disable_tuning()
282 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_execute_tuning()
467 struct sdhci_omap_host *omap_host; in sdhci_omap_card_busy()
514 struct sdhci_omap_host *omap_host; in sdhci_omap_start_signal_voltage_switch()
559 static void sdhci_omap_set_timing(struct sdhci_omap_host *omap_host, u8 timing) in sdhci_omap_set_timing()
584 static void sdhci_omap_set_power_mode(struct sdhci_omap_host *omap_host, in sdhci_omap_set_power_mode()
592 static void sdhci_omap_set_bus_mode(struct sdhci_omap_host *omap_host, in sdhci_omap_set_bus_mode()
614 struct sdhci_omap_host *omap_host; in sdhci_omap_set_ios()
637 static void sdhci_omap_start_clock(struct sdhci_omap_host *omap_host) in sdhci_omap_start_clock()
646 static void sdhci_omap_stop_clock(struct sdhci_omap_host *omap_host) in sdhci_omap_stop_clock()
658 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_set_clock()
685 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_enable_dma()
704 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_set_bus_width()
722 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_init_74_clocks()
762 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_set_uhs_signaling()
780 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_reset()
796 struct sdhci_omap_host *omap_host = sdhci_pltfm_priv(pltfm_host); in sdhci_omap_irq()
839 static int sdhci_omap_set_capabilities(struct sdhci_omap_host *omap_host) in sdhci_omap_set_capabilities()
899 *sdhci_omap_iodelay_pinctrl_state(struct sdhci_omap_host *omap_host, char *mode, in sdhci_omap_iodelay_pinctrl_state()
927 static int sdhci_omap_config_iodelay_pinctrl_state(struct sdhci_omap_host in sdhci_omap_config_iodelay_pinctrl_state()
1035 struct sdhci_omap_host *omap_host; in sdhci_omap_probe()