PLLDIV_MASK
pllidiv = ((spllcon >> 8) & PLLDIV_MASK) + 1;
pllodiv = ((spllcon >> 24) & PLLDIV_MASK);
frcdiv = ((osccon >> 24) & PLLDIV_MASK);