flot              317 drivers/atm/iphase.c   u16   flot;
flot              327 drivers/atm/iphase.c      flot = NZ | (i << M_BITS) | (cr & M_MASK);
flot              329 drivers/atm/iphase.c      flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK);
flot              331 drivers/atm/iphase.c      flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK);
flot              332 drivers/atm/iphase.c   return flot;