Searched defs:interrupts (Results 1 - 6 of 6) sorted by relevance

/arch/mips/include/asm/
H A Dm48t37.h19 volatile u8 interrupts; member in struct:m48t37_rtc
/arch/powerpc/kernel/
H A Dtau_6xx.c32 int interrupts; member in struct:tau_temp
43 * dynamic adjustment to minimize # of interrupts */
57 * threshold, valid bit, enable interrupts, interrupt when below threshold
62 * threshold, valid bit, enable interrupts, interrupt when above threshold
66 /* same thing but don't enable interrupts */
111 #ifndef CONFIG_TAU_INT /* tau_timeout will do this if not using interrupts */
119 * TAU interrupts - called when we have a thermal assist unit interrupt
120 * with interrupts disabled
128 tau[cpu].interrupts++;
143 /* disabling interrupts *shoul
[all...]
H A Dprom_init.c2532 prom_setprop(ph, name, "interrupts", prop, 2*sizeof(u32));
2550 u32 interrupts[2]; local
2571 if (prom_getproplen(i2c, "interrupts") > 0)
2574 prom_printf("fixing up bogus interrupts for u3 i2c...\n");
2577 interrupts[0] = 0;
2578 interrupts[1] = 1;
2579 prom_setprop(i2c, "/u3@0,f8000000/i2c@f8001000", "interrupts",
2580 &interrupts, sizeof(interrupts));
2633 " s\" interrupts\" propert
[all...]
/arch/powerpc/platforms/embedded6xx/
H A Dhlwd-pic.c204 const u32 *interrupts; local
208 interrupts = of_get_property(np, "interrupts", NULL);
209 if (interrupts) {
/arch/mips/pci/
H A Dpci-octeon.c184 * interrupts.
191 * Returning an empty string causes the interrupts to be
243 const char *interrupts; local
247 interrupts = octeon_get_pci_interrupts();
250 if (dev_num < strlen(interrupts))
251 irq_num = ((interrupts[dev_num] - 'A' + pin - 1) & 3) +
/arch/powerpc/sysdev/
H A Duic.c64 /* ack level-triggered interrupts here */
114 * we only ack the egde interrupts here, while
115 * level interrupts are ack'ed after the actual
266 /* Start with all interrupts disabled, level and non-critical */
270 /* Clear any pending interrupts, in case the firmware left some */
283 const u32 *interrupts; local
287 interrupts = of_get_property(np, "interrupts", NULL);
288 if (!interrupts)
303 interrupts
[all...]

Completed in 267 milliseconds