Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c1043 value &= ~(SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_PLL_EN); in gl9767_init_sd_express()
1077 value |= (SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_PLL_EN); in gl9767_init_sd_express()
1392 clock &= ~(SDHCI_CLOCK_PLL_EN | SDHCI_CLOCK_CARD_EN); in gl9763e_runtime_suspend()
1409 clock |= SDHCI_CLOCK_PLL_EN; in gl9763e_runtime_resume()
H A Dsdhci.h125 #define SDHCI_CLOCK_PLL_EN 0x0008 macro
H A Dsdhci.c2004 clk |= SDHCI_CLOCK_PLL_EN; in sdhci_enable_clk()