Home
last modified time | relevance | path

Searched refs:wss_inb (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/isa/wss/
Dwss_lib.c170 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb() function
180 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT); in snd_wss_wait()
191 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT); in snd_wss_dout()
203 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_out()
220 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_in()
226 return wss_inb(chip, CS4231P(REG)); in snd_wss_in()
250 return wss_inb(chip, CS4231P(REG)); in snd_cs4236_ext_in()
254 res = wss_inb(chip, CS4231P(REG)); in snd_cs4236_ext_in()
270 wss_inb(chip, CS4231P(REGSEL)),
271 wss_inb(chip, CS4231P(STATUS)));
[all …]