Searched refs:hi (Results 1 – 6 of 6) sorted by relevance
/sound/oss/ |
D | msnd.h | 147 #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/ |
D | msnd.h | 186 #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/ |
D | emux_effect.c | 138 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/ |
D | es18xx.c | 1561 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/ |
D | maestro3.c | 1463 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/ |
D | emufx.c | 621 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()
|