Searched refs:SDHCI_CLOCK_INT_STABLE (Results 1 – 9 of 9) sorted by relevance
| /drivers/mmc/host/ |
| A D | sdhci-milbeaut.c | 106 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_milbeaut_reset()
|
| A D | sdhci-of-at91.c | 89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
|
| A D | sdhci-pci-gli.c | 979 if (read_poll_timeout_atomic(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_wait_clock_stable() 1818 clock &= ~SDHCI_CLOCK_INT_STABLE; in gl9763e_runtime_resume() 1822 if (read_poll_timeout(sdhci_readw, clock, (clock & SDHCI_CLOCK_INT_STABLE), in gl9763e_runtime_resume()
|
| A D | sdhci-s3c.c | 403 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
|
| A D | sdhci-xenon.c | 41 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
|
| A D | sdhci.h | 153 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
|
| A D | sdhci-xenon-phy.c | 227 err = read_poll_timeout(sdhci_readw, reg, reg & SDHCI_CLOCK_INT_STABLE, in xenon_check_stability_internal_clk()
|
| A D | sdhci-uhs2.c | 463 if (read_poll_timeout(sdhci_readw, val, (val & SDHCI_CLOCK_INT_STABLE), in sdhci_uhs2_enable_clk()
|
| A D | sdhci.c | 2021 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk() 2035 clk &= ~SDHCI_CLOCK_INT_STABLE; in sdhci_enable_clk() 2044 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
|
Completed in 31 milliseconds