Searched refs:bt_cmd (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 142 struct iwl_bt_coex_cmd bt_cmd = {}; in iwl_mvm_send_bt_init_conf() local 160 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf() 164 bt_cmd.mode = cpu_to_le32(BT_COEX_NW); in iwl_mvm_send_bt_init_conf() 167 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf() 171 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf() 173 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf() 179 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
|
D | debugfs.c | 1862 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd); 2071 MVM_DEBUGFS_ADD_FILE(bt_cmd, mvm->debugfs_dir, 0400); in iwl_mvm_dbgfs_register()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | main.c | 743 struct iwl_bt_cmd bt_cmd = { in iwl_send_bt_config() local 751 bt_cmd.flags = BT_COEX_DISABLE; in iwl_send_bt_config() 753 bt_cmd.flags = BT_COEX_ENABLE; in iwl_send_bt_config() 755 priv->bt_enable_flag = bt_cmd.flags; in iwl_send_bt_config() 757 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in iwl_send_bt_config() 760 0, sizeof(struct iwl_bt_cmd), &bt_cmd)) in iwl_send_bt_config()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 472 void __iomem *bt_cmd; in hns_roce_v1_set_hem() local 508 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_v1_set_hem() 512 if (!(readl(bt_cmd) >> BT_CMD_SYNC_SHIFT)) in hns_roce_v1_set_hem() 2415 void __iomem *bt_cmd; in hns_roce_v1_clear_hem() local 2443 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_v1_clear_hem() 2446 if (readl(bt_cmd) >> BT_CMD_SYNC_SHIFT) { in hns_roce_v1_clear_hem()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 4402 struct il_bt_cmd bt_cmd = { in il_send_bt_config() local 4410 bt_cmd.flags = BT_COEX_DISABLE; in il_send_bt_config() 4412 bt_cmd.flags = BT_COEX_ENABLE; in il_send_bt_config() 4415 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in il_send_bt_config() 4417 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd)) in il_send_bt_config()
|