Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-tpiu.c86 csdev_access_relaxed_write32(csa, FFCR_STOP_FI, TPIU_FFCR); in tpiu_disable_hw()
88 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.c153 csdev_access_relaxed_write32(&csdev->access, CORESIGHT_CLAIM_SELF_HOSTED, in coresight_set_claim_tags()
160 csdev_access_relaxed_write32(&csdev->access, CORESIGHT_CLAIM_SELF_HOSTED, in coresight_clear_claim_tags()
1506 csdev_access_relaxed_write32(&csdev->access, val, offset); in coresight_relaxed_write32()
/Linux-v6.6/include/linux/
Dcoresight.h479 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32() function