Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c43 struct tpdm_dataset_attribute *tpdm_attr = in tpdm_simple_dataset_show() local
46 switch (tpdm_attr->mem) { in tpdm_simple_dataset_show()
48 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCR) in tpdm_simple_dataset_show()
51 drvdata->dsb->edge_ctrl[tpdm_attr->idx]); in tpdm_simple_dataset_show()
53 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCMR) in tpdm_simple_dataset_show()
56 drvdata->dsb->edge_ctrl_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show()
58 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
61 drvdata->dsb->trig_patt[tpdm_attr->idx]); in tpdm_simple_dataset_show()
63 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
66 drvdata->dsb->trig_patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show()
[all …]