Home
last modified time | relevance | path

Searched refs:bt_cmd (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c197 struct iwl_bt_coex_cmd bt_cmd = {}; in iwl_mvm_send_bt_init_conf() local
215 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf()
220 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf()
223 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf()
227 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf()
229 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf()
235 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
Ddebugfs.c1808 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd);
2007 MVM_DEBUGFS_ADD_FILE(bt_cmd, dbgfs_dir, 0400); in iwl_mvm_dbgfs_register()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c745 struct iwl_bt_cmd bt_cmd = { in iwl_send_bt_config() local
753 bt_cmd.flags = BT_COEX_DISABLE; in iwl_send_bt_config()
755 bt_cmd.flags = BT_COEX_ENABLE; in iwl_send_bt_config()
757 priv->bt_enable_flag = bt_cmd.flags; in iwl_send_bt_config()
759 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in iwl_send_bt_config()
762 0, sizeof(struct iwl_bt_cmd), &bt_cmd)) in iwl_send_bt_config()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c370 void __iomem *bt_cmd; in hns_roce_set_hem() local
405 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_set_hem()
409 if (!(readl(bt_cmd) >> BT_CMD_SYNC_SHIFT)) in hns_roce_set_hem()
Dhns_roce_hw_v1.c2432 void __iomem *bt_cmd; in hns_roce_v1_clear_hem() local
2462 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_v1_clear_hem()
2465 if (readl(bt_cmd) >> BT_CMD_SYNC_SHIFT) { in hns_roce_v1_clear_hem()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.c4411 struct il_bt_cmd bt_cmd = { in il_send_bt_config() local
4419 bt_cmd.flags = BT_COEX_DISABLE; in il_send_bt_config()
4421 bt_cmd.flags = BT_COEX_ENABLE; in il_send_bt_config()
4424 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in il_send_bt_config()
4426 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd)) in il_send_bt_config()