Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Ddb8500-prcmu.c504 u32 divsel; member
511 .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() local
1603 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 …]
/linux-4.4.14/sound/soc/codecs/
Dwm9713.c713 u32 divsel:1; member
736 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()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c3987 u32 divsel, phaseinc, auxdiv, phasedir = 0; in lpt_program_iclkip() local
4006 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()