Lines Matching refs:sdhci_readw

63 		   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_ACMD12_ERR), 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()
1037 mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); in sdhci_set_transfer_mode()
1368 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1371 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1374 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1378 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1382 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1385 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value()
1390 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1408 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_calc_clk()
1498 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in sdhci_enable_clk()
1697 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_uhs_signaling()
1800 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_set_ios()
1826 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_set_ios()
1837 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in sdhci_set_ios()
2004 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_start_signal_voltage_switch()
2026 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_start_signal_voltage_switch()
2058 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_start_signal_voltage_switch()
2112 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_start_tuning()
2144 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_reset_tuning()
2242 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in __sdhci_execute_tuning()
2339 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_enable_preset_value()
2719 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)); in sdhci_data_irq()
2778 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)) in sdhci_data_irq()
3384 v = ver ? *ver : sdhci_readw(host, SDHCI_HOST_VERSION); in __sdhci_read_caps()
3499 sdhci_readw(host, SDHCI_HOST_VERSION), in sdhci_setup_host()