Lines Matching refs:wr32

275 	wr32(hw, hw->aq.asq.head, 0);  in i40e_config_asq_regs()
276 wr32(hw, hw->aq.asq.tail, 0); in i40e_config_asq_regs()
279 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
281 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
282 wr32(hw, hw->aq.asq.bah, upper_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
304 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
305 wr32(hw, hw->aq.arq.tail, 0); in i40e_config_arq_regs()
308 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
310 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
311 wr32(hw, hw->aq.arq.bah, upper_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
314 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in i40e_config_arq_regs()
460 wr32(hw, hw->aq.asq.head, 0); in i40e_shutdown_asq()
461 wr32(hw, hw->aq.asq.tail, 0); in i40e_shutdown_asq()
462 wr32(hw, hw->aq.asq.len, 0); in i40e_shutdown_asq()
463 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq()
464 wr32(hw, hw->aq.asq.bah, 0); in i40e_shutdown_asq()
494 wr32(hw, hw->aq.arq.head, 0); in i40e_shutdown_arq()
495 wr32(hw, hw->aq.arq.tail, 0); in i40e_shutdown_arq()
496 wr32(hw, hw->aq.arq.len, 0); in i40e_shutdown_arq()
497 wr32(hw, hw->aq.arq.bal, 0); in i40e_shutdown_arq()
498 wr32(hw, hw->aq.arq.bah, 0); in i40e_shutdown_arq()
900 wr32(hw, hw->aq.asq.tail, hw->aq.asq.next_to_use); in i40e_asq_send_command_atomic_exec()
1162 wr32(hw, hw->aq.arq.tail, ntc); in i40e_clean_arq_element()