Searched refs:divsel (Results 1 – 3 of 3) sorted by relevance
504 u32 divsel; member511 .divsel = PRCM_DSI_PLLOUT_SEL_PHI,516 .divsel = PRCM_DSI_PLLOUT_SEL_PHI,1446 val |= ((enable ? dsiclk[n].divsel : PRCM_DSI_PLLOUT_SEL_OFF) << in request_dsiclk()1600 u32 divsel; in dsiclk_rate() local1603 divsel = readl(PRCM_DSI_PLLOUT_SEL); in dsiclk_rate()1604 divsel = ((divsel & dsiclk[n].divsel_mask) >> dsiclk[n].divsel_shift); in dsiclk_rate()1606 if (divsel == PRCM_DSI_PLLOUT_SEL_OFF) in dsiclk_rate()1607 divsel = dsiclk[n].divsel; in dsiclk_rate()1609 dsiclk[n].divsel = divsel; in dsiclk_rate()[all …]
713 u32 divsel:1; member736 pll_div->divsel = 1; in pll_factors()745 pll_div->divsel = 0; in pll_factors()808 (pll_div.divsel << 9) | (pll_div.divctl << 8); in wm9713_set_pll()813 (pll_div.divsel << 9) | (pll_div.divctl << 8); in wm9713_set_pll()
3987 u32 divsel, phaseinc, auxdiv, phasedir = 0; in lpt_program_iclkip() local4006 divsel = 0x41; in lpt_program_iclkip()4024 divsel = msb_divisor_value - 2; in lpt_program_iclkip()4029 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) & in lpt_program_iclkip()4037 divsel, in lpt_program_iclkip()4044 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel); in lpt_program_iclkip()