Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c707 etr_buf->mode = ETR_MODE_ETR_SG; in tmc_etr_alloc_sg_buf()
795 [ETR_MODE_ETR_SG] = &etr_sg_buf_ops,
820 case ETR_MODE_ETR_SG: in tmc_etr_mode_alloc_buf()
880 rc = tmc_etr_mode_alloc_buf(ETR_MODE_ETR_SG, drvdata, in tmc_alloc_etr_buf()
998 if (etr_buf->mode == ETR_MODE_ETR_SG) in __tmc_etr_enable_hw()
1035 if ((etr_buf->mode == ETR_MODE_ETR_SG) && in tmc_etr_enable_hw()
H A Dcoresight-tmc.h136 ETR_MODE_ETR_SG, /* Uses in-built TMC ETR SG mechanism */ enumerator