Lines Matching refs:sdhci_readw
90 sdhci_readw(host, SDHCI_HOST_VERSION)); in sdhci_dumpregs()
92 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
93 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
96 sdhci_readw(host, SDHCI_TRANSFER_MODE)); in sdhci_dumpregs()
105 sdhci_readw(host, SDHCI_CLOCK_CONTROL)); in sdhci_dumpregs()
113 sdhci_readw(host, SDHCI_ACMD12_ERR), in sdhci_dumpregs()
114 sdhci_readw(host, SDHCI_SLOT_INT_STATUS)); in sdhci_dumpregs()
119 sdhci_readw(host, SDHCI_COMMAND), in sdhci_dumpregs()
122 sdhci_readw(host, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs()
933 mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); in sdhci_set_transfer_mode()
1153 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1156 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1159 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1163 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1167 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1170 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value()
1175 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1199 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_set_clock()
1267 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_set_clock()
1476 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_uhs_signaling()
1579 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_set_ios()
1596 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1607 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1794 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1815 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1846 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1971 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2053 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2064 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2126 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_enable_preset_value()
2456 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)); in sdhci_data_irq()
2504 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)) in sdhci_data_irq()
2945 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in sdhci_add_host()