Searched refs:SOC_CQ_REQ0_SIZE (Results 1 – 2 of 2) sorted by relevance
665 size = (SOC_CQ_REQ0_SIZE + SOC_CQ_REQ1_SIZE) * sizeof(soc_req); in soc_init()669 s->req[1].pool = s->req[0].pool + SOC_CQ_REQ0_SIZE; in soc_init()676 cq[1].address = cq[0].address + (SOC_CQ_REQ0_SIZE * sizeof(soc_req)); in soc_init()679 cq[0].last = SOC_CQ_REQ0_SIZE - 1; in soc_init()686 s->req[0].last = SOC_CQ_REQ0_SIZE - 1; in soc_init()756 (SOC_CQ_REQ0_SIZE+SOC_CQ_REQ1_SIZE)*sizeof(soc_req), in soc_cleanup()
242 #define SOC_CQ_REQ0_SIZE 4 macro