Lines Matching refs:value
51 * snd_hdac_get_stream_stripe_ctl - get stripe control value
62 max_sdo_lines, value, sdo_line;
70 value = (channels * bits_per_sample *
73 value = (channels * bits_per_sample) / sdo_line;
75 if (value >= bus->sdo_limit)
79 /* stripe value: 0 for 1SDO, 1 for 2SDO, 2 for 4SDO lines */
280 /* this value needs to be the same as the one programmed */
305 /* when LPIB delay correction gives a small negative value,
568 * @format_val: format value parameter
571 * and passed format value
638 * force timecounter to use predefined value,
777 * snd_hdac_stream_set_spib - sets the spib value of a stream
780 * @value: spib value to set
783 struct hdac_stream *azx_dev, u32 value)
790 writel(value, azx_dev->spib_addr);
797 * snd_hdac_stream_get_spbmaxfifo - gets the spib value of a stream
863 * snd_hdac_stream_set_dpibr - sets the dpibr value of a stream
866 * @value: dpib value to set
869 struct hdac_stream *azx_dev, u32 value)
876 writel(value, azx_dev->dpibr_addr);
883 * snd_hdac_stream_set_lpib - sets the lpib value of a stream
885 * @value: lpib value to set
887 int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value)
889 snd_hdac_stream_writel(azx_dev, SD_LPIB, value);