Searched defs:LO (Results 1 – 4 of 4) sorted by relevance
12 #define LO(reg) (reg / 4) macro
132 #define LO(a) ((unsigned char)((a) & 0xff)) macro
233 #define LO(a) ((unsigned char)((a) & 0xff)) macro
1170 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro