Home
last modified time | relevance | path

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

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