Searched refs:pas_write (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpas2.h6 void pas_write(unsigned char data, int ioaddr);
H A Dpas2_card.c72 * pas_read() and pas_write() are equivalents of inb and outb
84 void pas_write(unsigned char data, int ioaddr) function
96 pas_write(status, 0x0B89); /* Clear interrupt */
118 pas_write(pas_intr_mask, 0x0B8B);
128 pas_write(pas_intr_mask, 0x0B8B);
144 pas_write(0x00, 0x0B8B);
145 pas_write(0x36, 0x138B);
146 pas_write(0x36, 0x1388);
147 pas_write(0, 0x1388);
148 pas_write(
[all...]
H A Dpas2_pcm.c110 pas_write(tmp & ~(0x40 | 0x80), 0x0B8A);
111 pas_write(0x00 | 0x30 | 0x04, 0x138B);
112 pas_write(foo & 0xff, 0x1388);
113 pas_write((foo >> 8) & 0xff, 0x1388);
114 pas_write(tmp, 0x0B8A);
129 pas_write(pas_read(0xF8A) ^ 0x20, 0xF8A);
147 pas_write(pas_read(0x8389) ^ 0x04, 0x8389);
209 pas_write(pas_read(0xF8A) & ~0x40, 0xF8A); /* Disable PCM */
272 pas_write(pas_read(0xF8A) & ~0x40,
282 pas_write(pas_rea
[all...]
H A Dpas2_midi.c51 pas_write(0x20 | 0x40,
78 pas_write(ctrl, 0x178b);
84 pas_write(0xff, 0x1B88);
99 pas_write(0x20 | 0x40, 0x178b);
122 pas_write(midi_byte, 0x178A);
261 pas_write(stat, 0x1B88); /* Acknowledge interrupts */
H A Dpas2_mixer.c77 pas_write(data, ioaddr);
268 pas_write(pas_read(0x0B8A) & (~0x20), 0x0B8A);
270 pas_write(pas_read(0x0B8A) | 0x20, 0x0B8A);

Completed in 54 milliseconds