Searched refs:CS4236_I23VAL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | cs4231-regs.h | 142 #define CS4236_I23VAL(reg) ((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8) macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | cs4231-regs.h | 142 #define CS4236_I23VAL(reg) ((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8) macro
|
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
H A D | cs4236_lib.c | 215 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() 340 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), in snd_cs4236_create()
|
/kernel/linux/linux-6.6/sound/isa/cs423x/ |
H A D | cs4236_lib.c | 215 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()
|
Completed in 8 milliseconds