Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-catu.c288 if (!etr_buf || etr_buf->mode != ETR_MODE_CATU || !etr_buf->private) in catu_free_etr_buf()
350 etr_buf->mode = ETR_MODE_CATU; in catu_alloc_etr_buf()
433 if (etr_buf && etr_buf->mode == ETR_MODE_CATU) { in catu_enable_hw()
H A Dcoresight-tmc-etr.c796 [ETR_MODE_CATU] = NULL,
801 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
807 etr_buf_ops[ETR_MODE_CATU] = NULL; in tmc_etr_remove_catu_ops()
821 case ETR_MODE_CATU: in tmc_etr_mode_alloc_buf()
883 rc = tmc_etr_mode_alloc_buf(ETR_MODE_CATU, drvdata, in tmc_alloc_etr_buf()
H A Dcoresight-tmc.h137 ETR_MODE_CATU, /* Use SG mechanism in CATU */ enumerator