Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_INT_STABLE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-cns3xxx.c63 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cns3xxx_set_clock()
H A Dsdhci-milbeaut.c106 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_milbeaut_reset()
H A Dsdhci-of-at91.c89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
H A Dsdhci-xenon.c38 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
H A Dsdhci.h120 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
H A Dsdhci-s3c.c403 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
H A Dsdhci.c1957 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
1970 clk &= ~SDHCI_CLOCK_INT_STABLE; in sdhci_enable_clk()
1979 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h103 #define SDHCI_CLOCK_INT_STABLE BIT(1) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dxenon_sdhci.c143 if (var & SDHCI_CLOCK_INT_STABLE) in xenon_mmc_phy_init()
H A Dsdhci.c327 & SDHCI_CLOCK_INT_STABLE)) {