Lines Matching +full:0 +full:x000fffff
16 * Coresight management registers (0xf00-0xfcc)
17 * 0xfa0 - 0xfa4: Management registers in PFTv1.0
20 #define CORESIGHT_ITCTRL 0xf00
21 #define CORESIGHT_CLAIMSET 0xfa0
22 #define CORESIGHT_CLAIMCLR 0xfa4
23 #define CORESIGHT_LAR 0xfb0
24 #define CORESIGHT_LSR 0xfb4
25 #define CORESIGHT_DEVARCH 0xfbc
26 #define CORESIGHT_AUTHSTATUS 0xfb8
27 #define CORESIGHT_DEVID 0xfc8
28 #define CORESIGHT_DEVTYPE 0xfcc
64 })[0].attr.attr)
72 })[0].attr.attr)
116 writel_relaxed(0x0, addr + CORESIGHT_LAR); in CS_LOCK()
117 } while (0); in CS_LOCK()
126 } while (0); in CS_UNLOCK()
155 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; } in etm_readl_cp14()
156 static inline int etm_writel_cp14(u32 off, u32 val) { return 0; } in etm_writel_cp14()
176 .mask = 0x000fffff, \
183 .mask = 0x000fffff, \
197 #define CS_AMBA_UCI_ID(pid, uci) __CS_AMBA_UCI_ID(pid, 0x000fffff, uci)