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