Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c2317 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 Dsdhci.h119 #define RT_SDHCI_CLOCK_CONTROL 0x2C macro

Completed in 15 milliseconds