Searched refs:wss_outb (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 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() [all …]
|