Home
last modified time | relevance | path

Searched defs:HI (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/arch/blackfin/include/asm/
Dblackfin.h68 #define HI(con32) (((con32) >> 16) & 0xFFFF) macro
/linux-3.3/arch/mips/pci/
Dops-nile4.c13 #define HI(reg) (reg / 4 + 1) macro
/linux-3.3/arch/mn10300/kernel/
Dkprobes.c93 #define HI (1 << 5) macro
/linux-3.3/drivers/input/joystick/iforce/
Diforce.h135 #define HI(a) ((unsigned char)((a) >> 8)) macro
/linux-3.3/drivers/media/rc/
Dati_remote.c167 #define HI(a) ((unsigned char)((a) >> 8)) macro
/linux-3.3/sound/pci/
Dmaestro3.c1239 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1() macro