Searched refs:interrupts (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.2-release/sys/arm/ti/cpsw/
H A Dif_cpswvar.h80 /* We expect 1 memory resource and 4 interrupts from the device tree. */
89 } interrupts[CPSW_INTR_COUNT]; member in struct:cpsw_softc
H A Dif_cpsw.c125 /* Misc interrupts and watchdog. */
157 * the interrupts and actually talks to the CPSW hardware, and a
476 * bind an interrupt, add the relevant info to sc->interrupts
484 sc->interrupts[sc->interrupt_count].res = res;
485 sc->interrupts[sc->interrupt_count].description = description;
486 pcookie = &sc->interrupts[sc->interrupt_count].ih_cookie;
499 * teardown everything in sc->interrupts.
507 for (i = 0; i < sizeof(sc->interrupts) / sizeof(sc->interrupts[0]); ++i) {
508 if (!sc->interrupts[
[all...]
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptldr.S105 seta20: cli # Disable interrupts
118 seta20.3: sti # Enable interrupts
/freebsd-10.2-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S150 cli # turn off interrupts
189 pm_end: sti # Turn interrupts back on now
241 seta20: cli # Disable interrupts
255 seta20.3: sti # Enable interrupts
/freebsd-10.2-release/sys/arm/freescale/vybrid/
H A Dvf_edma.c98 int interrupts; local
103 interrupts = READ4(sc, DMA_INT);
107 if (interrupts & (0x1 << i)) {
250 /* Enable error interrupts */
/freebsd-10.2-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc19 * varies randomly due to system events, hardware interrupts etc
/freebsd-10.2-release/sys/mips/mips/
H A Dlocore.S89 mtc0 zero, MIPS_COP_0_CAUSE # Clear soft interrupts
H A Dswtch.S109 mtc0 v0, MIPS_COP_0_STATUS # disable interrupts
113 * after interrupts are disabled. Otherwise it will get overwritten
208 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
228 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
551 mfc0 t1, MIPS_COP_0_STATUS # Disable interrupts and
H A Dsupport.S859 * want to use 64-bit registers while interrupts are enabled or
1031 mfc0 t0, MIPS_COP_0_STATUS # turn off interrupts
1067 mfc0 t0, MIPS_COP_0_STATUS # turn off interrupts
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot1.S205 seta20: cli # Disable interrupts
218 seta20.3: sti # Enable interrupts
300 cli # Disable interrupts
314 sti # Enable interrupts
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dsndstat.h96 sbuf_printf(s, "interrupts %d, ", c->interrupts); \
H A Dchannel.h99 unsigned int interrupts, xruns, feedcount; member in struct:pcm_channel
H A Dchannel.c569 /* read interrupt routine. Must be called with interrupts blocked. */
653 c->interrupts++;
723 c->interrupts = 0;
1138 c->interrupts = 0;
/freebsd-10.2-release/sys/dev/sound/pci/
H A Daureal.c84 u_int32_t routes[4], interrupts; member in struct:au_info
401 au->interrupts++;
534 if (au->interrupts==0) printf("pcm%d: irq test failed\n", au->unit);
/freebsd-10.2-release/sys/boot/i386/cdboot/
H A Dcdboot.S216 cli # turn off interrupts
255 pm_end: sti # Turn interrupts back on now
488 seta20: cli # Disable interrupts
502 seta20.3: sti # Enable interrupts
/freebsd-10.2-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S142 seta20: cli # Disable interrupts
155 seta20.3: sti # Enable interrupts
/freebsd-10.2-release/sys/dev/rt/
H A Dif_rtvar.h227 unsigned long interrupts; member in struct:rt_softc
H A Dif_rt.c731 /* disable interrupts mitigation */
734 /* clear pending interrupts */
737 /* enable interrupts */
826 /* disable interrupts */
1274 /* acknowledge interrupts */
1284 sc->interrupts++;
2343 "interrupts", CTLFLAG_RD, &sc->interrupts,
2344 "all interrupts");
2348 "Tx coherent interrupts");
[all...]
/freebsd-10.2-release/sys/boot/pc98/btx/btx/
H A Dbtx.S128 init: cli # Disable interrupts
144 * Update real mode IDT for reflecting hardware interrupts.
238 exit: cli # Disable interrupts
278 sti # Enable interrupts
520 * handler invocations (VM86 INTx requests), disable interrupts,
534 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
539 * Hardware interrupts store a NULL btx_v86 pointer and use the
552 * Look up real mode IDT entry for hardware interrupts and VM86 INTx
642 cli # Disable interrupts
666 * before entering real mode is still intact. For hardware interrupts,
[all...]
/freebsd-10.2-release/sys/boot/i386/btx/btx/
H A Dbtx.S132 init: cli # Disable interrupts
148 * Update real mode IDT for reflecting hardware interrupts.
240 exit: cli # Disable interrupts
280 sti # Enable interrupts
494 * handler invocations (VM86 INTx requests), disable interrupts,
508 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
513 * Hardware interrupts store a NULL btx_v86 pointer and use the
526 * Look up real mode IDT entry for hardware interrupts and VM86 INTx
640 * before entering real mode is still intact. For hardware interrupts,
976 * Reflect hardware interrupts i
[all...]
/freebsd-10.2-release/sys/dev/sn/
H A Dif_sn.c216 * Activate the interrupt so we can get card interrupts. This
306 * Disable all interrupts
328 * Now, enable interrupts
544 * Enable the interrupts and let the chipset deal with it Also set a
742 * Enable the interrupts and let the chipset deal with it Also set a
786 int status, interrupts; local
806 * while servicing interrupts.
812 * Get the set of interrupts which occurred and eliminate any which
815 interrupts = CSR_READ_1(sc, INTR_STAT_REG_B);
816 status = interrupts
[all...]
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_request.h564 u_int32 interrupts; /* interrupts we've handled */ member in struct:info_io_stats
/freebsd-10.2-release/sys/boot/pc98/cdboot/
H A Dcdboot.S460 cli # turn off interrupts
499 pm_end: sti # Turn interrupts back on now
/freebsd-10.2-release/usr.sbin/ntp/ntpdc/
H A Dnl.c432 printf("offsetof(interrupts) = %d\n",
433 (int) offsetof(struct info_io_stats, interrupts));
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex282 nodes in the tree. For example, devices that produce interrupts
284 phandle of the interrupt controller that handles interrupts from this

Completed in 180 milliseconds

12