tag | line | file | source code |
SET_LOW_BITS | 90 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 95 | include/asm-alpha/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 66 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) (*(unsigned short *)(&x) = (y)) |
SET_LOW_BITS | 71 | include/asm-i386/termios.h | #undef SET_LOW_BITS |
SET_LOW_BITS | 64 | include/asm-m68k/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 69 | include/asm-m68k/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 | 75 | include/asm-sparc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
SET_LOW_BITS | 80 | include/asm-sparc/termios.h | #undef SET_LOW_BITS |