Lines Matching refs:rate_bits
956 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local
960 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()
965 switch (rate_bits) { in hdsp_spdif_sample_rate()
986 rate_bits, status); in hdsp_spdif_sample_rate()
993 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local
1003 switch (rate_bits) { in hdsp_external_sample_rate()
1110 int rate_bits; in hdsp_set_rate() local
1161 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()
1166 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()
1171 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()
1176 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()
1181 rate_bits = HDSP_Frequency88_2KHz; in hdsp_set_rate()
1186 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()
1191 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()
1196 rate_bits = HDSP_Frequency176_4KHz; in hdsp_set_rate()
1201 rate_bits = HDSP_Frequency192KHz; in hdsp_set_rate()
1216 hdsp->control_register |= rate_bits; in hdsp_set_rate()