Searched refs:catu (Results 1 – 5 of 5) sorted by relevance
781 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_enable_catu() local783 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()784 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()790 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_disable_catu() local792 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()793 helper_ops(catu)->disable(catu, drvdata->etr_buf); in tmc_etr_disable_catu()802 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument804 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
25 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
329 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
60 module will be called coresight-catu.
49 "arm,coresight-catu", "arm,primecell";379 catu@207e0000 {380 compatible = "arm,coresight-catu", "arm,primecell";