/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | hypercalls.c | 173 const struct kvm_fw_reg_info *reg_info = &fw_reg_info[i]; in test_fw_regs_before_vm_start() local 176 vcpu_get_reg(vcpu, reg_info->reg, &val); in test_fw_regs_before_vm_start() 177 TEST_ASSERT(val == FW_REG_ULIMIT_VAL(reg_info->max_feat_bit), in test_fw_regs_before_vm_start() 179 reg_info->reg, FW_REG_ULIMIT_VAL(reg_info->max_feat_bit), val); in test_fw_regs_before_vm_start() 182 ret = __vcpu_set_reg(vcpu, reg_info->reg, 0); in test_fw_regs_before_vm_start() 185 reg_info->reg, errno); in test_fw_regs_before_vm_start() 187 vcpu_get_reg(vcpu, reg_info->reg, &val); in test_fw_regs_before_vm_start() 189 "Expected all the features to be cleared for reg: 0x%lx", reg_info->reg); in test_fw_regs_before_vm_start() 195 if (reg_info->max_feat_bit < 63) { in test_fw_regs_before_vm_start() 196 ret = __vcpu_set_reg(vcpu, reg_info->reg, BIT(reg_info->max_feat_bit + 1)); in test_fw_regs_before_vm_start() [all …]
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | reg.c | 642 struct cur_regulatory_info *reg_info, bool intersect, in ath11k_reg_build_regd() argument 654 num_rules = reg_info->num_5ghz_reg_rules + reg_info->num_2ghz_reg_rules; in ath11k_reg_build_regd() 656 if (reg_info->is_ext_reg_event) { in ath11k_reg_build_regd() 665 reg_6ghz_number = reg_info->num_6ghz_rules_client in ath11k_reg_build_regd() 670 reg_6ghz_number = reg_info->num_6ghz_rules_client in ath11k_reg_build_regd() 674 reg_rule_6ghz = reg_info->reg_rules_6ghz_client_ptr in ath11k_reg_build_regd() 676 max_bw_6ghz = reg_info->max_bw_6ghz_client in ath11k_reg_build_regd() 679 reg_6ghz_number = reg_info->num_6ghz_rules_ap[WMI_REG_INDOOR_AP]; in ath11k_reg_build_regd() 681 reg_info->reg_rules_6ghz_ap_ptr[WMI_REG_INDOOR_AP]; in ath11k_reg_build_regd() 682 max_bw_6ghz = reg_info->max_bw_6ghz_ap[WMI_REG_INDOOR_AP]; in ath11k_reg_build_regd() [all …]
|
H A D | reg.h | 33 void ath11k_reg_reset_info(struct cur_regulatory_info *reg_info); 38 struct cur_regulatory_info *reg_info, bool intersect, 46 struct cur_regulatory_info *reg_info,
|
H A D | wmi.c | 5213 struct cur_regulatory_info *reg_info) in ath11k_pull_reg_chan_list_update_ev() argument 5237 reg_info->num_2ghz_reg_rules = chan_list_event_hdr->num_2ghz_reg_rules; in ath11k_pull_reg_chan_list_update_ev() 5238 reg_info->num_5ghz_reg_rules = chan_list_event_hdr->num_5ghz_reg_rules; in ath11k_pull_reg_chan_list_update_ev() 5240 if (!(reg_info->num_2ghz_reg_rules + reg_info->num_5ghz_reg_rules)) { in ath11k_pull_reg_chan_list_update_ev() 5246 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, in ath11k_pull_reg_chan_list_update_ev() 5248 reg_info->dfs_region = chan_list_event_hdr->dfs_region; in ath11k_pull_reg_chan_list_update_ev() 5249 reg_info->phybitmap = chan_list_event_hdr->phybitmap; in ath11k_pull_reg_chan_list_update_ev() 5250 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev() 5251 reg_info->phy_id = chan_list_event_hdr->phy_id; in ath11k_pull_reg_chan_list_update_ev() 5252 reg_info->ctry_code = chan_list_event_hdr->country_id; in ath11k_pull_reg_chan_list_update_ev() [all …]
|
H A D | mac.c | 6839 struct cur_regulatory_info *reg_info; in ath11k_mac_op_add_interface() local 6841 reg_info = &ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_op_add_interface() 6843 ath11k_reg_handle_chan_list(ab, reg_info, IEEE80211_REG_LPI_AP); in ath11k_mac_op_add_interface() 7858 struct cur_regulatory_info *reg_info; in ath11k_mac_parse_tx_pwr_env() local 7863 reg_info = &ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_parse_tx_pwr_env() 7864 client_type = reg_info->client_type; in ath11k_mac_parse_tx_pwr_env() 9565 struct cur_regulatory_info *reg_info; in ath11k_mac_op_sta_state() local 9651 reg_info = &ar->ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_op_sta_state() 9660 reg_info, in ath11k_mac_op_sta_state()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | reg.c | 616 struct ath12k_reg_info *reg_info, bool intersect) in ath12k_reg_build_regd() argument 626 num_rules = reg_info->num_5g_reg_rules + reg_info->num_2g_reg_rules; in ath12k_reg_build_regd() 632 if (reg_info->is_ext_reg_event) in ath12k_reg_build_regd() 633 num_rules += reg_info->num_6g_reg_rules_ap[WMI_REG_INDOOR_AP]; in ath12k_reg_build_regd() 639 if (reg_info->dfs_region == ATH12K_DFS_REG_ETSI) in ath12k_reg_build_regd() 648 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath12k_reg_build_regd() 649 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath12k_reg_build_regd() 651 tmp_regd->dfs_region = ath12k_map_fw_dfs_region(reg_info->dfs_region); in ath12k_reg_build_regd() 656 reg_info->dfs_region, num_rules); in ath12k_reg_build_regd() 661 if (reg_info->num_2g_reg_rules && in ath12k_reg_build_regd() [all …]
|
H A D | wmi.c | 4686 struct ath12k_reg_info *reg_info) in ath12k_pull_reg_chan_list_ext_update_ev() argument 4713 reg_info->num_2g_reg_rules = le32_to_cpu(ev->num_2g_reg_rules); in ath12k_pull_reg_chan_list_ext_update_ev() 4714 reg_info->num_5g_reg_rules = le32_to_cpu(ev->num_5g_reg_rules); in ath12k_pull_reg_chan_list_ext_update_ev() 4715 reg_info->num_6g_reg_rules_ap[WMI_REG_INDOOR_AP] = in ath12k_pull_reg_chan_list_ext_update_ev() 4717 reg_info->num_6g_reg_rules_ap[WMI_REG_STD_POWER_AP] = in ath12k_pull_reg_chan_list_ext_update_ev() 4719 reg_info->num_6g_reg_rules_ap[WMI_REG_VLP_AP] = in ath12k_pull_reg_chan_list_ext_update_ev() 4723 reg_info->num_6g_reg_rules_cl[WMI_REG_INDOOR_AP][i] = in ath12k_pull_reg_chan_list_ext_update_ev() 4725 reg_info->num_6g_reg_rules_cl[WMI_REG_STD_POWER_AP][i] = in ath12k_pull_reg_chan_list_ext_update_ev() 4727 reg_info->num_6g_reg_rules_cl[WMI_REG_VLP_AP][i] = in ath12k_pull_reg_chan_list_ext_update_ev() 4731 num_2g_reg_rules = reg_info->num_2g_reg_rules; in ath12k_pull_reg_chan_list_ext_update_ev() [all …]
|
H A D | reg.h | 96 struct ath12k_reg_info *reg_info,
|
/linux/kernel/bpf/ |
H A D | bpf_iter.c | 12 const struct bpf_iter_reg *reg_info; member 73 return tinfo->reg_info->feature & BPF_ITER_RESCHED; in bpf_iter_target_support_resched() 253 return link->tinfo->reg_info->seq_info; in __get_seq_info() 290 /* The argument reg_info will be cached in bpf_iter_target_info. 291 * The common practice is to declare target reg_info as 295 int bpf_iter_reg_target(const struct bpf_iter_reg *reg_info) 303 tinfo->reg_info = reg_info; in bpf_iter_reg_target() 313 void bpf_iter_unreg_target(const struct bpf_iter_reg *reg_info) 320 if (reg_info in bpf_iter_unreg_target() 296 bpf_iter_reg_target(const struct bpf_iter_reg * reg_info) bpf_iter_reg_target() argument 314 bpf_iter_unreg_target(const struct bpf_iter_reg * reg_info) bpf_iter_unreg_target() argument 381 const struct bpf_iter_reg *reg_info; bpf_iter_get_func_proto() local [all...] |
/linux/drivers/clk/mmp/ |
H A D | clk-mix.c | 26 unsigned int div_mask = (1 << mix->reg_info.width_div) - 1; in _get_maxdiv() 134 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in _set_rate() 289 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_get_parent() 307 width = mix->reg_info.width_mux; in mmp_clk_mix_get_parent() 308 shift = mix->reg_info.shift_mux; in mmp_clk_mix_get_parent() 319 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_recalc_rate() 337 width = mix->reg_info.width_div; in mmp_clk_mix_recalc_rate() 338 shift = mix->reg_info.shift_div; in mmp_clk_mix_recalc_rate() 461 memcpy(&mix->reg_info, &config->reg_info, sizeof(config->reg_info)); in mmp_clk_register_mix() 485 if (config->reg_info.bit_fc >= 32) in mmp_clk_register_mix() [all …]
|
H A D | clk-of-mmp2.c | 302 .reg_info = DEFINE_MIX_REG_INFO(4, 10, 2, 8, 32), 328 .reg_info = DEFINE_MIX_REG_INFO(4, 17, 2, 6, 32), 331 .reg_info = DEFINE_MIX_REG_INFO(4, 16, 2, 6, 32), 400 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_SDH0; in mmp2_axi_periph_clk_init() 406 ccic0_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC0; in mmp2_axi_periph_clk_init() 413 ccic1_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC1; in mmp2_axi_periph_clk_init()
|
H A D | clk.h | 77 struct mmp_clk_mix_reg_info reg_info; member 88 struct mmp_clk_mix_reg_info reg_info; member
|
/linux/arch/arc/kernel/ |
H A D | unwind.c | 55 } reg_info[] = { variable 62 #define REG_INVALID(r) (reg_info[r].width == 0) 147 struct unwind_item regs[ARRAY_SIZE(reg_info)]; 154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 }; 899 #define FRAME_REG(r, t) (((t *)frame)[reg_info[r].offs]) in arc_unwind() 1069 if (ptr > end || retAddrReg >= ARRAY_SIZE(reg_info) in arc_unwind() 1071 || reg_info[retAddrReg].width != in arc_unwind() 1146 || state.cfa.reg >= ARRAY_SIZE(reg_info) in arc_unwind() 1147 || reg_info[state.cfa.reg].width != sizeof(unsigned long) in arc_unwind() 1203 if (state.regs[i].value >= ARRAY_SIZE(reg_info) in arc_unwind() [all …]
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 72 struct reg_info { struct 129 struct reg_info *rinfo;
|
H A D | aicasm_gram.y | 1480 (struct reg_info *)malloc(sizeof(struct reg_info)); in initialize_symbol() 1486 sizeof(struct reg_info)); in initialize_symbol()
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_flash.c | 335 __le32 reg_info[2]; /* 0th position region address, 1st position size */ in ipc_flash_download_region() local 343 reg_info[0] = cpu_to_le32(nand_address); in ipc_flash_download_region() 346 reg_info[1] = cpu_to_le32(nand_address + rest_len - 2); in ipc_flash_download_region() 348 (u8 *)reg_info, IOSM_MDM_SEND_8, in ipc_flash_download_region() 360 (u8 *)reg_info, IOSM_MDM_SEND_4, mdm_rsp); in ipc_flash_download_region()
|
/linux/drivers/regulator/ |
H A D | rc5t583-regulator.c | 38 struct rc5t583_regulator_info *reg_info = rdev_get_drvdata(rdev); in rc5t583_regulator_enable_time() local 42 return DIV_ROUND_UP(curr_uV, reg_info->enable_uv_per_us); in rc5t583_regulator_enable_time()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 828 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_tqp() argument 831 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp() 832 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_tqp() 858 dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp() 882 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_common() argument 885 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_common() 886 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_common() 1280 const struct hclge_dbg_reg_type_info *reg_info; in hclge_dbg_dump_reg_cmd() local 1285 reg_info = &hclge_dbg_reg_info[i]; in hclge_dbg_dump_reg_cmd() 1286 if (cmd == reg_info->cmd) { in hclge_dbg_dump_reg_cmd() [all …]
|
H A D | hclge_err.c | 1508 const struct hclge_mod_reg_info *reg_info, int size) in hclge_print_mod_reg_info() argument 1519 actual_len = strlen(reg_info[i].reg_name) + in hclge_print_mod_reg_info() 1521 HCLGE_MOD_REG_VALUE_LEN * reg_info[i].group_size; in hclge_print_mod_reg_info() 1524 reg_info[i].reg_name, actual_len); in hclge_print_mod_reg_info() 1529 reg_info[i].reg_name); in hclge_print_mod_reg_info() 1530 if (reg_info[i].has_suffix) in hclge_print_mod_reg_info() 1537 for (j = 0; j < reg_info[i].group_size; j++) { in hclge_print_mod_reg_info() 1538 offset = reg_info[i].reg_offset_group[j]; in hclge_print_mod_reg_info()
|
/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 137 struct reg_info { struct 207 struct reg_info active_regs[1]; 208 struct reg_info proxy_regs[1]; 209 struct reg_info fallback_proxy_regs[2]; 261 static int q6v5_regulator_init(struct device *dev, struct reg_info *regs, in q6v5_regulator_init() 288 struct reg_info *regs, int count) in q6v5_regulator_enable() 338 struct reg_info *regs, int count) in q6v5_regulator_disable()
|
/linux/drivers/bus/mhi/host/ |
H A D | init.c | 481 } reg_info[] = { in mhi_init_mmio() local 589 for (i = 0; reg_info[i].offset; i++) in mhi_init_mmio() 590 mhi_write_reg(mhi_cntrl, base, reg_info[i].offset, in mhi_init_mmio() 591 reg_info[i].val); in mhi_init_mmio()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 806 const struct reg_addr *reg_info) in bnx2x_is_reg_in_chip() argument 809 return IS_E1_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 811 return IS_E1H_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 813 return IS_E2_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 815 return IS_E3A0_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 817 return IS_E3B0_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
|
/linux/sound/soc/samsung/ |
H A D | i2s.c | 1283 const struct samsung_i2s_variant_regs *reg_info = priv->variant_regs; in i2s_register_clock_provider() local 1317 priv->addr + I2SMOD, reg_info->rclksrc_off, in i2s_register_clock_provider() 1333 priv->addr + I2SMOD, reg_info->cdclkcon_off, in i2s_register_clock_provider()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.c | 1734 const struct iwl_fw_mon_reg *reg_info) in iwl_get_mon_reg() argument 1743 if (!reg_info || !reg_info->addr || !reg_info->mask) in iwl_get_mon_reg() 1746 val = iwl_read_prph_no_grab(fwrt->trans, reg_info->addr + offs); in iwl_get_mon_reg() 1748 return cpu_to_le32(mask_apply_and_normalize(val, reg_info->mask)); in iwl_get_mon_reg()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 172 const char *reg_info; member 978 "%s\n", diag_reg[i].reg_info); in ath6kl_regdump_open()
|