TBG_DIV_MASK
return ((val >> ptbg->fbdiv_offset) & TBG_DIV_MASK) << 2;
div = (val >> ptbg->refdiv_offset) & TBG_DIV_MASK;
div *= 1 << ((val >> ptbg->vcodiv_offset) & TBG_DIV_MASK);