Searched refs:TBG_DIV_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define TBG_DIV_MASK 0x1FF macro66 return ((val >> ptbg->fbdiv_offset) & TBG_DIV_MASK) << 2; in tbg_get_mult()76 div = (val >> ptbg->refdiv_offset) & TBG_DIV_MASK; in tbg_get_div()81 div *= 1 << ((val >> ptbg->vcodiv_offset) & TBG_DIV_MASK); in tbg_get_div()