Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-cns3xxx.c63 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cns3xxx_set_clock()
Dsdhci-milbeaut.c106 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_milbeaut_reset()
Dsdhci-of-at91.c89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
Dsdhci-pci-gli.c1022 clock &= ~SDHCI_CLOCK_INT_STABLE; in gl9763e_runtime_resume()
1026 if (read_poll_timeout(sdhci_readw, clock, (clock & SDHCI_CLOCK_INT_STABLE), in gl9763e_runtime_resume()
Dsdhci-xenon.c39 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
Dsdhci.h119 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
Dsdhci-s3c.c404 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
Dsdhci.c2006 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
2020 clk &= ~SDHCI_CLOCK_INT_STABLE; in sdhci_enable_clk()
2029 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()