| /kernel/linux/linux-5.10/drivers/vme/bridges/ |
| D | vme_fake.c | 49 u32 cycle; member 57 u32 cycle; member 156 dma_addr_t buf_base, u32 aspace, u32 cycle) in fake_slave_set() 225 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in fake_slave_get() 253 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() 340 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() 362 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() 378 u32 aspace, u32 cycle) in fake_lm_check() 419 u32 aspace, u32 cycle) in fake_vmeread8() 452 u32 aspace, u32 cycle) in fake_vmeread16() [all …]
|
| D | vme_tsi148.c | 473 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 618 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 809 u32 cycle, u32 dwidth) in tsi148_master_set() 1051 u32 *cycle, u32 *dwidth) in __tsi148_master_get() 1161 u32 *cycle, u32 *dwidth) in tsi148_master_get() 1180 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1266 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1420 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1520 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1927 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
| D | vme_ca91cx42.c | 335 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() 441 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() 591 u32 cycle, u32 dwidth) in ca91cx42_master_set() 748 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() 835 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() 1294 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() 1362 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get()
|
| /kernel/linux/linux-4.19/drivers/vme/bridges/ |
| D | vme_fake.c | 53 u32 cycle; member 61 u32 cycle; member 160 dma_addr_t buf_base, u32 aspace, u32 cycle) in fake_slave_set() 229 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in fake_slave_get() 257 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() 344 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() 366 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() 382 u32 aspace, u32 cycle) in fake_lm_check() 423 u32 aspace, u32 cycle) in fake_vmeread8() 456 u32 aspace, u32 cycle) in fake_vmeread16() [all …]
|
| D | vme_tsi148.c | 477 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 622 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 813 u32 cycle, u32 dwidth) in tsi148_master_set() 1055 u32 *cycle, u32 *dwidth) in __tsi148_master_get() 1165 u32 *cycle, u32 *dwidth) in tsi148_master_get() 1184 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1270 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1424 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1524 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1931 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
| D | vme_ca91cx42.c | 339 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() 445 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() 595 u32 cycle, u32 dwidth) in ca91cx42_master_set() 752 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() 839 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() 1298 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() 1366 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get()
|
| /kernel/linux/linux-4.19/sound/firewire/ |
| D | amdtp-stream.c | 328 unsigned int cycle) in calculate_syt() 438 unsigned int payload_length, unsigned int cycle, in handle_out_packet() 484 unsigned int payload_length, unsigned int cycle, in handle_out_packet_without_header() 516 unsigned int payload_length, unsigned int cycle, in handle_in_packet() 632 unsigned int payload_length, unsigned int cycle, in handle_in_packet_without_header() 671 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() 679 static inline u32 decrement_cycle_count(u32 cycle, unsigned int subtrahend) in decrement_cycle_count() 692 u32 cycle; in out_stream_callback() local 724 u32 cycle; in in_stream_callback() local 775 u32 cycle; in amdtp_stream_first_callback() local
|
| /kernel/liteos_m/kernel/include/ |
| D | los_tick.h | 154 #define OS_SYS_CYCLE_TO_NS(cycle, freq) ((cycle) / (freq)) * OS_SYS_NS_PER_SECOND + \ argument 162 #define OS_SYS_CYCLE_TO_TICK(cycle) ((((UINT64)(cycle)) * LOSCFG_BASE_CORE_TICK_PER_SECOND) / g_sys… argument 557 STATIC_INLINE UINT64 OsCycle2MS(UINT64 cycle) in OsCycle2MS() 580 STATIC_INLINE UINT64 OsCycle2US(UINT64 cycle) in OsCycle2US()
|
| /kernel/liteos_a/arch/arm/arm/src/ |
| D | los_hw_tick.c | 55 UINT64 cycle = HalClockGetCycles(); in LOS_GetCpuCycle() local 63 UINT64 cycle = HalClockGetCycles(); in LOS_CurrNanosec() local
|
| /kernel/linux/linux-4.19/drivers/vme/ |
| D | vme.c | 176 u32 aspace, cycle, dwidth; in vme_get_size() local 295 u32 cycle) in vme_slave_request() 376 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() 426 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() 496 u32 cycle, u32 dwidth) in vme_master_request() 580 u32 cycle, u32 dwidth) in vme_master_set() 631 u32 *cycle, u32 *dwidth) in vme_master_get() 1061 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() 1577 u32 aspace, u32 cycle) in vme_lm_set() 1613 u32 *aspace, u32 *cycle) in vme_lm_get()
|
| /kernel/linux/linux-5.10/drivers/vme/ |
| D | vme.c | 172 u32 aspace, cycle, dwidth; in vme_get_size() local 291 u32 cycle) in vme_slave_request() 372 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() 422 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() 492 u32 cycle, u32 dwidth) in vme_master_request() 576 u32 cycle, u32 dwidth) in vme_master_set() 627 u32 *cycle, u32 *dwidth) in vme_master_get() 1057 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() 1573 u32 aspace, u32 cycle) in vme_lm_set() 1609 u32 *aspace, u32 *cycle) in vme_lm_get()
|
| /kernel/linux/linux-4.19/drivers/staging/vme/devices/ |
| D | vme_user.h | 15 __u32 cycle; /* Cycle properties */ member 37 __u32 cycle; /* Cycle properties */ member
|
| /kernel/linux/linux-5.10/drivers/staging/vme/devices/ |
| D | vme_user.h | 15 __u32 cycle; /* Cycle properties */ member 37 __u32 cycle; /* Cycle properties */ member
|
| /kernel/linux/linux-5.10/sound/firewire/ |
| D | amdtp-stream.c | 507 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() 628 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() 685 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() 700 u32 cycle = compute_cycle_count(ctx_header_tstamp); in compute_it_cycle() local 717 unsigned int cycle; in generate_device_pkt_descs() local 749 static unsigned int compute_syt(unsigned int syt_offset, unsigned int cycle, in compute_syt() 1006 u32 cycle; in amdtp_stream_first_callback() local 1406 int cycle; in amdtp_domain_start() local
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_log_priv.h | 496 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 508 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 519 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 526 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() 532 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() 538 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
|
| D | xfs_sysfs.c | 320 int cycle; in log_head_lsn_show() local 338 int cycle; in log_tail_lsn_show() local 353 int cycle; in reserve_grant_head_show() local 367 int cycle; in write_grant_head_show() local
|
| /kernel/linux/linux-4.19/fs/xfs/ |
| D | xfs_log_priv.h | 465 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 477 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 488 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 495 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() 501 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() 507 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
|
| D | xfs_sysfs.c | 271 int cycle; in log_head_lsn_show() local 289 int cycle; in log_tail_lsn_show() local 304 int cycle; in reserve_grant_head_show() local 318 int cycle; in write_grant_head_show() local
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | act_gate.c | 38 ktime_t now, base, cycle; in gate_get_start_time() local 99 ktime_t cycle, base; in gate_timer_func() local 403 ktime_t cycle = 0; in tcf_gate_init() local
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | test-ww_mutex.c | 248 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() local 286 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local 311 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local
|
| /kernel/linux/linux-4.19/kernel/locking/ |
| D | test-ww_mutex.c | 261 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() local 299 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local 324 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local
|
| /kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
| D | benchmark.c | 80 unsigned int _round, cycle; in start_benchmark() local
|
| /kernel/linux/linux-4.19/tools/power/cpupower/bench/ |
| D | benchmark.c | 93 unsigned int _round, cycle; in start_benchmark() local
|
| /kernel/liteos_a/kernel/extended/cpup/ |
| D | los_cpup.c | 90 UINT64 cycle, cycleIncrement; in OsCpupGuard() local 185 STATIC VOID OsResetCpup(OsCpupBase *cpup, UINT64 cycle) in OsResetCpup() 201 UINT64 cycle; in LOS_CpupReset() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
| D | igc_tsn.c | 67 u32 sec, nsec, cycle; in igc_tsn_enable_offload() local
|