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