Home
last modified time | relevance | path

Searched refs:lo (Results 1 – 4 of 4) sorted by relevance

/sound/synth/emux/
Demux_effect.c138 effect_get_offset(struct snd_midi_channel *chan, int lo, int hi, int mode) in effect_get_offset() argument
146 if (fx->flag[lo]) in effect_get_offset()
147 addr += (short)fx->val[lo]; in effect_get_offset()
/sound/isa/
Des18xx.c1561 int hi,lo; in snd_es18xx_identify() local
1574 lo = snd_es18xx_dsp_get_byte(chip); in snd_es18xx_identify()
1575 if ((lo & 0xf0) != 0x80) { in snd_es18xx_identify()
1585 if ((lo & 0x0f) < 8) { in snd_es18xx_identify()
1594 lo = inb(chip->port + 0x05); in snd_es18xx_identify()
1595 if (hi != lo) { in snd_es18xx_identify()
1596 chip->version = hi << 8 | lo; in snd_es18xx_identify()
/sound/pci/
Dmaestro3.c1463 u16 hi = 0, lo = 0; in snd_m3_get_pointer() local
1474 lo = snd_m3_assp_read(chip, MEMTYPE_INTERNAL_DATA, in snd_m3_get_pointer()
1481 addr = lo | ((u32)hi<<16); in snd_m3_get_pointer()
/sound/pci/emu10k1/
Demufx.c621 u32 pc, lo, hi; in snd_emu10k1_code_poke() local
626 if (get_user(lo, &icode->code[pc + 0]) || in snd_emu10k1_code_poke()
629 snd_emu10k1_efx_write(emu, pc + 0, lo); in snd_emu10k1_code_poke()