taglinefilesource code
SET_LOW_BITS105drivers/char/tty_ioctl.c#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
SET_LOW_BITS111drivers/char/tty_ioctl.c#undef SET_LOW_BITS