Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_PLL_EN (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/mmc/host/
Dsdhci-pci-gli.c1006 value &= ~(SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_PLL_EN); in gl9767_init_sd_express()
1040 value |= (SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_PLL_EN); in gl9767_init_sd_express()
1348 clock &= ~(SDHCI_CLOCK_PLL_EN | SDHCI_CLOCK_CARD_EN); in gl9763e_runtime_suspend()
1365 clock |= SDHCI_CLOCK_PLL_EN; in gl9763e_runtime_resume()
Dsdhci.h125 #define SDHCI_CLOCK_PLL_EN 0x0008 macro
Dsdhci.c2004 clk |= SDHCI_CLOCK_PLL_EN; in sdhci_enable_clk()