Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tpiu.c85 csdev_access_relaxed_write32(csa, FFCR_STOP_FI, TPIU_FFCR); in tpiu_disable_hw()
87 csdev_access_relaxed_write32(csa, FFCR_STOP_FI | FFCR_FON_MAN, TPIU_FFCR); in tpiu_disable_hw()
Dcoresight-catu.h78 csdev_access_relaxed_write32(&drvdata->csdev->access, val, offset); \
Dcoresight-core.c207 csdev_access_relaxed_write32(&csdev->access, CORESIGHT_CLAIM_SELF_HOSTED, in coresight_set_claim_tags()
214 csdev_access_relaxed_write32(&csdev->access, CORESIGHT_CLAIM_SELF_HOSTED, in coresight_clear_claim_tags()
1540 csdev_access_relaxed_write32(&csdev->access, val, offset); in coresight_relaxed_write32()
/linux-6.1.9/include/linux/
Dcoresight.h406 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32() function