Searched refs:SDHCI_CLOCK_INT_STABLE (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-cns3xxx.c | 63 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cns3xxx_set_clock()
|
H A D | sdhci-milbeaut.c | 106 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_milbeaut_reset()
|
H A D | sdhci-of-at91.c | 89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
|
H A D | sdhci-xenon.c | 38 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
|
H A D | sdhci.h | 119 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
|
H A D | sdhci-s3c.c | 403 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
|
H A D | sdhci.c | 1968 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk() 1981 clk &= ~SDHCI_CLOCK_INT_STABLE; in sdhci_enable_clk() 1990 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_enable_clk()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-milbeaut.c | 106 if (clk & SDHCI_CLOCK_INT_STABLE) in sdhci_milbeaut_reset()
|
H A D | sdhci-of-at91.c | 89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
|
H A D | sdhci.h | 126 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
|
H 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()
|
H A D | sdhci-s3c.c | 403 & SDHCI_CLOCK_INT_STABLE)) { in sdhci_cmu_set_clock()
|
H A D | sdhci-xenon.c | 39 if (reg & SDHCI_CLOCK_INT_STABLE) in xenon_enable_internal_clk()
|
H A D | sdhci-pci-gli.c | 1400 clock &= ~SDHCI_CLOCK_INT_STABLE; in gl9763e_runtime_resume() 1404 if (read_poll_timeout(sdhci_readw, clock, (clock & SDHCI_CLOCK_INT_STABLE), in gl9763e_runtime_resume()
|
H A D | sdhci.c | 1991 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()
|
Completed in 33 milliseconds