Searched refs:M13BITS (Results 1 – 1 of 1) sorted by relevance
54 #define M13BITS 0x1fff macro64 #define MALIDP_H_ACTIVE(x) (((x) & M13BITS) << 0)65 #define MALIDP_V_ACTIVE(x) (((x) & M13BITS) << 16)67 #define MALIDP_CMP_V_SIZE(x) (((x) & M13BITS) << 16)68 #define MALIDP_CMP_H_SIZE(x) (((x) & M13BITS) << 0)70 #define MALIDP_IN_V_SIZE(x) (((x) & M13BITS) << 16)71 #define MALIDP_IN_H_SIZE(x) (((x) & M13BITS) << 0)