Home
last modified time | relevance | path

Searched refs:csdev_access (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dcoresight.h126 struct csdev_access { struct
139 ((struct csdev_access) { \ argument
165 struct csdev_access access;
285 struct csdev_access access;
448 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32()
478 static inline u32 coresight_get_pid(struct csdev_access *csa) in coresight_get_pid()
488 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair()
499 static inline void csdev_access_relaxed_write_pair(struct csdev_access *csa, u64 val, in csdev_access_relaxed_write_pair()
511 static inline u32 csdev_access_read32(struct csdev_access *csa, u32 offset) in csdev_access_read32()
519 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32()
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpiu.c68 static void tpiu_enable_hw(struct csdev_access *csa) in tpiu_enable_hw()
89 static void tpiu_disable_hw(struct csdev_access *csa) in tpiu_disable_hw()
H A Dcoresight-core.c147 void coresight_clear_self_claim_tag(struct csdev_access *csa) in coresight_clear_self_claim_tag()
157 void coresight_clear_self_claim_tag_unlocked(struct csdev_access *csa) in coresight_clear_self_claim_tag_unlocked()
178 struct csdev_access *csa; in coresight_claim_device_unlocked()
1212 int coresight_timeout_action(struct csdev_access *csa, u32 offset, in coresight_timeout_action()
1245 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
H A Dcoresight-etm.h232 struct csdev_access csa;
H A Dcoresight-catu.c394 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready()
H A Dcoresight-etb10.c254 struct csdev_access *csa = &drvdata->csdev->access; in __etb_disable_hw()