Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h291 #define read_etm4x_sysreg_const_offset(offset) \ macro
298 case (x): { (res) = read_etm4x_sysreg_const_offset((x)); break; }
541 __val = read_etm4x_sysreg_const_offset((offset)); \
H A Dcoresight-etm4x-core.c1234 devarch = read_etm4x_sysreg_const_offset(TRCDEVARCH); in etm4_init_sysreg_access()