Home | History | Annotate | Download | only in include

Lines Matching full:x0101

123 #define L2C_INVALID_PSM(psm)    (((psm) & 0x0101) != 0x0001)
124 #define L2C_IS_VALID_PSM(psm) (((psm) & 0x0101) == 0x0001)