Lines Matching refs:rate_bits
979 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local
983 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()
988 switch (rate_bits) { in hdsp_spdif_sample_rate()
1009 rate_bits, status); in hdsp_spdif_sample_rate()
1016 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local
1026 switch (rate_bits) { in hdsp_external_sample_rate()
1133 int rate_bits; in hdsp_set_rate() local
1184 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()
1189 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()
1194 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()
1199 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()
1204 rate_bits = HDSP_Frequency88_2KHz; in hdsp_set_rate()
1209 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()
1214 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()
1219 rate_bits = HDSP_Frequency176_4KHz; in hdsp_set_rate()
1224 rate_bits = HDSP_Frequency192KHz; in hdsp_set_rate()
1239 hdsp->control_register |= rate_bits; in hdsp_set_rate()