Lines Matching refs:rate_bits
966 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local
970 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()
975 switch (rate_bits) { in hdsp_spdif_sample_rate()
996 rate_bits, status); in hdsp_spdif_sample_rate()
1003 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local
1013 switch (rate_bits) { in hdsp_external_sample_rate()
1120 int rate_bits; in hdsp_set_rate() local
1171 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()
1176 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()
1181 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()
1186 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()
1191 rate_bits = HDSP_Frequency88_2KHz; in hdsp_set_rate()
1196 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()
1201 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()
1206 rate_bits = HDSP_Frequency176_4KHz; in hdsp_set_rate()
1211 rate_bits = HDSP_Frequency192KHz; in hdsp_set_rate()
1226 hdsp->control_register |= rate_bits; in hdsp_set_rate()