Searched refs:EQ_CTL_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
518 cur_eqe_index = FIELD_GET(EQ_CTL_INDEX_MASK, cur_eqe); in hl_irq_handler_eq()520 (((eq->prev_eqe_index + 1) & EQ_CTL_INDEX_MASK) != cur_eqe_index)) { in hl_irq_handler_eq()524 ((eq->prev_eqe_index + 1) & EQ_CTL_INDEX_MASK), in hl_irq_handler_eq()721 index = FIELD_GET(EQ_CTL_INDEX_MASK, ctl); in hl_eq_dump()
407 #define EQ_CTL_INDEX_MASK 0x0000FFFF macro