Lines Matching refs:format_val
381 unsigned int format_val; /* format value to be set in the member
1450 azx_sd_writew(azx_dev, SD_FORMAT, azx_dev->format_val); in azx_setup_controller()
1795 azx_dev->format_val = 0; in azx_pcm_hw_params()
1817 azx_dev->format_val = 0; in azx_pcm_hw_free()
1832 unsigned int bufsize, period_bytes, format_val, stream_tag; in azx_pcm_prepare() local
1839 format_val = snd_hda_calc_stream_format(runtime->rate, in azx_pcm_prepare()
1844 if (!format_val) { in azx_pcm_prepare()
1855 bufsize, format_val); in azx_pcm_prepare()
1859 format_val != azx_dev->format_val) { in azx_pcm_prepare()
1862 azx_dev->format_val = format_val; in azx_pcm_prepare()
1883 azx_dev->format_val, substream); in azx_pcm_prepare()