Searched refs:rate_offset (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap1/ |
D | clock_data.c | 123 .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,
|
D | clock.c | 170 int dsor = 1 << (3 & (omap_readw(ARM_CKCTL) >> clk->rate_offset)); in omap1_ckctl_recalc() 187 dsor = 1 << (3 & (__raw_readw(DSP_CKCTL) >> clk->rate_offset)); in omap1_ckctl_recalc_dsp_domain() 241 regval &= ~(3 << clk->rate_offset); in omap1_clk_set_rate_dsp_domain() 242 regval |= dsor_exp << clk->rate_offset; in omap1_clk_set_rate_dsp_domain() 271 regval &= ~(3 << clk->rate_offset); in omap1_clk_set_rate_ckctl_arm() 272 regval |= dsor_exp << clk->rate_offset; in omap1_clk_set_rate_ckctl_arm()
|
D | clock.h | 158 u8 rate_offset; member
|
/Linux-v4.19/include/uapi/sound/ |
D | sfnt_info.h | 121 short rate_offset; /* sample rate pitch offset */ member
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_proc.c | 98 snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset); in snd_emux_proc_info_read()
|
D | soundfont.c | 1034 zone->v.rate_offset = calc_rate_offset(patch.base_freq); in load_guspatch() 1045 (int)patch.base_freq, zone->v.rate_offset, in load_guspatch()
|
D | emux_synth.c | 861 offset += 0xe000 + vp->reg.rate_offset; in calc_pitch()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 1174 u8 rate_table_offset, rate_offset = 0; in rsi_send_auto_rate_request() local 1244 rate_offset++; in rsi_send_auto_rate_request() 1253 rate_offset += ARRAY_SIZE(mcs); in rsi_send_auto_rate_request() 1271 for (ii = rate_offset, kk = ARRAY_SIZE(rsi_mcsrates) - 1; in rsi_send_auto_rate_request() 1272 ii < rate_offset + 2 * ARRAY_SIZE(rsi_mcsrates); ii++) { in rsi_send_auto_rate_request()
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/ |
D | phydm_hal_api8822b.c | 597 u8 rate_offset = (hw_rate & 0x3); in phydm_write_txagc_1byte_8822b() local 611 if (i != rate_offset) in phydm_write_txagc_1byte_8822b()
|