Lines Matching refs:pas_read
73 tmp = pas_read(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()
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()
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()
376 if (pas_read(0xEF8B) & 0x08) in pas_pcm_init()
403 pas_write(pas_read(0xF8A) & ~0x40, 0xF8A); in pas_pcm_interrupt()