Searched defs:delay (Results 1 - 25 of 37) sorted by relevance

12

/arch/arm/mach-omap1/
H A Dsram.S48 delay: sub r4, r4, #1 label
50 bne delay
/arch/arm/mach-pxa/
H A Dmp900.c28 static void isp116x_pfm_delay(struct device *dev, int delay) argument
33 int cyc = delay / 10;
46 .delay = isp116x_pfm_delay,
H A Dclock.h15 unsigned int delay; member in struct:clk
42 .delay = _delay, \
50 .delay = _delay, \
66 .delay = _delay, \
/arch/arm/include/asm/
H A Ddelay.h24 void (*delay)(unsigned long); member in struct:arm_delay_ops
30 #define __delay(n) arm_delay_ops.delay(n)
36 * With currently imposed limits, this means that we support a max delay
48 * first constant multiplications gets optimized away if the delay is
/arch/powerpc/platforms/cell/
H A Dbeat_udbg.c81 volatile unsigned long delay; local
82 for (delay = 0; delay < 2000000; delay++)
H A Dcpufreq_spudemand.c61 int delay; local
72 delay = usecs_to_jiffies(info->poll_int);
73 schedule_delayed_work_on(info->policy->cpu, &info->work, delay);
78 int delay = usecs_to_jiffies(info->poll_int); local
80 schedule_delayed_work_on(info->policy->cpu, &info->work, delay);
/arch/sh/boards/mach-se/7343/
H A Dsetup.c7 #include <linux/delay.h>
97 static void isp116x_delay(struct device *dev, int delay) argument
99 ndelay(delay);
125 .delay = isp116x_delay,
/arch/avr32/boards/hammerhead/
H A Dflash.c18 #include <linux/delay.h>
126 * The platform delay function is only used to enforce the strange
127 * read to write delay. This can not be configured in the SMC. All other
131 void isp116x_delay(struct device *dev, int delay) argument
133 if (delay > 150)
134 ndelay(delay - 150);
142 .delay = isp116x_delay, /* platform delay function */
/arch/cris/include/arch-v32/arch/hwregs/
H A Dirq_nmi_defs.h89 unsigned int delay : 16; member in struct:__anon834
/arch/mips/pci/
H A Dops-rc32434.c28 #include <linux/delay.h>
98 int delay = 1; local
117 if (delay > 4)
119 delay *= 2;
120 msleep(delay);
/arch/arm/mach-mmp/
H A Dtime.c56 * FIXME: the timer needs some delay to stablize the counter capture
60 int delay = 100; local
64 while (delay--)
/arch/m32r/platforms/oaks32r/
H A Dio.c26 static inline void delay(void) function
93 delay();
100 delay();
107 delay();
135 delay();
141 delay();
147 delay();
/arch/m32r/platforms/usrv/
H A Dio.c52 static inline void delay(void) function
90 delay();
97 delay();
104 delay();
135 delay();
141 delay();
147 delay();
/arch/mips/sgi-ip22/
H A Dip22-nvram.c30 #define delay() ({ \ macro
38 delay(); \
67 delay();
69 delay();
88 delay();
90 delay();
/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c15 #include <linux/delay.h>
252 * @delay: delay while PE state is temporarily unavailable
259 static int powernv_eeh_get_state(struct eeh_pe *pe, int *delay) argument
270 * to inform the EEH core delay for default
273 if (delay) {
274 *delay = 0;
276 *delay = 1000;
/arch/x86/include/asm/
H A Dintel-mid.h33 u8 delay; member in struct:devs_id
/arch/arm/mach-s3c24xx/
H A Dmach-gta02.c30 #include <linux/delay.h>
98 long delay = 0; local
104 return delay;
465 .delay = 10000,
/arch/blackfin/kernel/
H A Dgptimers.c166 void set_gptimer_delay(unsigned int timer_id, uint32_t delay) argument
169 bfin_write(&timer_regs[timer_id]->delay, delay);
177 return bfin_read(&timer_regs[timer_id]->delay);
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
H A Diop_sap_in_defs.h90 unsigned int delay : 2; member in struct:__anon995
102 unsigned int delay : 2; member in struct:__anon996
/arch/m32r/platforms/m32104ut/
H A Dio.c69 static inline void delay(void) function
132 delay();
139 delay();
146 delay();
174 delay();
180 delay();
186 delay();
/arch/m32r/platforms/m32700ut/
H A Dio.c77 static inline void delay(void) function
175 delay();
182 delay();
189 delay();
247 delay();
253 delay();
259 delay();
/arch/m32r/platforms/mappi/
H A Dio.c41 static inline void delay(void) function
133 delay();
140 delay();
147 delay();
196 delay();
202 delay();
208 delay();
/arch/m32r/platforms/mappi2/
H A Dio.c75 static inline void delay(void) function
171 delay();
178 delay();
185 delay();
243 delay();
249 delay();
255 delay();
/arch/m32r/platforms/mappi3/
H A Dio.c90 static inline void delay(void) function
187 delay();
194 delay();
201 delay();
261 delay();
267 delay();
273 delay();
/arch/m32r/platforms/opsput/
H A Dio.c77 static inline void delay(void) function
175 delay();
182 delay();
189 delay();
247 delay();
253 delay();
259 delay();

Completed in 1736 milliseconds

12