Searched defs:LO (Results 1 – 5 of 5) sorted by relevance
66 #define LO(con32) ((con32) & 0xFFFF) macro
13 #define LO(reg) (reg / 4) macro
136 #define LO(a) ((unsigned char)((a) & 0xff)) macro
159 #define LO(a) ((unsigned char)((a) & 0xff)) macro
1239 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro