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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dclock.c166 int dsor = 1 << (3 & (omap_readw(ARM_CKCTL) >> clk->rate_offset));
183 dsor = 1 << (3 & (__raw_readw(DSP_CKCTL) >> clk->rate_offset));
242 regval &= ~(3 << clk->rate_offset);
243 regval |= dsor_exp << clk->rate_offset;
272 regval &= ~(3 << clk->rate_offset);
273 regval |= dsor_exp << clk->rate_offset;
H A Dclock_data.c115 .rate_offset = CKCTL_ARMDIV_OFFSET,
129 .rate_offset = CKCTL_PERDIV_OFFSET,
205 .rate_offset = CKCTL_DSPDIV_OFFSET,
215 .rate_offset = CKCTL_DSPMMUDIV_OFFSET,
227 .rate_offset = CKCTL_PERDIV_OFFSET,
257 .rate_offset = CKCTL_TCDIV_OFFSET,
374 .rate_offset = CKCTL_LCDDIV_OFFSET,
388 .rate_offset = CKCTL_LCDDIV_OFFSET,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsfnt_info.h120 short rate_offset; /* sample rate pitch offset */ member in struct:soundfont_voice_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclock.h142 u8 rate_offset; member in struct:clk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c844 offset += 0xe000 + vp->reg.rate_offset;
H A Dsoundfont.c1032 zone->v.rate_offset = calc_rate_offset(patch.base_freq);

Completed in 74 milliseconds