Searched refs:SBI_SSCDIVINTPHASE_DIVSEL (Results 1 – 2 of 2) sorted by relevance
2351 drm_WARN_ON(&dev_priv->drm, SBI_SSCDIVINTPHASE_DIVSEL(divsel) & in lpt_program_iclkip()2365 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel); in lpt_program_iclkip()
10310 #define SBI_SSCDIVINTPHASE_DIVSEL(x) ((x) << 1) macro