Searched refs:pas_read (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | pas2_pcm.c | 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() [all …]
|
D | pas2_midi.c | 109 fifo_space = ((x = pas_read(0x1B89)) >> 4) & 0x0f; in dump_to_midi() 230 stat = pas_read(0x1B88); in pas_midi_interrupt() 234 incount = pas_read(0x1B89) & 0x0f; /* Input FIFO size */ in pas_midi_interrupt() 241 midi_input_intr(my_dev, pas_read(0x178A)); in pas_midi_interrupt() 243 pas_read(0x178A); /* Flush */ in pas_midi_interrupt() 259 printk(KERN_WARNING "MIDI output overrun %x,%x\n", pas_read(0x1B89), stat); in pas_midi_interrupt()
|
D | pas2_card.c | 77 unsigned char pas_read(int ioaddr) in pas_read() function 93 status = pas_read(0x0B89); in pasintr() 167 int_ptrs = pas_read(0xF38A); in config_pas_hw() 298 board_id = pas_read(0x0B8B); in detect_pas_hw() 312 foo = pas_read(0x0B8B); in detect_pas_hw() 318 pas_model = pas_read(0xFF88); in detect_pas_hw() 330 if ((pas_model = pas_read(0xFF88))) in attach_pas_card() 341 pas_read(0x2789)); in attach_pas_card()
|
D | pas2_mixer.c | 256 level = !(pas_read(0x0B8A) & 0x20); in pas_mixer_ioctl() 259 pas_write(pas_read(0x0B8A) & (~0x20), 0x0B8A); in pas_mixer_ioctl() 261 pas_write(pas_read(0x0B8A) | 0x20, 0x0B8A); in pas_mixer_ioctl() 263 level = !(pas_read(0x0B8A) & 0x20); in pas_mixer_ioctl()
|
D | pas2.h | 5 unsigned char pas_read(int ioaddr);
|