Lines Matching refs:cq
553 soc_hw_cq cq[8]; in soc_init() local
663 memset (cq, 0, sizeof(cq)); in soc_init()
668 cq[0].address = s->req_dvma; in soc_init()
676 cq[1].address = cq[0].address + (SOC_CQ_REQ0_SIZE * sizeof(soc_req)); in soc_init()
677 cq[4].address = 1; in soc_init()
678 cq[5].address = 1; in soc_init()
679 cq[0].last = SOC_CQ_REQ0_SIZE - 1; in soc_init()
680 cq[1].last = SOC_CQ_REQ1_SIZE - 1; in soc_init()
681 cq[4].last = SOC_CQ_RSP0_SIZE - 1; in soc_init()
682 cq[5].last = SOC_CQ_RSP1_SIZE - 1; in soc_init()
684 cq[i].seqno = 1; in soc_init()
696 xram_copy_to (s->xram + SOC_CQ_REQ_OFFSET, cq, sizeof(cq)); in soc_init()