Home
last modified time | relevance | path

Searched refs:PLLEN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-stm32-usbphyc.c25 #define PLLEN BIT(26) macro
159 bool pllen = (readl_relaxed(pll_reg) & PLLEN); in stm32_usbphyc_pll_enable()
167 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable()
176 stm32_usbphyc_set_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable()
181 if (!(readl_relaxed(pll_reg) & PLLEN)) { in stm32_usbphyc_pll_enable()
197 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_disable()
201 if (readl_relaxed(pll_reg) & PLLEN) { in stm32_usbphyc_pll_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358767.c207 #define PLLEN BIT(0) macro
453 ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); in tc_pllupdate()
544 ret = regmap_write(tc->regmap, PXL_PLLCTRL, PLLBYP | PLLEN); in tc_pxl_pll_en()