Home
last modified time | relevance | path

Searched refs:TRCSTATR (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c123 /* wait for TRCSTATR.IDLE to go up */ in etm4_enable_hw()
124 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw()
214 /* wait for TRCSTATR.IDLE to go back down to '0' */ in etm4_enable_hw()
215 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw()
505 /* wait for TRCSTATR.PMSTABLE to go to '1' */ in etm4_disable_hw()
506 if (coresight_timeout(drvdata->base, TRCSTATR, in etm4_disable_hw()
1172 /* wait for TRCSTATR.PMSTABLE to go up */ in etm4_cpu_save()
1173 if (coresight_timeout(drvdata->base, TRCSTATR, in etm4_cpu_save()
1262 /* wait for TRCSTATR.IDLE to go up */ in etm4_cpu_save()
1263 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BI in etm4_cpu_save()
[all...]
H A Dcoresight-etm4x.h26 #define TRCSTATR 0x00C macro
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c425 * write to the TRCPRGCTLR, before accessing the TRCSTATR. in etm4_enable_hw()
432 /* wait for TRCSTATR.IDLE to go up */ in etm4_enable_hw()
433 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw()
525 /* wait for TRCSTATR.IDLE to go back down to '0' */ in etm4_enable_hw()
526 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw()
906 /* wait for TRCSTATR.PMSTABLE to go to '1' */ in etm4_disable_hw()
907 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw()
1672 /* wait for TRCSTATR.PMSTABLE to go up */ in __etm4_cpu_save()
1673 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in __etm4_cpu_save()
1764 /* wait for TRCSTATR in __etm4_cpu_save()
[all...]
H A Dcoresight-etm4x.h28 #define TRCSTATR 0x00C macro
282 CASE_##op((val), TRCSTATR) \
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Demulate-nested.c1265 SR_FGT(SYS_TRCSTATR, HDFGRTR, TRCSTATR, 1),

Completed in 10 milliseconds