Lines Matching refs:rate_bits
983 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local
987 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()
992 switch (rate_bits) { in hdsp_spdif_sample_rate()
1013 rate_bits, status); in hdsp_spdif_sample_rate()
1020 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local
1030 switch (rate_bits) { in hdsp_external_sample_rate()
1137 int rate_bits; in hdsp_set_rate() local
1188 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()
1193 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()
1198 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()
1203 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()
1208 rate_bits = HDSP_Frequency88_2KHz; in hdsp_set_rate()
1213 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()
1218 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()
1223 rate_bits = HDSP_Frequency176_4KHz; in hdsp_set_rate()
1228 rate_bits = HDSP_Frequency192KHz; in hdsp_set_rate()
1243 hdsp->control_register |= rate_bits; in hdsp_set_rate()