• Home
  • Raw
  • Download

Lines Matching refs:sdhci_readw

88 		sdhci_readw(host, SDHCI_HOST_VERSION));  in sdhci_dumpregs()
90 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
91 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
94 sdhci_readw(host, SDHCI_TRANSFER_MODE)); in sdhci_dumpregs()
103 sdhci_readw(host, SDHCI_CLOCK_CONTROL)); in sdhci_dumpregs()
111 sdhci_readw(host, SDHCI_ACMD12_ERR), in sdhci_dumpregs()
112 sdhci_readw(host, SDHCI_SLOT_INT_STATUS)); in sdhci_dumpregs()
117 sdhci_readw(host, SDHCI_COMMAND), in sdhci_dumpregs()
120 sdhci_readw(host, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs()
904 mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); in sdhci_set_transfer_mode()
1116 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1119 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1122 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1126 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1129 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1134 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1158 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_set_clock()
1226 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_set_clock()
1452 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_uhs_signaling()
1552 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_set_ios()
1569 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1580 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_do_set_ios()
1766 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1787 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1814 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_do_start_signal_voltage_switch()
1908 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
1988 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2019 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_execute_tuning()
2093 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_enable_preset_value()
2363 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)); in sdhci_data_irq()
2411 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)) in sdhci_data_irq()
2855 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in sdhci_add_host()