Searched refs:csdev_access_relaxed_read32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.h73 return csdev_access_relaxed_read32(&drvdata->csdev->access, offset); \
H A Dcoresight-sysfs.c48 val = csdev_access_relaxed_read32(&csdev->access, cs_attr->off);
H A Dcoresight-core.c100 return csdev_access_relaxed_read32(&csdev->access, CORESIGHT_CLAIMCLR);
1060 return csdev_access_relaxed_read32(&csdev->access, offset);
/linux-master/include/linux/
H A Dcoresight.h394 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, function
455 pid |= csdev_access_relaxed_read32(csa, CORESIGHT_PIDRn(i)) << (i * 8);

Completed in 246 milliseconds