Home
last modified time | relevance | path

Searched defs:cycle (Results 1 – 25 of 135) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/staging/vme_user/
Dvme_fake.c49 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()
339 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get()
360 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get()
375 u32 aspace, u32 cycle) in fake_lm_check()
416 u32 aspace, u32 cycle) in fake_vmeread8()
449 u32 aspace, u32 cycle) in fake_vmeread16()
[all …]
Dvme.c167 u32 aspace, cycle, dwidth; in vme_get_size() local
282 u32 cycle) in vme_slave_request()
362 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set()
412 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get()
482 u32 cycle, u32 dwidth) in vme_master_request()
565 u32 aspace, u32 cycle, u32 dwidth) in vme_master_set()
616 u32 *aspace, u32 *cycle, u32 *dwidth) in vme_master_get()
1044 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute()
1559 u32 aspace, u32 cycle) in vme_lm_set()
1595 u32 *aspace, u32 *cycle) in vme_lm_get()
Dvme_tsi148.c468 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set()
611 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get()
800 u32 cycle, u32 dwidth) in tsi148_master_set()
1035 u32 *cycle, u32 *dwidth) in __tsi148_master_get()
1144 u32 *cycle, u32 *dwidth) in tsi148_master_get()
1163 u32 aspace, cycle, dwidth; in tsi148_master_read() local
1248 u32 aspace, cycle, dwidth; in tsi148_master_write() local
1402 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes()
1500 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes()
1901 u32 aspace, u32 cycle) in tsi148_lm_set()
[all …]
Dvme_user.h15 __u32 cycle; /* Cycle properties */ member
37 __u32 cycle; /* Cycle properties */ member
/kernel/linux/linux-5.10/drivers/vme/bridges/
Dvme_fake.c49 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 …]
Dvme_tsi148.c473 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()
1928 u32 aspace, u32 cycle) in tsi148_lm_set()
[all …]
Dvme_ca91cx42.c335 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/liteos_m/kernel/include/
Dlos_tick.h154 #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
609 STATIC_INLINE UINT64 OsCycle2MS(UINT64 cycle) in OsCycle2MS()
632 STATIC_INLINE UINT64 OsCycle2US(UINT64 cycle) in OsCycle2US()
/kernel/uniproton/src/core/kernel/sys/
Dprt_sys_init.c65 OS_SEC_L4_TEXT U64 PRT_ClkCycle2Ms(U64 cycle) in PRT_ClkCycle2Ms()
70 OS_SEC_L4_TEXT U64 PRT_ClkCycle2Us(U64 cycle) in PRT_ClkCycle2Us()
/kernel/liteos_a/arch/arm/arm/src/
Dlos_hw_tick.c55 UINT64 cycle = HalClockGetCycles(); in LOS_GetCpuCycle() local
63 UINT64 cycle = HalClockGetCycles(); in LOS_CurrNanosec() local
/kernel/uniproton/demos/raspi4/bsp/
Dtimer.c39 U64 cycle = PMU_TIMER_FREQUENCY / OS_TICK_PER_SECOND; in TimerIsr() local
55 U64 cycle = PMU_TIMER_FREQUENCY / OS_TICK_PER_SECOND; in CoreTimerInit() local
/kernel/uniproton/demos/hi3093/bsp/
Dtimer.c39 U64 cycle = PMU_TIMER_FREQUENCY / OS_TICK_PER_SECOND; in TimerIsr() local
55 U64 cycle = PMU_TIMER_FREQUENCY / OS_TICK_PER_SECOND; in CoreTimerInit() local
/kernel/liteos_a/kernel/base/include/
Dlos_sys_pri.h109 #define OS_CYCLE_TO_US(cycle, freq) ((((cycle) / (freq)) * OS_SYS_US_PER_SECOND) + \ argument
112 #define OS_SYS_CYCLE_TO_US(cycle) OS_CYCLE_TO_US((cycle), OS_SYS_CLOCK) argument
/kernel/linux/linux-5.10/drivers/vme/
Dvme.c172 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-5.10/drivers/staging/vme/devices/
Dvme_user.h15 __u32 cycle; /* Cycle properties */ member
37 __u32 cycle; /* Cycle properties */ member
/kernel/linux/linux-5.10/sound/firewire/
Damdtp-stream.c507 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-6.6/sound/firewire/
Damdtp-stream.c484 static unsigned int compute_syt_offset(unsigned int syt, unsigned int cycle, in compute_syt_offset()
689 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header()
812 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header()
881 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigned int addend) in increment_ohci_cycle_count()
914 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); in compute_ohci_it_cycle() local
935 unsigned int cycle; in generate_tx_packet_descs() local
1003 static unsigned int compute_syt(unsigned int syt_offset, unsigned int cycle, in compute_syt()
1229 unsigned int cycle; in skip_rx_packets() local
1274 unsigned int cycle = compute_ohci_it_cycle(ctx_header[offset], queue_size); in process_rx_packets_intermediately() local
1364 unsigned int cycle; in drop_tx_packets() local
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_priv.h496 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()
Dxfs_sysfs.c320 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-6.6/fs/xfs/
Dxfs_log_priv.h534 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn()
546 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn()
557 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val()
564 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head()
570 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val()
576 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
Dxfs_sysfs.c348 int cycle; in log_head_lsn_show() local
366 int cycle; in log_tail_lsn_show() local
381 int cycle; in reserve_grant_head_show() local
395 int cycle; in write_grant_head_show() local
/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
Dprt_hw_tick_minor.c49 U64 cycle; in PRT_ClkGetCycleCount64() local
/kernel/uniproton/src/arch/cpu/armv8/common/exc/
Dprt_exc.c62 U64 cycle; in OsExcSaveInfo() local
/kernel/linux/linux-6.6/net/sched/
Dact_gate.c38 ktime_t now, base, cycle; in gate_get_start_time() local
99 ktime_t cycle, base; in gate_timer_func() local
406 ktime_t cycle = 0; in tcf_gate_init() local
/kernel/linux/linux-5.10/net/sched/
Dact_gate.c38 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

123456