Searched refs:catu (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#34 const: arm,coresight-catu44 - const: arm,coresight-catu88 catu@207e0000 {89 compatible = "arm,coresight-catu", "arm,primecell";
797 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_enable_catu() local799 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()800 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()806 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_disable_catu() local808 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()809 helper_ops(catu)->disable(catu, drvdata->etr_buf); in tmc_etr_disable_catu()818 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument820 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
25 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
333 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
60 module will be called coresight-catu.