Home
last modified time | relevance | path

Searched refs:datasets (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c38 /* Check if DSB datasets is present for TPDM. */ in __tpdm_enable()
39 if (drvdata->datasets & TPDM_PIDR0_DS_DSB) in __tpdm_enable()
79 /* Check if DSB datasets is present for TPDM. */ in __tpdm_disable()
80 if (drvdata->datasets & TPDM_PIDR0_DS_DSB) in __tpdm_disable()
118 /* Get the datasets present on the TPDM. */ in tpdm_init_default_data()
120 drvdata->datasets |= pidr & GENMASK(TPDM_DATASETS - 1, 0); in tpdm_init_default_data()
H A Dcoresight-tpdm.h9 /* The max number of the datasets that TPDM supports */
50 * @datasets: The datasets types present of the TPDM.
59 unsigned long datasets; member

Completed in 3 milliseconds