Searched refs:ESO (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 73 dev_dbg(trident->card->dev, "ESO: 0x%x\n", val >> 16); 83 dev_dbg(trident->card->dev, "ESO: 0x%x\n", val & 0x00ffffff); 229 channel reaches ESO. 253 channel reaches ESO. 453 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 461 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 469 (voice->ESO & 0x00ffffff); in snd_trident_write_voice_regs() 531 Description: This routine will write the new ESO offset 536 ESO - new ESO valu 540 snd_trident_write_eso_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int ESO) snd_trident_write_eso_reg() argument [all...] |
H A D | trident.h | 275 unsigned int ESO; /* 24 bits (16 on DX) */ member
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 73 dev_dbg(trident->card->dev, "ESO: 0x%x\n", val >> 16); 83 dev_dbg(trident->card->dev, "ESO: 0x%x\n", val & 0x00ffffff); 229 channel reaches ESO. 253 channel reaches ESO. 453 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 461 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 469 (voice->ESO & 0x00ffffff); in snd_trident_write_voice_regs() 531 Description: This routine will write the new ESO offset 536 ESO - new ESO valu 540 snd_trident_write_eso_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int ESO) snd_trident_write_eso_reg() argument [all...] |
H A D | trident.h | 274 unsigned int ESO; /* 24 bits (16 on DX) */ member
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 185 int eso; /* final ESO value for channel */ 980 unsigned int ESO, in snd_ali_write_voice_regs() 995 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs() 1186 unsigned int ESO; in snd_ali_playback_prepare() local 1217 /* set target ESO for channel */ in snd_ali_playback_prepare() 1223 /* set ESO to capture first MIDLP interrupt */ in snd_ali_playback_prepare() 1224 ESO = pvoice->eso -1; in snd_ali_playback_prepare() 1240 ESO, in snd_ali_playback_prepare() 1251 ESO = evoice->eso - 1; in snd_ali_playback_prepare() 1256 ESO, in snd_ali_playback_prepare() 976 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument 1277 unsigned int ESO; snd_ali_prepare() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ali5451/ |
H A D | ali5451.c | 184 int eso; /* final ESO value for channel */ 979 unsigned int ESO, in snd_ali_write_voice_regs() 994 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs() 1185 unsigned int ESO; in snd_ali_playback_prepare() local 1216 /* set target ESO for channel */ in snd_ali_playback_prepare() 1222 /* set ESO to capture first MIDLP interrupt */ in snd_ali_playback_prepare() 1223 ESO = pvoice->eso -1; in snd_ali_playback_prepare() 1239 ESO, in snd_ali_playback_prepare() 1250 ESO = evoice->eso - 1; in snd_ali_playback_prepare() 1255 ESO, in snd_ali_playback_prepare() 975 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument 1276 unsigned int ESO; snd_ali_prepare() local [all...] |
Completed in 12 milliseconds