Lines Matching refs:wr32
316 wr32(hw, cq->sq.head, 0); in ice_cfg_sq_regs()
317 wr32(hw, cq->sq.tail, 0); in ice_cfg_sq_regs()
320 wr32(hw, cq->sq.len, (cq->num_sq_entries | cq->sq.len_ena_mask)); in ice_cfg_sq_regs()
321 wr32(hw, cq->sq.bal, lower_32_bits(cq->sq.desc_buf.pa)); in ice_cfg_sq_regs()
322 wr32(hw, cq->sq.bah, upper_32_bits(cq->sq.desc_buf.pa)); in ice_cfg_sq_regs()
345 wr32(hw, cq->rq.head, 0); in ice_cfg_rq_regs()
346 wr32(hw, cq->rq.tail, 0); in ice_cfg_rq_regs()
349 wr32(hw, cq->rq.len, (cq->num_rq_entries | cq->rq.len_ena_mask)); in ice_cfg_rq_regs()
350 wr32(hw, cq->rq.bal, lower_32_bits(cq->rq.desc_buf.pa)); in ice_cfg_rq_regs()
351 wr32(hw, cq->rq.bah, upper_32_bits(cq->rq.desc_buf.pa)); in ice_cfg_rq_regs()
354 wr32(hw, cq->rq.tail, (u32)(cq->num_rq_entries - 1)); in ice_cfg_rq_regs()
502 wr32(hw, cq->sq.head, 0); in ice_shutdown_sq()
503 wr32(hw, cq->sq.tail, 0); in ice_shutdown_sq()
504 wr32(hw, cq->sq.len, 0); in ice_shutdown_sq()
505 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq()
506 wr32(hw, cq->sq.bah, 0); in ice_shutdown_sq()
560 wr32(hw, cq->rq.head, 0); in ice_shutdown_rq()
561 wr32(hw, cq->rq.tail, 0); in ice_shutdown_rq()
562 wr32(hw, cq->rq.len, 0); in ice_shutdown_rq()
563 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()
564 wr32(hw, cq->rq.bah, 0); in ice_shutdown_rq()
897 wr32(hw, cq->sq.tail, cq->sq.next_to_use); in ice_sq_send_cmd()
1058 wr32(hw, cq->rq.tail, ntc); in ice_clean_rq_elem()