Lines Matching refs:pas_write
106 pas_write(tmp & ~(0x40 | 0x80), 0x0B8A); in pcm_set_speed()
107 pas_write(0x00 | 0x30 | 0x04, 0x138B); in pcm_set_speed()
108 pas_write(foo & 0xff, 0x1388); in pcm_set_speed()
109 pas_write((foo >> 8) & 0xff, 0x1388); in pcm_set_speed()
110 pas_write(tmp, 0x0B8A); in pcm_set_speed()
125 pas_write(pas_read(0xF8A) ^ 0x20, 0xF8A); in pcm_set_channels()
143 pas_write(pas_read(0x8389) ^ 0x04, 0x8389); in pcm_set_bits()
201 pas_write(pas_read(0xF8A) & ~0x40, 0xF8A); /* Disable PCM */ in pas_audio_reset()
258 pas_write(pas_read(0xF8A) & ~0x40, in pas_audio_output_block()
268 pas_write(pas_read(0x0B8A) & ~0x80, 0x0B8A); in pas_audio_output_block()
269 pas_write(0x40 | 0x30 | 0x04, 0x138B); in pas_audio_output_block()
270 pas_write(count & 0xff, 0x1389); in pas_audio_output_block()
271 pas_write((count >> 8) & 0xff, 0x1389); in pas_audio_output_block()
272 pas_write(pas_read(0x0B8A) | 0x80, 0x0B8A); in pas_audio_output_block()
276 pas_write(pas_read(0x0B8A) | 0x80 | 0x40, 0x0B8A); in pas_audio_output_block()
278 pas_write(pas_read(0xF8A) | 0x40 | 0x10, 0xF8A); in pas_audio_output_block()
310 pas_write(pas_read(0x0B8A) & ~0x80, 0x0B8A); in pas_audio_start_input()
311 pas_write(0x40 | 0x30 | 0x04, 0x138B); in pas_audio_start_input()
312 pas_write(count & 0xff, 0x1389); in pas_audio_start_input()
313 pas_write((count >> 8) & 0xff, 0x1389); in pas_audio_start_input()
314 pas_write(pas_read(0x0B8A) | 0x80, 0x0B8A); in pas_audio_start_input()
318 pas_write(pas_read(0x0B8A) | 0x80 | 0x40, 0x0B8A); in pas_audio_start_input()
320 pas_write((pas_read(0xF8A) | 0x40) & ~0x10, 0xF8A); in pas_audio_start_input()
337 pas_write(pas_read(0xF8A) | 0x40 | 0x10, 0xF8A); in pas_audio_trigger()
339 pas_write((pas_read(0xF8A) | 0x40) & ~0x10, 0xF8A); in pas_audio_trigger()
341 pas_write(pas_read(0xF8A) & ~0x40, 0xF8A); in pas_audio_trigger()
403 pas_write(pas_read(0xF8A) & ~0x40, 0xF8A); in pas_pcm_interrupt()