Searched refs:ints (Results 1 - 23 of 23) sorted by relevance

/arch/blackfin/mach-bf518/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/blackfin/mach-bf527/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/blackfin/mach-bf533/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/blackfin/mach-bf537/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/blackfin/mach-bf548/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/blackfin/mach-bf538/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/m68k/amiga/
H A Damiints.c51 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
54 if (ints & IF_TBE) {
60 if (ints & IF_DSKBLK) {
66 if (ints & IF_SOFT) {
74 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
77 if (ints & IF_BLIT) {
83 if (ints & IF_COPER) {
89 if (ints & IF_VERTB) {
97 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
100 if (ints
126 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
[all...]
H A Dcia.c89 unsigned char ints; local
92 ints = cia_set_irq(base, CIA_ICR_ALL);
94 for (; ints; mach_irq++, ints >>= 1) {
95 if (ints & 1)
/arch/blackfin/mach-bf561/
H A DMakefile5 obj-y := ints-priority.o dma.o
/arch/arm/plat-omap/
H A Di2c.c218 int ints[3]; local
221 get_options(str, 3, ints);
222 if (ints[0] < 2 || ints[1] < 1 || ints[1] > ports)
224 i2c_pdata[ints[1] - 1].clkrate = ints[2];
225 i2c_pdata[ints[1] - 1].clkrate |= OMAP_I2C_CMDLINE_SETUP;
/arch/blackfin/mach-common/
H A DMakefile7 interrupt.o arch_checks.o ints-priority.o
/arch/m68k/platform/68360/
H A DMakefile7 obj-y := config.o commproc.o entry.o ints.o
/arch/arm/mach-h720x/include/mach/
H A Dentry-macro.S20 @ We see unmasked pending ints only, as the masked pending ints
31 and \irqstat, \irqstat, \tmp @ mask out unused ints
/arch/m68k/kernel/
H A DMakefile19 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
20 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
/arch/parisc/math-emu/
H A Dfpudispatch.c200 /* All FP emulation code assumes that ints are 4-bytes in length */
255 /* All FP emulation code assumes that ints are 4-bytes in length */
1129 struct { u_int i1; u_int i2; } ints; member in union:__anon2334
1156 &mtmp.ints.i1,&status))
1159 &atmp.ints.i1,&atmp.ints.i1,&status))
1164 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1167 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1,
1179 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1182 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints
1268 struct { u_int i1; u_int i2; } ints; member in union:__anon2336
[all...]
/arch/m68k/platform/68328/
H A DMakefile12 obj-y += entry.o ints.o timers.o
/arch/arm/mach-lpc32xx/
H A Dirq.c365 unsigned long ints = __raw_readl(LPC32XX_INTC_STAT(LPC32XX_SIC1_BASE)); local
367 while (ints != 0) {
368 int irqno = fls(ints) - 1;
370 ints &= ~(1 << irqno);
378 unsigned long ints = __raw_readl(LPC32XX_INTC_STAT(LPC32XX_SIC2_BASE)); local
380 while (ints != 0) {
381 int irqno = fls(ints) - 1;
383 ints &= ~(1 << irqno);
/arch/arm/include/asm/
H A Dfloppy.h139 static void driveswap(int *ints, int dummy, int dummy2) argument
/arch/powerpc/platforms/powermac/
H A Dpic.c399 const u32 *ints = NULL; local
411 ints = of_get_property(device, "AAPL,interrupts", &intlen);
412 if (ints != NULL)
418 if (ints == NULL)
426 out_irq->specifier[0] = ints[index];
/arch/m68k/include/asm/
H A Dsun3xflop.h215 static void __init floppy_set_flags(int *ints,int param, int param2);
/arch/x86/kernel/apic/
H A Dio_apic.c731 int ints[MAX_PIRQS+1]; local
733 get_options(str, ARRAY_SIZE(ints), ints);
738 if (ints[0] < MAX_PIRQS)
739 max = ints[0];
743 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
747 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
/arch/c6x/kernel/
H A Dentry.S250 MVC .S2 B1,CSR ; enable ints
/arch/powerpc/kernel/
H A Dexceptions-64e.S128 #define EXCEPTION_COMMON(n, excf, ints) \
165 ints;
167 /* Variants for the "ints" argument. This one does nothing when we want

Completed in 614 milliseconds