Searched refs:aux_cmd (Results 1 – 2 of 2) sorted by relevance
191 unsigned int aux_cmd, aux_tag; in __cache_line_loop_v3() local195 aux_cmd = ARC_REG_IC_IVIL; in __cache_line_loop_v3()198 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()238 write_aux_reg(aux_cmd, vaddr); in __cache_line_loop_v3()251 unsigned int aux_cmd; in __cache_line_loop_v4() local255 aux_cmd = ARC_REG_IC_IVIL; in __cache_line_loop_v4()258 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()291 write_aux_reg(aux_cmd, paddr); in __cache_line_loop_v4()
872 struct iwl_hs20_roc_req aux_cmd = {}; in iwl_mvm_remove_aux_roc_te() local873 u16 len = sizeof(aux_cmd) - iwl_mvm_chan_info_padding(mvm); in iwl_mvm_remove_aux_roc_te()881 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()882 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_aux_roc_te()883 aux_cmd.id_and_color = in iwl_mvm_remove_aux_roc_te()886 le32_to_cpu(aux_cmd.event_unique_id)); in iwl_mvm_remove_aux_roc_te()888 len, &aux_cmd); in iwl_mvm_remove_aux_roc_te()
Completed in 9 milliseconds