Searched refs:EQ_CTL_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
223 cur_eqe_index = FIELD_GET(EQ_CTL_INDEX_MASK, cur_eqe); in hl_irq_handler_eq()225 (((eq->prev_eqe_index + 1) & EQ_CTL_INDEX_MASK) in hl_irq_handler_eq()230 ((eq->prev_eqe_index + 1) & EQ_CTL_INDEX_MASK), in hl_irq_handler_eq()
135 #define EQ_CTL_INDEX_MASK 0x0000FFFF macro