Lines Matching refs:wss_outb
165 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb() function
194 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_dout()
195 wss_outb(chip, CS4231P(REG), value); in snd_wss_dout()
207 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_out()
208 wss_outb(chip, CS4231P(REG), value); in snd_wss_out()
224 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_in()
233 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | 0x17); in snd_cs4236_ext_out()
234 wss_outb(chip, CS4231P(REG), in snd_cs4236_ext_out()
236 wss_outb(chip, CS4231P(REG), val); in snd_cs4236_ext_out()
246 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | 0x17); in snd_cs4236_ext_in()
247 wss_outb(chip, CS4231P(REG), in snd_cs4236_ext_in()
393 wss_outb(chip, CS4231P(REGSEL), in snd_wss_mce_up()
417 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | (timeout & 0x1f)); in snd_wss_mce_down()
896 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open()
897 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open()
928 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
929 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
952 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
953 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
1146 wss_outb(chip, CS4231P(STATUS), 0); in snd_wss_interrupt()
1220 wss_outb(chip, CS4231P(STATUS), 0); in snd_ad1848_probe()
1320 wss_outb(chip, CS4231P(STATUS), 0); in snd_wss_probe()
1675 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | (timeout & 0x1f)); in snd_wss_resume()