Lines Matching refs:HINIC_AEQ
32 #define EQ_CONS_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \
36 #define EQ_PROD_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \
40 #define EQ_HI_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
44 #define EQ_LO_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
349 if (eq->type == HINIC_AEQ) in eq_irq_handler()
427 if (type == HINIC_AEQ) { in get_ctrl0_val()
473 if (eq->type == HINIC_AEQ) in set_ctrl0()
488 if (type == HINIC_AEQ) { in get_ctrl1_val()
529 if (eq->type == HINIC_AEQ) in set_ctrl1()
671 if (eq->type == HINIC_AEQ) in alloc_eq_pages()
742 if (type == HINIC_AEQ) { in init_eq()
780 if (type == HINIC_AEQ) { in init_eq()
796 if (type == HINIC_AEQ) { in init_eq()
828 if (eq->type == HINIC_AEQ) { in remove_eq()
875 err = init_eq(&aeqs->aeq[q_id], hwif, HINIC_AEQ, q_id, q_len, in hinic_aeqs_init()