Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
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-xenon.c39 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
Dsdhci.h126 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
Dsdhci-s3c.c403 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
Dsdhci-pci-gli.c1366 clock &= ~SDHCI_CLOCK_INT_STABLE; in gl9763e_runtime_resume()
1370 if (read_poll_timeout(sdhci_readw, clock, (clock & SDHCI_CLOCK_INT_STABLE), in gl9763e_runtime_resume()
Dsdhci.c1991 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
2005 clk &= ~SDHCI_CLOCK_INT_STABLE; in sdhci_enable_clk()
2014 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()