Home
last modified time | relevance | path

Searched refs:sdhci_readw (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c63 sdhci_readw(host, SDHCI_HOST_VERSION)); in sdhci_dumpregs()
65 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
66 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
69 sdhci_readw(host, SDHCI_TRANSFER_MODE)); in sdhci_dumpregs()
78 sdhci_readw(host, SDHCI_CLOCK_CONTROL)); in sdhci_dumpregs()
86 sdhci_readw(host, SDHCI_AUTO_CMD_STATUS), in sdhci_dumpregs()
87 sdhci_readw(host, SDHCI_SLOT_INT_STATUS)); in sdhci_dumpregs()
92 sdhci_readw(host, SDHCI_COMMAND), in sdhci_dumpregs()
101 sdhci_readw(host, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs()
133 ctrl2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_enable_v4_mode()
[all …]
H A Dsdhci-milbeaut.c92 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_milbeaut_reset()
105 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_milbeaut_reset()
189 ctl = sdhci_readw(host, F_SDH30_AHB_CONFIG); in sdhci_milbeaut_vendor_init()
218 ctl = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_milbeaut_init()
H A Dsdhci-pci-o2micro.c122 scratch = sdhci_readw(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_enable_internal_clock()
149 if (!(sdhci_readw(host, O2_PLL_DLL_WDT_CONTROL1) & O2_PLL_LOCK_STATUS)) in sdhci_o2_get_cd()
195 reg = sdhci_readw(host, O2_SD_VENDOR_SETTING); in sdhci_o2_set_tuning_mode()
207 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in __sdhci_o2_execute_tuning()
324 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
366 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
H A Dsdhci-sprd.c163 u16 ctrl = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_sprd_sd_clk_off()
173 ctrl = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_sprd_sd_clk_on()
313 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_sprd_set_uhs_signaling()
509 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_sprd_hs400_enhanced_strobe()
641 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in sdhci_sprd_probe()
H A Dsdhci_f_sdh30.c67 if (sdhci_readw(host, SDHCI_CLOCK_CONTROL) == 0) in sdhci_f_sdh30_reset()
156 ctrl = sdhci_readw(host, F_SDH30_AHB_CONFIG); in sdhci_f_sdh30_probe()
H A Dsdhci-of-dwcmshc.c186 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in dwcmshc_set_uhs_signaling()
204 ctrl = sdhci_readw(host, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in dwcmshc_set_uhs_signaling()
786 data = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in dwcmshc_runtime_suspend()
798 data = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in dwcmshc_runtime_resume()
H A Dsdhci-pci-gli.c214 ctrl2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in gli_set_9750()
234 ctrl2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in gli_set_9750()
280 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in __sdhci_execute_tuning_9750()
640 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_gl9763e_signaling()
H A Dsdhci-pci-dwc-mshc.c36 vendor_ptr = sdhci_readw(host, SDHCI_VENDOR_PTR_R); in sdhci_snps_set_clock()
H A Dsdhci-cns3xxx.c62 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_cns3xxx_set_clock()
H A Dsdhci-xenon.c37 reg = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in xenon_enable_internal_clk()
200 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in xenon_set_uhs_signaling()
286 reg = sdhci_readw(host, SDHCI_HOST_CONTROL2); in xenon_set_ios()
H A Dsdhci-pci-arasan.c101 val = sdhci_readw(host, PHY_ADDR_REG); in arasan_phy_addr_poll()
125 *data = sdhci_readw(host, PHY_DAT_REG) & DATA_MASK; in arasan_phy_read()
H A Dsdhci-of-at91.c76 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_at91_set_clock()
89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
H A Dsdhci-sirf.c84 clock_setting = sdhci_readw(host, SDHCI_CLK_DELAY_SETTING); in sdhci_sirf_execute_tuning()
H A Dsdhci.h697 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
735 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
H A Dsdhci-s3c.c386 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_cmu_set_clock()
402 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_cmu_set_clock()
H A Dsdhci-of-esdhc.c1219 command = SDHCI_GET_CMD(sdhci_readw(host, in esdhc_irq()
1222 sdhci_readw(host, SDHCI_BLOCK_COUNT) && in esdhc_irq()
1350 host_ver = sdhci_readw(host, SDHCI_HOST_VERSION); in esdhc_init()
H A Dsdhci-brcmstb.c102 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_brcmstb_set_uhs_signaling()
H A Dsdhci-acpi.c594 val = sdhci_readw(host, SDHCI_HOST_CONTROL2); in amd_set_ios()
598 val = sdhci_readw(host, SDHCI_HOST_CONTROL2); in amd_set_ios()
H A Dsdhci-st.c261 u16 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_st_set_uhs_signaling()
H A Dsdhci-msm.c1310 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_msm_set_uhs_signaling()
1770 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in __sdhci_msm_set_clock()
2338 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_msm_start_signal_voltage_switch()
2367 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_msm_start_signal_voltage_switch()
H A Dsdhci-of-arasan.c883 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
890 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c326 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
448 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2);
634 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
678 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
739 host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
H A Dbcmstb_sdhci.c62 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in bcmstb_sdhci_init()
H A Drockchip_sdhci.c462 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in dwcmshc_sdhci_set_ios_post()
468 ctrl = sdhci_readw(host, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_ios_post()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h332 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
369 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function

12