Searched refs:sample_rate_div (Results 1 – 3 of 3) sorted by relevance
34 .sample_rate_div = INV_MPU6050_REG_SAMPLE_RATE_DIV,57 .sample_rate_div = INV_MPU6050_REG_SAMPLE_RATE_DIV,80 .sample_rate_div = INV_MPU6050_REG_SAMPLE_RATE_DIV,321 result = regmap_write(st->map, st->reg->sample_rate_div, d); in inv_mpu6050_init_config()713 result = regmap_write(st->map, st->reg->sample_rate_div, d); in inv_mpu6050_fifo_rate_store()
42 u8 sample_rate_div; member
2554 unsigned int sample_rate_div = ((get_hdafmt_rate(fmt) >> 0) & 3) + 1; in dsp_allocate_ports_format() local2556 unsigned int rate_multi = sample_rate_mul / sample_rate_div; in dsp_allocate_ports_format()2798 unsigned int sample_rate_div; in dspxfr_one_seg() local2854 sample_rate_div = ((get_hdafmt_rate(hda_format) >> 0) & 3) + 1; in dspxfr_one_seg()2858 hda_frame_size_words = ((sample_rate_div == 0) ? 0 : in dspxfr_one_seg()2859 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg()2874 sample_rate_mul, sample_rate_div, buffer_size_words); in dspxfr_one_seg()