Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-trbe.h83 return !(trbsr & TRBSR_STOP); in is_trbe_running()
H A Dcoresight-trbe.c407 trbsr &= ~TRBSR_STOP; in clr_trbe_status()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsysreg.h363 #define TRBSR_STOP BIT(17) macro