Lines Matching refs:rate_bits
953 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local
957 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()
962 switch (rate_bits) { in hdsp_spdif_sample_rate()
983 rate_bits, status); in hdsp_spdif_sample_rate()
990 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local
1000 switch (rate_bits) { in hdsp_external_sample_rate()
1107 int rate_bits; in hdsp_set_rate() local
1158 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()
1163 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()
1168 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()
1173 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()
1178 rate_bits = HDSP_Frequency88_2KHz; in hdsp_set_rate()
1183 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()
1188 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()
1193 rate_bits = HDSP_Frequency176_4KHz; in hdsp_set_rate()
1198 rate_bits = HDSP_Frequency192KHz; in hdsp_set_rate()
1213 hdsp->control_register |= rate_bits; in hdsp_set_rate()