Searched defs:cycle (Results 1 - 8 of 8) sorted by relevance

/arch/avr32/mach-at32ap/
H A Dhsmc.c36 int cycle; local
92 /* Extend read cycle in needed */
98 cycle = config->ncs_read_setup + config->ncs_read_pulse + recover;
100 if (config->read_cycle < cycle)
101 config->read_cycle = cycle;
103 /* Extend read cycle in needed */
109 cycle = config->nrd_setup + config->nrd_pulse + recover;
111 if (config->read_cycle < cycle)
112 config->read_cycle = cycle;
114 /* Extend write cycle i
141 u32 setup, pulse, cycle, mode; local
[all...]
/arch/blackfin/mach-common/
H A Dpm.c261 u32 cycle, cycle2; local
271 : "=d,a" (cycle2), "=d,a" (cycle), "=d,a" (usec) : : "CC"
274 usec64 = ((u64)cycle2 << 32) + cycle;
/arch/mips/dec/
H A Dkn01-berr.c85 const char *kind, *agent, *cycle, *event; local
130 cycle = mreadstr;
133 cycle = invoker ? writestr : readstr;
142 kind, agent, cycle, event, address);
H A Dkn02xa-berr.c57 const char *kind, *agent, *cycle, *event; local
76 cycle = mreadstr;
79 cycle = invoker ? writestr : readstr;
88 kind, agent, cycle, event, address);
H A Decc-berr.c58 const char *kind, *agent, *cycle, *event; local
85 cycle = (erraddr & KN0X_EAR_WRITE) ? mwritstr : mreadstr;
89 cycle = (erraddr & KN0X_EAR_WRITE) ? writestr : readstr;
189 kind, agent, cycle, event, address);
/arch/arm/mach-rpc/
H A Ddma.c201 static int iomd_set_dma_speed(unsigned int chan, dma_t *dma, int cycle) argument
205 if (cycle < 188)
207 else if (cycle <= 250)
209 else if (cycle < 438)
/arch/mips/include/asm/octeon/
H A Dcvmx.h366 * Provide current cycle counter as a return value
368 * Returns current cycle counter
373 uint64_t cycle; local
374 CVMX_RDHWR(cycle, 31);
375 return cycle;
379 * Wait for the specified number of cycle
391 * Reads a chip global cycle counter. This counts CPU cycles since
395 * Returns Global chip cycle count since chip reset.
/arch/powerpc/kernel/
H A Dsysfs.c95 u64 cycle; local
98 cycle = div_u64(ns + 500, 1000) * tb_ticks_per_usec;
100 cycle = div_u64(ns * tb_ticks_per_usec, 1000);
102 if (!cycle)
105 return ilog2(cycle);

Completed in 875 milliseconds