Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcs4231-regs.h142 #define CS4236_I23VAL(reg) ((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8) macro
/linux/sound/isa/cs423x/
H A Dcs4236_lib.c215 chip->eimage[reg] = snd_cs4236_ext_in(chip, CS4236_I23VAL(reg)); in snd_cs4236_suspend()
241 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->eimage[reg]); in snd_cs4236_resume()
338 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), in snd_cs4236_create()