Home
last modified time | relevance | path

Searched refs:csdev_access_read64 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dcoresight.h507 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64() function
541 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64() function
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-core.c1521 return csdev_access_read64(&csdev->access, offset); in coresight_read64()