Lines Matching refs:fs
1126 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_output() local
1134 fs = portc->speed_bits | (portc->format_bits << 5); in ad1848_prepare_for_output()
1137 fs |= 0x10; in ad1848_prepare_for_output()
1143 fs &= 0xf0; /* Mask off the rate select bits */ in ad1848_prepare_for_output()
1158 ad_write(devc, 8, fs); in ad1848_prepare_for_output()
1182 if ((fs & 0x01) != (old_fs & 0x01)) in ad1848_prepare_for_output()
1194 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_input() local
1203 fs = portc->speed_bits | (portc->format_bits << 5); in ad1848_prepare_for_input()
1206 fs |= 0x10; in ad1848_prepare_for_input()
1212 fs &= 0xf0; /* Mask off the rate select bits */ in ad1848_prepare_for_input()
1232 ad_write(devc, 28, fs); in ad1848_prepare_for_input()
1272 ad_write(devc, 8, fs); in ad1848_prepare_for_input()
1296 if ((fs & 0x01) != (old_fs & 0x01)) in ad1848_prepare_for_input()