Searched refs:I810_IOWRITEB (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | i810_audio.c | 485 #define I810_IOWRITEB(val, card, off) I810_IOWRITE(b, val, card, off) macro 492 I810_IOWRITEB(MODULOP2(GET_CIV((card), (port)) + (off), SG_LEN), (card), (port) + OFF_LVI) 795 I810_IOWRITEB(0, card, PI_CR); in __stop_adc() 800 I810_IOWRITEB( I810_IOREADB(card, PI_PICB), card, PI_PICB ); in __stop_adc() 802 I810_IOWRITEB( I810_IOREADB(card, PI_SR), card, PI_SR ); in __stop_adc() 824 I810_IOWRITEB(0x10 | 0x04 | 0x01, state->card, PI_CR); in __start_adc() 845 I810_IOWRITEB(0, card, PO_CR); in __stop_dac() 850 I810_IOWRITEB( I810_IOREADB(card, PO_PICB), card, PO_PICB ); in __stop_dac() 852 I810_IOWRITEB( I810_IOREADB(card, PO_SR), card, PO_SR ); in __stop_dac() 874 I810_IOWRITEB(0x10 | 0x04 | 0x01, state->card, PO_CR); in __start_dac() [all …]
|