Searched refs:rate_offset (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
H A Dclock_data.c123 .rate_offset = CKCTL_ARMDIV_OFFSET,
137 .rate_offset = CKCTL_PERDIV_OFFSET,
217 .rate_offset = CKCTL_DSPDIV_OFFSET,
227 .rate_offset = CKCTL_DSPMMUDIV_OFFSET,
239 .rate_offset = CKCTL_PERDIV_OFFSET,
269 .rate_offset = CKCTL_TCDIV_OFFSET,
390 .rate_offset = CKCTL_LCDDIV_OFFSET,
404 .rate_offset = CKCTL_LCDDIV_OFFSET,
H A Dclock.c170 int dsor = 1 << (3 & (omap_readw(ARM_CKCTL) >> clk->rate_offset)); omap1_ckctl_recalc()
187 dsor = 1 << (3 & (__raw_readw(DSP_CKCTL) >> clk->rate_offset)); omap1_ckctl_recalc_dsp_domain()
241 regval &= ~(3 << clk->rate_offset); omap1_clk_set_rate_dsp_domain()
242 regval |= dsor_exp << clk->rate_offset; omap1_clk_set_rate_dsp_domain()
271 regval &= ~(3 << clk->rate_offset); omap1_clk_set_rate_ckctl_arm()
272 regval |= dsor_exp << clk->rate_offset; omap1_clk_set_rate_ckctl_arm()
H A Dclock.h118 * @rate_offset: bitshift for rate selection bitfield (OMAP1 only)
121 * XXX @rate_offset, @src_offset should probably be removed and OMAP1
158 u8 rate_offset; member in struct:clk
/linux-4.4.14/sound/synth/emux/
H A Demux_proc.c98 snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset); snd_emux_proc_info_read()
H A Dsoundfont.c1034 zone->v.rate_offset = calc_rate_offset(patch.base_freq); load_guspatch()
1045 (int)patch.base_freq, zone->v.rate_offset, load_guspatch()
H A Demux_synth.c861 offset += 0xe000 + vp->reg.rate_offset; calc_pitch()
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1014 u8 rate_table_offset, rate_offset = 0; rsi_send_auto_rate_request() local
1063 rate_offset++; rsi_send_auto_rate_request()
1072 rate_offset += ARRAY_SIZE(mcs); rsi_send_auto_rate_request()
1090 for (ii = rate_offset, kk = ARRAY_SIZE(rsi_mcsrates) - 1; rsi_send_auto_rate_request()
1091 ii < rate_offset + 2 * ARRAY_SIZE(rsi_mcsrates); ii++) { rsi_send_auto_rate_request()
/linux-4.4.14/include/uapi/sound/
H A Dsfnt_info.h120 short rate_offset; /* sample rate pitch offset */ member in struct:soundfont_voice_info

Completed in 400 milliseconds