Home
last modified time | relevance | path

Searched refs:read_etm4x_sysreg_const_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h246 #define read_etm4x_sysreg_const_offset(offset) \ macro
253 case (x): { (res) = read_etm4x_sysreg_const_offset((x)); break; }
496 __val = read_etm4x_sysreg_const_offset((offset)); \
H A Dcoresight-etm4x-core.c1054 devarch = read_etm4x_sysreg_const_offset(TRCDEVARCH); in etm4_init_sysreg_access()