Home
last modified time | relevance | path

Searched defs:LO (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/blackfin/include/asm/
Dblackfin.h66 #define LO(con32) ((con32) & 0xFFFF) macro
/linux-2.6.39/arch/mips/pci/
Dops-nile4.c13 #define LO(reg) (reg / 4) macro
/linux-2.6.39/drivers/input/joystick/iforce/
Diforce.h136 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/linux-2.6.39/drivers/input/misc/
Dati_remote.c159 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/linux-2.6.39/sound/pci/
Dmaestro3.c1239 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro