Searched defs:reload (Results 1 - 5 of 5) sorted by relevance

/arch/arm/mach-cns3xxx/
H A Dcore.c103 int reload; local
107 reload = pclk * 20 / (3 * HZ) * 0x25000;
108 writel(reload, cns3xxx_tmr1 + TIMER1_AUTO_RELOAD_OFFSET);
/arch/x86/kernel/
H A Dldt.c31 static int alloc_ldt(mm_context_t *pc, int mincount, int reload) argument
66 if (reload) {
/arch/m68k/fpsp040/
H A Dget_op.S416 bras reload
421 bras reload
424 reload: label
/arch/powerpc/sysdev/
H A Dfsl_gtm.c236 * @reload: if set, the timer will reset upon expiry rather than
245 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) argument
260 return gtm_set_ref_timer16(tmr, freq, usec, reload);
268 * @reload: if set, the timer will reset upon expiry rather than
273 * interval value, and fires the interrupt when the value is reached. If reload
281 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) argument
293 return gtm_set_ref_timer16(tmr, freq, usec, reload);
/arch/arm/plat-s3c24xx/
H A Ddma.c208 unsigned long reload; local
229 * with the auto-reload bit, so that the DMA engine will not try
235 reload = (buf->next == NULL) ? S3C2410_DCON_NORELOAD : 0;
238 reload = S3C2410_DCON_AUTORELOAD;
248 chan->dcon | reload | (buf->size/chan->xfer_unit));
561 * reload */
593 * want to reload here, and then worry about the buffer
650 /* only reload if the channel is still running... our buffer done
655 * function, we cope with unsetting reload, etc */

Completed in 157 milliseconds