taglinefilesource code
SET_LOW_BITS347include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS352include/asm-alpha/termios.h#undef SET_LOW_BITS
SET_LOW_BITS277include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS282include/asm-i386/termios.h#undef SET_LOW_BITS
SET_LOW_BITS24include/asm-mips/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS29include/asm-mips/termios.h#undef SET_LOW_BITS
SET_LOW_BITS351include/asm-ppc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS356include/asm-ppc/termios.h#undef SET_LOW_BITS
SET_LOW_BITS359include/asm-sparc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS364include/asm-sparc/termios.h#undef SET_LOW_BITS