Home
last modified time | relevance | path

Searched refs:RT_SDHCI_HOST_CONTROL2 (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()
123 rt_sdhci_writew(host, ctrl_2, 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()
165 rt_sdhci_writew(host, ctrl2, 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()
202 rt_sdhci_writew(host, ctrl2, RT_SDHCI_HOST_CONTROL2); in sdhci_auto_cmd_select()
834 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()
2174 rt_sdhci_writew(host, ctrl, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_start_tuning()
2238 ctrl = rt_sdhci_readw(host, RT_SDHCI_HOST_CONTROL2); in rt_sdhci_reset_tuning()
[all …]
/components/drivers/sdio/sdhci/include/
A Dsdhci.h182 #define RT_SDHCI_HOST_CONTROL2 0x3E macro

Completed in 10 milliseconds