Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dcs4231-regs.h157 #define CS4236_I23VAL(reg) ((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8) macro
/linux-4.4.14/sound/isa/cs423x/
Dcs4236_lib.c229 chip->eimage[reg] = snd_cs4236_ext_in(chip, CS4236_I23VAL(reg)); in snd_cs4236_suspend()
255 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->eimage[reg]); in snd_cs4236_resume()
354 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), in snd_cs4236_create()