Searched refs:bt_cmd (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 197 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() 219 bt_cmd.mode = cpu_to_le32(BT_COEX_NW); in iwl_mvm_send_bt_init_conf() 222 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf() 226 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf() 228 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf() 234 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 | 1819 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd); 2018 MVM_DEBUGFS_ADD_FILE(bt_cmd, dbgfs_dir, 0400); in iwl_mvm_dbgfs_register()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | main.c | 744 struct iwl_bt_cmd bt_cmd = { in iwl_send_bt_config() local 752 bt_cmd.flags = BT_COEX_DISABLE; in iwl_send_bt_config() 754 bt_cmd.flags = BT_COEX_ENABLE; in iwl_send_bt_config() 756 priv->bt_enable_flag = bt_cmd.flags; in iwl_send_bt_config() 758 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in iwl_send_bt_config() 761 0, sizeof(struct iwl_bt_cmd), &bt_cmd)) in iwl_send_bt_config()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.c | 338 void __iomem *bt_cmd; in hns_roce_set_hem() local 373 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_set_hem() 377 if (!(readl(bt_cmd) >> BT_CMD_SYNC_SHIFT)) in hns_roce_set_hem()
|
D | hns_roce_hw_v1.c | 2344 void __iomem *bt_cmd; in hns_roce_v1_clear_hem() local 2372 bt_cmd = hr_dev->reg_base + ROCEE_BT_CMD_H_REG; in hns_roce_v1_clear_hem() 2375 if (readl(bt_cmd) >> BT_CMD_SYNC_SHIFT) { in hns_roce_v1_clear_hem()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 4405 struct il_bt_cmd bt_cmd = { in il_send_bt_config() local 4413 bt_cmd.flags = BT_COEX_DISABLE; in il_send_bt_config() 4415 bt_cmd.flags = BT_COEX_ENABLE; in il_send_bt_config() 4418 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in il_send_bt_config() 4420 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd)) in il_send_bt_config()
|