tag | line | file | source code |
SET_LOW_BITS | 347 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 352 | include/asm-alpha/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 279 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 284 | include/asm-i386/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 24 | include/asm-mips/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 29 | include/asm-mips/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 351 | include/asm-ppc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 356 | include/asm-ppc/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 359 | include/asm-sparc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 364 | include/asm-sparc/termios.h | #undef SET_LOW_BITS |