taglinefilesource code
SET_LOW_BITS90include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS95include/asm-alpha/termios.h#undef SET_LOW_BITS
SET_LOW_BITS66include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  (*(unsigned short *)(&x) = (y))
SET_LOW_BITS71include/asm-i386/termios.h#undef SET_LOW_BITS
SET_LOW_BITS64include/asm-m68k/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS69include/asm-m68k/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_BITS75include/asm-sparc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS80include/asm-sparc/termios.h#undef SET_LOW_BITS