Searched refs:presets (Results 1 - 10 of 10) sorted by relevance

/linux-master/samples/coresight/
H A Dcoresight-cfg-sample.c22 * set of presets leaves strobing window constant while varying period to allow
35 "Supplied presets allow experimentation with mark-space ratio for various loads\n",
40 .presets = &afdo2_presets[0][0],
/linux-master/drivers/clk/starfive/
H A Dclk-starfive-jh7110-pll.c91 const struct jh7110_pll_preset *presets; member in struct:jh7110_pll_info
114 .presets = _presets, \
133 #define JH7110_PLL(idx, name, presets) _JH7110_PLL(idx, name, presets)
332 const struct jh7110_pll_preset *selected = &info->presets[0];
335 /* if the parent rate doesn't match our expectations the presets won't work */
343 const struct jh7110_pll_preset *val = &info->presets[idx];
364 /* if the parent rate doesn't match our expectations the presets won't work */
368 for (idx = 0, val = &info->presets[0]; idx < info->npresets; idx++, val++) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-config.h37 * Limit number of presets in a configuration
122 * A single set of presets is the sum of the parameters declared by
130 * @nr_presets: Number of sets of presets supplied by this configuration.
132 * @presets: Array of preset values.
147 const u64 *presets; /* nr_presets * nr_total_params */ member in struct:cscfg_config_desc
H A Dcoresight-cfg-afdo.c127 * set of presets leaves strobing window constant while varying period to allow
145 "Supplied presets allow experimentation with mark-space ratio for various loads\n",
150 .presets = &afdo_presets[0][0],
H A Dcoresight-config.c135 * For the selected presets, we set the register associated with the parameter, to
159 preset_base = &config_desc->presets[(preset - 1) * nr_cfg_params];
H A Dcoresight-syscfg-configfs.c72 * A set of presets is the sum of all params in used features,
82 config_desc->presets[val_idx++]);
137 * presets start at 1, and go up to max (15),
/linux-master/include/sound/
H A Dsoundfont.h74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member in struct:snd_sf_list
/linux-master/sound/synth/emux/
H A Dsoundfont.c1188 memset(sflist->presets, 0, sizeof(sflist->presets));
1235 cur->next_instr = sflist->presets[index]; /* preset table link */
1236 sflist->presets[index] = cur;
1251 for (p = sflist->presets[index]; p; p = p->next_instr) {
1312 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) {
1388 memset(sflist->presets, 0, sizeof(sflist->presets));
1505 memset(sflist->presets, 0, sizeof(sflist->presets));
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c741 #define IS_REG_IN_PRESET(presets, idx) \
742 ((presets & (1 << (idx-1))) == (1 << (idx-1)))
874 if (IS_REG_IN_PRESET(read_addr[k].presets,
906 IS_REG_IN_PRESET(idle_reg_addrs[i].presets, preset)) {
915 IS_REG_IN_PRESET(reg_addrs[i].presets, preset)) {
923 IS_REG_IN_PRESET(wreg_addr_p->presets, preset)) {
952 /* Skip presets with IOR */
H A Dbnx2x_dump.h50 u32 presets; member in struct:reg_addr
59 u32 presets; member in struct:wreg_addr

Completed in 461 milliseconds