PLLDIV_RATIO_MASK 241 arch/c6x/platforms/pll.c plldiv = (v & PLLDIV_RATIO_MASK) + 1; PLLDIV_RATIO_MASK 290 arch/c6x/platforms/pll.c prediv = (prediv & PLLDIV_RATIO_MASK) + 1; PLLDIV_RATIO_MASK 297 arch/c6x/platforms/pll.c postdiv = (postdiv & PLLDIV_RATIO_MASK) + 1;