Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.c89 sdhci_readw(host, SDHCI_HOST_VERSION)); in sdhci_dumpregs()
91 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
92 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
95 sdhci_readw(host, SDHCI_TRANSFER_MODE)); in sdhci_dumpregs()
104 sdhci_readw(host, SDHCI_CLOCK_CONTROL)); in sdhci_dumpregs()
112 sdhci_readw(host, SDHCI_ACMD12_ERR), in sdhci_dumpregs()
113 sdhci_readw(host, SDHCI_SLOT_INT_STATUS)); in sdhci_dumpregs()
118 sdhci_readw(host, SDHCI_COMMAND), in sdhci_dumpregs()
121 sdhci_readw(host, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs()
918 mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); in sdhci_set_transfer_mode()
[all …]
Dsdhci_f_sdh30.c87 if (sdhci_readw(host, SDHCI_CLOCK_CONTROL) == 0) in sdhci_f_sdh30_reset()
168 ctrl = sdhci_readw(host, F_SDH30_AHB_CONFIG); in sdhci_f_sdh30_probe()
Dsdhci-cns3xxx.c65 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_cns3xxx_set_clock()
Dsdhci.h589 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
627 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
Dsdhci-sirf.c90 clock_setting = sdhci_readw(host, SDHCI_CLK_DELAY_SETTING); in sdhci_sirf_execute_tuning()
Dsdhci-s3c.c317 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_cmu_set_clock()
335 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_cmu_set_clock()
Dsdhci-tegra.c134 misc_ctrl = sdhci_readw(host, SDHCI_TEGRA_VENDOR_MISC_CTRL); in tegra_sdhci_reset()
Dsdhci-st.c269 u16 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_st_set_uhs_signaling()
Dsdhci-pxav3.c260 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in pxav3_set_uhs_signaling()
Dsdhci-of-esdhc.c575 host_ver = sdhci_readw(host, SDHCI_HOST_VERSION); in esdhc_init()
Dsdhci-pci-core.c299 m = sdhci_readw(host, SDHCI_HOST_CONTROL2) & 0x7; in spt_read_drive_strength()