Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c202 struct iwl_bt_coex_cmd bt_cmd = {}; in iwl_mvm_send_bt_init_conf() local
220 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf()
225 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf()
228 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf()
232 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf()
234 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf()
240 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
Ddebugfs.c1771 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd);
1970 MVM_DEBUGFS_ADD_FILE(bt_cmd, dbgfs_dir, 0400); in iwl_mvm_dbgfs_register()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c759 struct iwl_bt_cmd bt_cmd = { in iwl_send_bt_config() local
767 bt_cmd.flags = BT_COEX_DISABLE; in iwl_send_bt_config()
769 bt_cmd.flags = BT_COEX_ENABLE; in iwl_send_bt_config()
771 priv->bt_enable_flag = bt_cmd.flags; in iwl_send_bt_config()
773 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in iwl_send_bt_config()
776 0, sizeof(struct iwl_bt_cmd), &bt_cmd)) in iwl_send_bt_config()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hem.c287 void __iomem *bt_cmd; in hns_roce_set_hem() local
332 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_set_hem()
336 if (readl(bt_cmd) >> BT_CMD_SYNC_SHIFT) { in hns_roce_set_hem()
Dhns_roce_hw_v1.c2464 void __iomem *bt_cmd; in hns_roce_v1_clear_hem() local
2498 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_v1_clear_hem()
2502 if (readl(bt_cmd) >> BT_CMD_SYNC_SHIFT) { in hns_roce_v1_clear_hem()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommon.c4427 struct il_bt_cmd bt_cmd = { in il_send_bt_config() local
4435 bt_cmd.flags = BT_COEX_DISABLE; in il_send_bt_config()
4437 bt_cmd.flags = BT_COEX_ENABLE; in il_send_bt_config()
4440 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in il_send_bt_config()
4442 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd)) in il_send_bt_config()