Lines Matching refs:sdhci_readw
89 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()
1138 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1141 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1144 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1148 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1152 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1155 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value()
1160 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1187 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_set_clock()
1268 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_set_clock()
1443 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_uhs_signaling()
1546 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_set_ios()
1572 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1583 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1776 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1797 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1828 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1954 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2036 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2047 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2116 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_enable_preset_value()
2433 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)); in sdhci_data_irq()
2481 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)) in sdhci_data_irq()
2911 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in sdhci_add_host()