Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcoresight.h126 struct csdev_access { struct
139 ((struct csdev_access) { \ argument
165 struct csdev_access access;
289 struct csdev_access access;
449 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32()
508 static inline u32 coresight_get_pid(struct csdev_access *csa) in coresight_get_pid()
518 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair()
529 static inline void csdev_access_relaxed_write_pair(struct csdev_access *csa, u64 val, in csdev_access_relaxed_write_pair()
541 static inline u32 csdev_access_read32(struct csdev_access *csa, u32 offset) in csdev_access_read32()
549 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.c72 struct csdev_access *csa;
159 struct csdev_access *csa) in etm_detect_os_lock()
167 struct csdev_access *csa, u32 val) in etm_write_os_lock()
189 struct csdev_access *csa) in etm4_os_unlock_csa()
214 struct csdev_access *csa) in etm4_cs_lock()
222 struct csdev_access *csa) in etm4_cs_unlock()
383 struct csdev_access *csa) in etm4_check_arch_features()
406 struct csdev_access *csa) in etm4_check_arch_features()
411 static void etm4x_sys_ins_barrier(struct csdev_access *csa, u32 offset, int pos, int val) in etm4x_sys_ins_barrier()
426 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.c145 void coresight_clear_self_claim_tag(struct csdev_access *csa) in coresight_clear_self_claim_tag()
155 void coresight_clear_self_claim_tag_unlocked(struct csdev_access *csa) in coresight_clear_self_claim_tag_unlocked()
176 struct csdev_access *csa; in coresight_claim_device_unlocked()
1206 int coresight_timeout_action(struct csdev_access *csa, u32 offset, in coresight_timeout_action()
1239 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
H A Dcoresight-etm.h232 struct csdev_access csa;
H A Dcoresight-tmc-core.c41 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready()
55 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop()
696 struct csdev_access *access) in tmc_etr_setup_caps()
H A Dcoresight-catu.c394 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready()
H A Dcoresight-stm.c262 struct csdev_access *csa = &csdev->access; in stm_disable()