Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-catu.h85 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
H A Dcoresight-tmc.h285 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
H A Dcoresight-core.c72 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off); in coresight_simple_show_pair()
/openbmc/linux/include/linux/
H A Dcoresight.h448 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair() function