Searched refs:wss_outb (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/isa/wss/ |
D | wss_lib.c | 151 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb() function 180 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_dout() 181 wss_outb(chip, CS4231P(REG), value); in snd_wss_dout() 193 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_out() 194 wss_outb(chip, CS4231P(REG), value); in snd_wss_out() 210 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_in() 219 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | 0x17); in snd_cs4236_ext_out() 220 wss_outb(chip, CS4231P(REG), in snd_cs4236_ext_out() 222 wss_outb(chip, CS4231P(REG), val); in snd_cs4236_ext_out() 232 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | 0x17); in snd_cs4236_ext_in() [all …]
|