Home
last modified time | relevance | path

Searched refs:csdev_access (Results 1 – 7 of 7) 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-etm4x-core.c73 struct csdev_access *csa;
160 struct csdev_access *csa) in etm_detect_os_lock()
168 struct csdev_access *csa, u32 val) in etm_write_os_lock()
190 struct csdev_access *csa) in etm4_os_unlock_csa()
215 struct csdev_access *csa) in etm4_cs_lock()
223 struct csdev_access *csa) in etm4_cs_unlock()
384 struct csdev_access *csa) in etm4_check_arch_features()
407 struct csdev_access *csa) in etm4_check_arch_features()
412 static void etm4x_sys_ins_barrier(struct csdev_access *csa, u32 offset, int pos, int val) in etm4x_sys_ins_barrier()
427 static int etm4x_wait_status(struct csdev_access *csa, int pos, int val) in etm4x_wait_status()
[all …]
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()