Home
last modified time | relevance | path

Searched refs:rt_sdhci_readw (Results 1 – 2 of 2) sorted by relevance

/components/drivers/sdio/sdhci/
A Dsdhci.c108 ctrl_2 = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_set_uhs()
160 ctrl2 = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in sdhci_do_enable_v4_mode()
197 ctrl2 = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in sdhci_auto_cmd_select()
493 if (rt_sdhci_readw(host, RT_SDHCI_BLOCK_COUNT)) in sdhci_set_block_info()
834 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_start_signal_voltage_switch()
854 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_start_signal_voltage_switch()
878 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_start_signal_voltage_switch()
2170 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_start_tuning()
2238 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_reset_tuning()
2409 clk = rt_sdhci_readw(host, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable()
[all …]
/components/drivers/sdio/sdhci/include/
A Dsdhci.h594 static inline rt_uint16_t rt_sdhci_readw(struct rt_sdhci_host *host, int reg) in rt_sdhci_readw() function

Completed in 11 milliseconds