Searched defs:cycles (Results 1 – 25 of 26) sorted by relevance
12
/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
|
/arch/h8300/lib/ |
D | delay.c | 14 void __delay(unsigned long cycles) in __delay()
|
/arch/nios2/lib/ |
D | delay.c | 11 void __delay(unsigned long cycles) in __delay()
|
/arch/openrisc/lib/ |
D | delay.c | 29 void __delay(unsigned long cycles) in __delay()
|
/arch/arm64/lib/ |
D | delay.c | 26 void __delay(unsigned long cycles) in __delay()
|
/arch/arm/plat-omap/ |
D | counter_32k.c | 51 static cycles_t cycles; variable
|
/arch/riscv/lib/ |
D | delay.c | 72 void __delay(unsigned long cycles) in __delay()
|
/arch/m68k/coldfire/ |
D | sltimers.c | 104 u32 cycles, scnt; in mcfslt_read_clk() local
|
D | pit.c | 125 u32 cycles; in pit_read_clk() local
|
D | timers.c | 96 u32 cycles; in mcftmr_read_clk() local
|
/arch/m68k/68000/ |
D | timers.c | 82 u32 cycles; in m68328_read_clk() local
|
/arch/arm/lib/ |
D | delay.c | 45 static void __timer_delay(unsigned long cycles) in __timer_delay()
|
/arch/sparc/vdso/ |
D | vclock_gettime.c | 129 u64 cycles; in vgetsns() local 139 u64 cycles; in vgetsns_stick() local
|
/arch/hexagon/kernel/ |
D | time.c | 206 void __delay(unsigned long cycles) in __delay()
|
/arch/x86/include/asm/vdso/ |
D | gettimeofday.h | 287 u64 vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) in vdso_calc_delta()
|
/arch/arm/mach-omap1/ |
D | time.c | 120 static int omap_mpu_set_next_event(unsigned long cycles, in omap_mpu_set_next_event()
|
/arch/arm/mach-spear/ |
D | time.c | 157 static int clockevent_next_event(unsigned long cycles, in clockevent_next_event()
|
/arch/sparc/kernel/ |
D | time_32.c | 155 u64 cycles; in timer_cs_read() local
|
/arch/mips/pci/ |
D | pci-octeon.c | 415 unsigned long cycles, pci_clock; in octeon_pci_initialize() local
|
/arch/arm/mach-davinci/ |
D | time.c | 288 static int davinci_set_next_event(unsigned long cycles, in davinci_set_next_event()
|
/arch/arm/mach-omap2/ |
D | timer.c | 108 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
|
/arch/alpha/kernel/ |
D | setup.c | 1251 int cycles, prev_cycles = 1000000; in external_cache_probe() local
|
/arch/x86/events/intel/ |
D | lbr.c | 592 u16 cycles = 0; in intel_pmu_lbr_read_64() local
|
/arch/arc/include/asm/ |
D | arcregs.h | 162 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member
|
12