Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 6 of 6) sorted by relevance

/sound/oss/
Dmsnd.h147 #define MAKELONG(low,hi) ((long)(((WORD)(low))|(((DWORD)((WORD)(hi)))<<16))) argument
148 #define MAKEWORD(low,hi) ((WORD)(((BYTE)(low))|(((WORD)((BYTE)(hi)))<<8))) argument
/sound/isa/msnd/
Dmsnd.h186 #define MAKELONG(low, hi) ((long)(((u16)(low))|(((u32)((u16)(hi)))<<16))) argument
187 #define MAKEWORD(low, hi) ((u16)(((u8)(low))|(((u16)((u8)(hi)))<<8))) argument
/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
143 if (fx->flag[hi]) in effect_get_offset()
144 addr = (short)fx->val[hi]; in effect_get_offset()
/sound/isa/
Des18xx.c1561 int hi,lo; in snd_es18xx_identify() local
1570 hi = snd_es18xx_dsp_get_byte(chip); in snd_es18xx_identify()
1571 if (hi < 0) { in snd_es18xx_identify()
1572 return hi; in snd_es18xx_identify()
1578 if (hi == 0x48) { in snd_es18xx_identify()
1582 if (hi != 0x68) { in snd_es18xx_identify()
1592 hi = 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
1471 hi = snd_m3_assp_read(chip, MEMTYPE_INTERNAL_DATA, in snd_m3_get_pointer()
1477 if (hi == 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
627 get_user(hi, &icode->code[pc + 1])) in snd_emu10k1_code_poke()
630 snd_emu10k1_efx_write(emu, pc + 1, hi); in snd_emu10k1_code_poke()