Searched refs:ESO (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dvfc_i2c.h6 #define ESO (0x40000000) macro
22 #define SEND_I2C_START (PIN | ESO | STA)
23 #define SEND_I2C_STOP (PIN | ESO | STO)
24 #define CLEAR_I2C_BUS (PIN | ESO | ACK)
25 #define NEGATIVE_ACK ((ESO) & ~ACK)
28 #define S0 (PIN | ESO | ES1)
33 #define ENABLE_SERIAL (PIN | ESO)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c202 channel reaches ESO.
226 channel reaches ESO.
426 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
434 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
442 (voice->ESO & 0x00ffffff);
491 Description: This routine will write the new ESO offset
496 ESO - new ESO value
502 unsigned int ESO)
504 voice->ESO
500 snd_trident_write_eso_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int ESO) argument
[all...]
H A Dtrident_synth.c278 voice->ESO = loop_end - loop_start - 1;
282 voice->ESO = sample_end - 1;
430 voice->ESO = loop_end - loop_start - 1;
436 outb((voice->ESO >> 16), TRID_REG(trident, CH_NX_DELTA_ESO + 2));
437 outw((voice->ESO & 0xffff), TRID_REG(trident, CH_NX_DELTA_ESO));
441 outw((voice->ESO & 0xffff), TRID_REG(trident, CH_DX_ESO_DELTA + 2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c212 int eso; /* final ESO value for channel */
1047 unsigned int ESO,
1062 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff);
1274 unsigned int ESO; local
1305 /* set target ESO for channel */
1311 /* set ESO to capture first MIDLP interrupt */
1312 ESO = pvoice->eso -1;
1327 ESO,
1338 ESO = evoice->eso - 1;
1343 ESO,
1043 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) argument
1364 unsigned int ESO; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtrident.h308 unsigned int ESO; /* 24 bits (16 on DX) */ member in struct:snd_trident_voice

Completed in 68 milliseconds