Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dcoresight.h125 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 *csa, u32 offset) in csdev_access_read32()
516 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32()
[all …]
/linux-6.14.4/drivers/hwtracing/coresight/
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()
431 static void etm4x_sys_ins_barrier(struct csdev_access *csa, u32 offset, int pos, int val) in etm4x_sys_ins_barrier()
446 static int etm4x_wait_status(struct csdev_access *csa, int pos, int val) in etm4x_wait_status()
[all …]
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()
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()
Dcoresight-core.c1106 int coresight_timeout_action(struct csdev_access *csa, u32 offset, in coresight_timeout_action()
1139 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
Dcoresight-catu.c395 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready()
Dcoresight-etb10.c254 struct csdev_access *csa = &drvdata->csdev->access; in __etb_disable_hw()
Dcoresight-stm.c262 struct csdev_access *csa = &csdev->access; in stm_disable()