Lines Matching refs:UL
39 #define PRBAR_PRLAR_ADDR_MASK UL(0xffffffffffc0)
42 #define PRBAR_SH_SHIFT UL(4)
43 #define PRBAR_SH_MASK UL(0x3)
44 #define PRBAR_AP_SHIFT UL(2)
45 #define PRBAR_AP_MASK UL(0x3)
46 #define PRBAR_XN_SHIFT UL(1)
47 #define PRBAR_XN_MASK UL(0x3)
48 #define PRLAR_NS_SHIFT UL(4)
49 #define PRLAR_NS_MASK UL(0x3)
50 #define PRBAR_ATTR_SHIFT UL(0)
51 #define PRBAR_ATTR_MASK UL(0x3f)
52 #define PRLAR_ATTR_SHIFT UL(1)
53 #define PRLAR_ATTR_MASK UL(0x7)
54 #define PRLAR_EN_SHIFT UL(0)
55 #define PRLAR_EN_MASK UL(0x1)
57 #define MT_PERM_MASK UL(0x1)
58 #define MT_SEC_MASK UL(0x1)
59 #define MT_EXECUTE_MASK UL(0x3)
60 #define MT_TYPE_SHIFT UL(0)