Searched refs:CS4231P (Results 1 – 2 of 2) sorted by relevance
/linux/sound/isa/wss/ |
H A D | wss_lib.c | 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() 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() 189 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_out() 194 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_out() 195 wss_outb(chip, CS4231P(REG), value); in snd_wss_out() 207 if (wss_inb(chip, CS4231P(REGSEL)) & CS4231_INIT) in snd_wss_in() 211 wss_outb(chip, CS4231P(REGSEL), chip->mce_bit | reg); in snd_wss_in() 213 return wss_inb(chip, CS4231P(REG)); in snd_wss_in() [all …]
|
/linux/include/sound/ |
H A D | cs4231-regs.h | 12 #define CS4231P(x) (c_d_c_CS4231##x) macro
|