Home
last modified time | relevance | path

Searched refs:aux_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arc/mm/
Dcache_arc700.c205 unsigned int aux_cmd, aux_tag; in __cache_line_loop() local
210 aux_cmd = ARC_REG_IC_IVIL; in __cache_line_loop()
217 aux_cmd = cacheop & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop()
254 write_aux_reg(aux_cmd, vaddr); in __cache_line_loop()
257 write_aux_reg(aux_cmd, paddr); in __cache_line_loop()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c684 struct iwl_hs20_roc_req aux_cmd = {}; in iwl_mvm_remove_aux_roc_te() local
691 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()
692 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_aux_roc_te()
693 aux_cmd.id_and_color = in iwl_mvm_remove_aux_roc_te()
696 le32_to_cpu(aux_cmd.event_unique_id)); in iwl_mvm_remove_aux_roc_te()
698 sizeof(aux_cmd), &aux_cmd); in iwl_mvm_remove_aux_roc_te()