Searched refs:SIGNAL_HIGH (Results 1 – 2 of 2) sorted by relevance
373 temp |= (SIGNAL_HIGH << CICR_HPIT_SHIFT); in qe_ic_init()401 temp |= (high ? SIGNAL_HIGH : SIGNAL_LOW) << CICR_HPIT_SHIFT; in qe_ic_set_highest_priority()477 temp |= (high ? SIGNAL_HIGH : SIGNAL_LOW) << shift; in qe_ic_set_high_priority()
74 #define SIGNAL_HIGH 2 macro