Searched refs:RT_SDHCI_CLOCK_CONTROL (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/sdio/sdhci/ |
| A D | sdhci.c | 2317 clk = rt_sdhci_readw(host, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_set() 2402 rt_sdhci_writew(host, clk, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable() 2409 clk = rt_sdhci_readw(host, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable() 2426 rt_sdhci_writew(host, clk, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable() 2433 clk = rt_sdhci_readw(host, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable() 2448 rt_sdhci_writew(host, clk, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_clk_enable() 2457 rt_sdhci_writew(host, 0, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_set_clock() 3097 clk = rt_sdhci_readw(host, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_ios_set() 3101 rt_sdhci_writew(host, clk, RT_SDHCI_CLOCK_CONTROL); in rt_sdhci_ios_set()
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci.h | 119 #define RT_SDHCI_CLOCK_CONTROL 0x2C macro
|
Completed in 15 milliseconds