Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
A Dcoresight-tpdm.h43 #define TPDM_CMB_MAX_PATT 2 macro
277 u32 patt_val[TPDM_CMB_MAX_PATT];
278 u32 patt_mask[TPDM_CMB_MAX_PATT];
279 u32 trig_patt[TPDM_CMB_MAX_PATT];
280 u32 trig_patt_mask[TPDM_CMB_MAX_PATT];
A Dcoresight-tpdm.c85 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
90 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
95 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
100 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
162 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
168 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
174 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
180 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
422 for (i = 0; i < TPDM_CMB_MAX_PATT; i++) { in tpdm_enable_cmb()

Completed in 7 milliseconds