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