Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c705 etr_buf->mode = ETR_MODE_ETR_SG; in tmc_etr_alloc_sg_buf()
814 [ETR_MODE_ETR_SG] = &etr_sg_buf_ops,
839 case ETR_MODE_ETR_SG: in tmc_etr_mode_alloc_buf()
899 rc = tmc_etr_mode_alloc_buf(ETR_MODE_ETR_SG, drvdata, in tmc_alloc_etr_buf()
1010 if (etr_buf->mode == ETR_MODE_ETR_SG) in __tmc_etr_enable_hw()
1046 if ((etr_buf->mode == ETR_MODE_ETR_SG) && in tmc_etr_enable_hw()
Dcoresight-tmc.h136 ETR_MODE_ETR_SG, /* Uses in-built TMC ETR SG mechanism */ enumerator