Home
last modified time | relevance | path

Searched refs:etm_readl_cp14 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h157 extern int etm_readl_cp14(u32 off, unsigned int *val); in etm_readl_cp14() function
160 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; }
H A Dcoresight-etm.h272 if (etm_readl_cp14(off, &val)) { in etm_readl()
H A Dcoresight-etm-cp14.c15 int etm_readl_cp14(u32 reg, unsigned int *val) in etm_readl_cp14() function