]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/hwtracing/coresight/coresight-tmc.h
coresight: tmc: implementing TMC-ETF AUX space API
[mirror_ubuntu-bionic-kernel.git] / drivers / hwtracing / coresight / coresight-tmc.h
index c5d06fd57fa8ceb50d16591f6e9035662792dd9e..5c5fe2ad2ca70f351e80cef2970641d462da6647 100644 (file)
@@ -52,6 +52,7 @@
 #define TMC_CTL_CAPT_EN                BIT(0)
 /* TMC_STS - 0x00C */
 #define TMC_STS_TMCREADY_BIT   2
+#define TMC_STS_FULL           BIT(0)
 #define TMC_STS_TRIGGERED      BIT(1)
 /* TMC_AXICTL - 0x110 */
 #define TMC_AXICTL_PROT_CTL_B0 BIT(0)