Home
last modified time | relevance | path

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

/linux-6.1.9/sound/isa/wss/
Dwss_lib.c156 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb() function
166 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT); in snd_wss_wait()
177 timeout > 0 && (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT); in snd_wss_dout()
189 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_out()
206 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_in()
212 return wss_inb(chip, CS4231P(REG)); in snd_wss_in()
236 return wss_inb(chip, CS4231P(REG)); in snd_cs4236_ext_in()
240 res = wss_inb(chip, CS4231P(REG)); in snd_cs4236_ext_in()
256 wss_inb(chip, CS4231P(REGSEL)),
257 wss_inb(chip, CS4231P(STATUS)));
[all …]