taglinefilesource code
SET_LOW_BITS344include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS349include/asm-alpha/termios.h#undef SET_LOW_BITS
SET_LOW_BITS274include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS279include/asm-i386/termios.h#undef SET_LOW_BITS