Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcoresight.h118 * struct csdev_access - Abstraction of a CoreSight device access.
125 struct csdev_access { struct
138 ((struct csdev_access) { \ argument
164 struct csdev_access access;
288 struct csdev_access access;
419 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32()
475 static inline u32 coresight_get_pid(struct csdev_access *csa) in coresight_get_pid()
485 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair()
496 static inline void csdev_access_relaxed_write_pair(struct csdev_access *csa, u64 val, in csdev_access_relaxed_write_pair()
508 static inline u32 csdev_access_read32(struct csdev_access *cs in csdev_access_read32()
[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()
403 struct csdev_access *csa) in etm4_check_arch_features()
426 struct csdev_access *csa) in etm4_check_arch_features()
437 struct csdev_access *csa = &csdev->access; in etm4_enable_hw()
910 struct csdev_access *csa = &csdev->access; in etm4_disable_hw()
[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-tmc-core.c40 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready()
54 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop()
403 struct csdev_access *access) in tmc_etr_setup_caps()
H A Dcoresight-catu.c395 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()
H A Dcoresight-stm.c262 struct csdev_access *csa = &csdev->access; in stm_disable()
H A Dcoresight-core.c1105 int coresight_timeout(struct csdev_access *csa, u32 offset,