Searched refs:phaseinc (Results 1 – 1 of 1) sorted by relevance
4425 u32 divsel, phaseinc, auxdiv, phasedir = 0; in lpt_program_iclkip() local4444 phaseinc = desired_divisor % iclk_pi_range; in lpt_program_iclkip()4465 phaseinc); in lpt_program_iclkip()4474 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc); in lpt_program_iclkip()4500 u32 divsel, phaseinc, auxdiv; in lpt_get_iclkip() local4520 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >> in lpt_get_iclkip()4529 desired_divisor = (divsel + 2) * iclk_pi_range + phaseinc; in lpt_get_iclkip()