Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h152 extern int etm_readl_cp14(u32 off, unsigned int *val);
155 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; } in etm_readl_cp14() function
H A Dcoresight-etm.h274 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