/linux-4.4.14/arch/xtensa/include/asm/ |
D | delay.h | 40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; in __udelay() local 61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; in __ndelay() local
|
/linux-4.4.14/include/linux/mfd/syscon/ |
D | atmel-smc.h | 89 u32 cycles; in at91sam9_smc_setup_ns_to_cycles() local 119 u32 cycles; in at91sam9_smc_pulse_ns_to_cycles() local 149 u32 cycles; in at91sam9_smc_cycle_ns_to_cycles() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | cycles_test.c | 15 int cycles(void) in cycles() function
|
/linux-4.4.14/drivers/clocksource/ |
D | rockchip_timer.c | 62 static void rk_timer_update_counter(unsigned long cycles, in rk_timer_update_counter() 76 static inline int rk_timer_set_next_event(unsigned long cycles, in rk_timer_set_next_event()
|
D | exynos_mct.c | 260 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles) in exynos4_mct_comp0_start() 282 static int exynos4_comp_set_next_event(unsigned long cycles, in exynos4_comp_set_next_event() 361 static void exynos4_mct_tick_start(unsigned long cycles, in exynos4_mct_tick_start() 382 static int exynos4_tick_set_next_event(unsigned long cycles, in exynos4_tick_set_next_event()
|
D | vt8500_timer.c | 75 static int vt8500_timer_set_next_event(unsigned long cycles, in vt8500_timer_set_next_event()
|
D | cadence_ttc_timer.c | 115 unsigned long cycles) in ttc_set_interval() 182 static int ttc_set_next_event(unsigned long cycles, in ttc_set_next_event()
|
D | moxart_timer.c | 81 static int moxart_clkevt_next_event(unsigned long cycles, in moxart_clkevt_next_event()
|
D | timer-keystone.c | 129 static int keystone_set_next_event(unsigned long cycles, in keystone_set_next_event()
|
D | timer-prima2.c | 78 u64 cycles; in sirfsoc_timer_read() local
|
D | qcom-timer.c | 59 static int msm_timer_set_next_event(unsigned long cycles, in msm_timer_set_next_event()
|
D | timer-atlas7.c | 90 u64 cycles; in sirfsoc_timer_read() local
|
D | tegra20_timer.c | 64 static int tegra_timer_set_next_event(unsigned long cycles, in tegra_timer_set_next_event()
|
D | timer-u300.c | 276 static int u300_set_next_event(unsigned long cycles, in u300_set_next_event()
|
D | samsung_pwm_timer.c | 188 static int samsung_set_next_event(unsigned long cycles, in samsung_set_next_event()
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 120 unsigned long cycles = 0; in test_cipher_cycles() local 203 unsigned long cycles = 0; in test_aead_cycles() local 613 unsigned long cycles = 0; in test_hash_cycles_digest() local 656 unsigned long cycles = 0; in test_hash_cycles() local 856 unsigned long cycles = 0; in test_ahash_cycles_digest() local 894 unsigned long cycles = 0; in test_ahash_cycles() local 1065 unsigned long cycles = 0; in test_acipher_cycles() local
|
/linux-4.4.14/arch/tile/lib/ |
D | delay.c | 39 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/h8300/lib/ |
D | delay.c | 13 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/nios2/lib/ |
D | delay.c | 23 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/arm64/lib/ |
D | delay.c | 27 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/openrisc/lib/ |
D | delay.c | 31 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | time-ts.c | 128 static int bfin_gptmr0_set_next_event(unsigned long cycles, in bfin_gptmr0_set_next_event() 245 static int bfin_coretmr_set_next_event(unsigned long cycles, in bfin_coretmr_set_next_event()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | counter_32k.c | 54 static cycles_t cycles; variable
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | hw.c | 144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
|
D | ath.h | 48 u32 cycles; member
|
/linux-4.4.14/kernel/time/ |
D | timecounter.c | 83 cycle_t cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock.h | 72 cycle_t *cycles, u8 *flags) in __pvclock_read_cycles()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | sltimers.c | 103 u32 cycles, scnt; in mcfslt_read_clk() local
|
D | pit.c | 124 u32 cycles; in pit_read_clk() local
|
D | timers.c | 95 u32 cycles; in mcftmr_read_clk() local
|
/linux-4.4.14/arch/m68k/68000/ |
D | timers.c | 82 u32 cycles; in m68328_read_clk() local
|
/linux-4.4.14/arch/arm/lib/ |
D | delay.c | 57 static void __timer_delay(unsigned long cycles) in __timer_delay()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | parse.h | 29 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member
|
/linux-4.4.14/include/linux/ |
D | timecounter.h | 80 cycle_t cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns()
|
D | clocksource.h | 176 static inline s64 clocksource_cyc2ns(cycle_t cycles, u32 mult, u32 shift) in clocksource_cyc2ns()
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | time.c | 78 static int ks8695_set_next_event(unsigned long cycles, in ks8695_set_next_event()
|
/linux-4.4.14/drivers/cpufreq/ |
D | blackfin-cpufreq.c | 141 cycles_t cycles; in bfin_target() local
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.h | 63 u64 cycles; member 86 u64 cycles; member
|
D | annotate.c | 505 unsigned offset, unsigned cycles, in __symbol__account_cycles() 568 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) in symbol__get_annotation() 597 struct symbol *sym, unsigned cycles) in symbol__account_cycles() 625 unsigned cycles) in addr_map_symbol__account_cycles()
|
D | event.h | 137 u64 cycles:16; member
|
/linux-4.4.14/drivers/media/pci/b2c2/ |
D | flexcop-dma.c | 159 flexcop_dma_index_t dma_idx, u8 cycles) in flexcop_dma_config_timer()
|
/linux-4.4.14/arch/tile/gxio/ |
D | iorpc_mpipe.c | 415 uint64_t cycles; member 419 uint64_t *nsec, uint64_t *cycles) in gxio_mpipe_get_timestamp_aux() 440 uint64_t cycles; member 444 uint64_t nsec, uint64_t cycles) in gxio_mpipe_set_timestamp_aux()
|
D | mpipe.c | 436 cycles_t cycles = get_cycles(); in gxio_mpipe_set_timestamp() local
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | time.c | 217 void __delay(unsigned long cycles) in __delay()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | time.c | 120 static int omap_mpu_set_next_event(unsigned long cycles, in omap_mpu_set_next_event()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fan.c | 129 u32 cycles, cur, prev; in nvkm_therm_fan_sense() local
|
/linux-4.4.14/arch/arm/mach-spear/ |
D | time.c | 157 static int clockevent_next_event(unsigned long cycles, in clockevent_next_event()
|
/linux-4.4.14/arch/arc/kernel/ |
D | time.c | 190 static void arc_timer_event_setup(unsigned int cycles) in arc_timer_event_setup()
|
/linux-4.4.14/arch/arm/mach-gemini/ |
D | time.c | 71 static int gemini_timer_set_next_event(unsigned long cycles, in gemini_timer_set_next_event()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 199 cycles_t cycles; in vgetsns() local
|
/linux-4.4.14/drivers/pwm/ |
D | pwm-berlin.c | 64 u64 cycles, tmp; in berlin_pwm_config() local
|
D | pwm-fsl-ftm.c | 188 unsigned long fix_rate, ext_rate, cycles; in fsl_pwm_calculate_period() local
|
/linux-4.4.14/drivers/memory/ |
D | pl172.c | 64 int cycles; in pl172_timing_prop() local
|
D | jz4780-nemc.c | 158 uint32_t smcr, val, cycles; in jz4780_nemc_configure_bank() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | time_32.c | 154 u64 cycles; in timer_cs_read() local
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-octeon.c | 418 unsigned long cycles, pci_clock; in octeon_pci_initialize() local
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 415 int cycles = 0; in npe_send_message() local 454 int cycles = 0, cnt = 0; in npe_recv_message() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | timer.c | 96 static int omap2_gp_timer_set_next_event(unsigned long cycles, in omap2_gp_timer_set_next_event()
|
D | vc.c | 433 u32 cycles; in omap4_calc_volt_ramp() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx.h | 382 static inline void cvmx_wait(uint64_t cycles) in cvmx_wait()
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 189 int cycles, err; in hdcs_set_exposure() local
|
/linux-4.4.14/drivers/firewire/ |
D | core-transaction.c | 735 unsigned int cycles; in compute_split_timeout_timestamp() local 1076 unsigned int cycles; in update_split_timeout() local
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 89 u8 cycles; /* maximum number of scan cycles */ member
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | time.c | 296 static int davinci_set_next_event(unsigned long cycles, in davinci_set_next_event()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 381 int bits, rc, cycles; in pmic8xxx_kpd_init() local
|
/linux-4.4.14/drivers/media/rc/ |
D | iguanair.c | 304 uint32_t cycles, fours, sevens; in iguanair_set_tx_carrier() local
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 352 s32 cycles, in altera_wait_cycles()
|
/linux-4.4.14/drivers/char/ |
D | random.c | 794 unsigned cycles; in add_timer_randomness() member 900 cycles_t cycles = random_get_entropy(); in add_interrupt_randomness() local
|
/linux-4.4.14/drivers/dma/ |
D | moxart-dma.c | 464 unsigned int completed_cycles, cycles; in moxart_dma_desc_size_in_flight() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 439 u16 cycles = 0; in intel_pmu_lbr_read_64() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | setup.c | 1323 int cycles, prev_cycles = 1000000; in external_cache_probe() local
|
/linux-4.4.14/drivers/pcmcia/ |
D | yenta_socket.c | 60 #define to_ns(cycles) ((cycles)*120) argument
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 260 u64 cycles; member
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial-tegra.c | 244 unsigned int cycles) in tegra_uart_wait_cycle_time()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 227 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | diskonchip.c | 225 static void DoC_Delay(struct doc_priv *doc, unsigned short cycles) in DoC_Delay()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 163 unsigned char ae, unsigned int cycles, in qat_hal_wait_cycles()
|
/linux-4.4.14/include/uapi/linux/ |
D | perf_event.h | 966 cycles:16, /* cycle count to last branch */ member
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 445 int cycles = 0; in ixp4xx_mdio_cmd() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | tc358743_regs.h | 353 #define SET_FREQ_RANGE_MODE_CYCLES(cycles) (((cycles) - 1) & \ argument
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 1670 cycle_t cycles; in mlx4_read_clock() local
|
D | mlx4_en.h | 409 struct cyclecounter cycles; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5252 void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmtx_get_stats() 5279 void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmrx_get_stats()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | hfi.h | 1205 u32 cycles; in egress_cycles() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 1368 cycles : 8, member
|