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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c161 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) function
190 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg);
191 wss_outb(chip, CS4231P(REG), value);
203 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg);
204 wss_outb(chip, CS4231P(REG), value);
220 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg);
229 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | 0x17);
230 wss_outb(chip, CS4231P(REG),
232 wss_outb(chip, CS4231P(REG), val);
239 wss_outb(chi
[all...]

Completed in 86 milliseconds