Searched refs:PCC_CLOCK_DIV (Results 1 – 2 of 2) sorted by relevance
64 #define PCC_CLOCK_DIV(val) (((val)&0x7F) << 9) macro65 #define PCC_CLOCK_DIV_MASK PCC_CLOCK_DIV(0x7F)
88 PCC_CLOCK_DIV(clock_div >> 1); in set_pcc()
Completed in 29 milliseconds