Searched refs:TCC_MASK (Results 1 – 2 of 2) sorted by relevance
15 #define TCC_MASK (0x3fULL<<24) macro23 *state = TCC_MASK >> TCC_SHIFT; in tcc_get_max_state()36 val &= ~TCC_MASK; in tcc_offset_update()56 *state = (val & TCC_MASK) >> TCC_SHIFT; in tcc_get_cur_state()
635 #define TCC_MASK 0x0003 macro
Completed in 54 milliseconds