Lines Matching refs:module_enable
8032 ath10k_wmi_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_op_gen_dbglog_cfg() argument
8045 if (module_enable) { in ath10k_wmi_op_gen_dbglog_cfg()
8052 module_enable = ~0; in ath10k_wmi_op_gen_dbglog_cfg()
8055 cmd->module_enable = __cpu_to_le32(module_enable); in ath10k_wmi_op_gen_dbglog_cfg()
8062 __le32_to_cpu(cmd->module_enable), in ath10k_wmi_op_gen_dbglog_cfg()
8070 ath10k_wmi_10_4_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_10_4_op_gen_dbglog_cfg() argument
8083 if (module_enable) { in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8090 module_enable = ~0; in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8093 cmd->module_enable = __cpu_to_le64(module_enable); in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8101 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8105 (uintmax_t)__le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()