Searched refs:reg_max (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/soc/fsl/ |
H A D | imx-audmux.c | 27 static u32 reg_max; variable 299 reg_max = 14; in imx_audmux_probe() 302 reg_max = 6; in imx_audmux_probe() 309 regcache = devm_kzalloc(&pdev->dev, sizeof(u32) * reg_max, GFP_KERNEL); in imx_audmux_probe() 331 for (i = 0; i < reg_max; i++) in imx_audmux_suspend() 345 for (i = 0; i < reg_max; i++) in imx_audmux_resume()
|
/openbmc/linux/drivers/regulator/ |
H A D | da9121-regulator.c | 54 int reg_max; member 62 .reg_max = 14, 70 .reg_max = 6, 78 .reg_max = 14, 86 .reg_max = 6, 94 .reg_max = 14, 102 .reg_max = 14, 208 if (val > range->reg_max) { in da9121_get_current_limit() 238 for (i = range->reg_max; i >= range->reg_min; i--) { in da9121_ceiling_selector()
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra210_admaif.c | 88 unsigned int reg_max = admaif->soc_data->regmap_conf->max_register; in tegra_admaif_wr_reg() local 106 } else if ((reg >= global_base) && (reg < reg_max)) { in tegra_admaif_wr_reg() 122 unsigned int reg_max = admaif->soc_data->regmap_conf->max_register; in tegra_admaif_rd_reg() local 144 } else if ((reg >= global_base) && (reg < reg_max)) { in tegra_admaif_rd_reg() 166 unsigned int reg_max = admaif->soc_data->regmap_conf->max_register; in tegra_admaif_volatile_reg() local 184 } else if ((reg >= global_base) && (reg < reg_max)) { in tegra_admaif_volatile_reg()
|
/openbmc/linux/drivers/hwmon/ |
H A D | intel-m10-bmc-hwmon.c | 17 unsigned int reg_max; member 637 reg = data->reg_max; in m10bmc_hwmon_read() 655 reg = data->reg_max; in m10bmc_hwmon_read() 673 reg = data->reg_max; in m10bmc_hwmon_read()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 441 const intptr_t reg_max = simd_oprsz(desc); in DO_LD() local 449 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { in DO_LD() 451 clr_fn(za, 0, reg_max); in DO_LD() 503 cpy_fn(za, &scratch, reg_max); in DO_LD() 515 memset(za, 0, reg_max); in DO_LD() 646 const intptr_t reg_max = simd_oprsz(desc); in DO_LD() local 654 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { in DO_LD()
|
H A D | sve_helper.c | 5302 intptr_t reg_max, int esz) in find_next_active() argument 5316 if (unlikely(reg_off >= reg_max)) { in find_next_active() 5318 return reg_max; in find_next_active() 5326 tcg_debug_assert(reg_off < reg_max); in find_next_active() 5391 intptr_t reg_max, int esz, int msize) in sve_cont_ldst_elements() argument 5414 } while (++i * 64 < reg_max); in sve_cont_ldst_elements() 5420 tcg_debug_assert(reg_off_last >= 0 && reg_off_last < reg_max); in sve_cont_ldst_elements() 5468 reg_off_split = find_next_active(vg, reg_off_split, reg_max, esz); in sve_cont_ldst_elements() 5659 const intptr_t reg_max = simd_oprsz(desc); in sve_ldN_r() local 5666 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, N << msz)) { in sve_ldN_r() [all …]
|
H A D | sve_ldst_internal.h | 194 intptr_t reg_max, int esz, int msize);
|