tag | line | file | source code |
---|---|---|---|
SET_LOW_BITS | 344 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 349 | include/asm-alpha/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 274 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 279 | include/asm-i386/termios.h | #undef SET_LOW_BITS |