Searched refs:wss_inb (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.c166 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) function
176 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT);
187 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT);
199 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT)
216 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT)
222 return wss_inb(chip, CS4231P(REG));
242 return wss_inb(chip, CS4231P(REG));
257 wss_inb(chip, CS4231P(REGSEL));
260 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT);
272 if (wss_inb(chi
[all...]

Completed in 140 milliseconds