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

12

/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_sic.c182 uint32_t i, interrupts; local
186 interrupts = SIC_READ_4(sc, SIC_STATUS);
188 for (i = 0; interrupts != 0; i++, interrupts >>= 1) {
189 if ((interrupts & 0x1) == 0)
255 /* Disable all interrupts on SIC */
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm_tis.c142 sc->interrupts = false;
144 sc->interrupts = tpmtis_setup_intr(sc);
146 sc->interrupts = false;
256 /* If interrupts are enabled sleep for timeout duration */
257 if(sc->interrupts && sc->intr_type != -1) {
264 /* If we don't have interrupts poll the device every tick */
351 if(sc->interrupts) {
375 if(sc->interrupts)
H A Dtpm20.h119 bool interrupts; member in struct:tpm_sc
H A Dtpm_crb.c176 * Disable all interrupts for now, since I don't have a device that
180 sc->interrupts = false;
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S149 cli # turn off interrupts
188 pm_end: sti # Turn interrupts back on now
240 seta20: cli # Disable interrupts
254 seta20.3: sti # Enable interrupts
/freebsd-11-stable/sys/mips/mips/
H A Dswtch.S84 mtc0 v0, MIPS_COP_0_STATUS # disable interrupts
88 * after interrupts are disabled. Otherwise it will get overwritten
183 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
203 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
531 mfc0 t1, MIPS_COP_0_STATUS # Disable interrupts and
H A Dlocore.S89 mtc0 zero, MIPS_COP_0_CAUSE # Clear soft interrupts
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_edma.c96 int interrupts; local
101 interrupts = READ4(sc, DMA_INT);
105 if (interrupts & (0x1 << i)) {
248 /* Enable error interrupts */
/freebsd-11-stable/sys/dev/netmap/
H A Dif_vtnet_netmap.h162 int interrupts = !(kring->nr_kflags & NKR_NOINTR); local
229 if (interrupts && virtqueue_nfree(vq) < 32)
327 int interrupts = !(kring->nr_kflags & NKR_NOINTR); local
352 if (interrupts && vtnet_rxq_enable_intr(rxq)) {
398 /* Enable/disable interrupts on all virtqueues. */
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc19 * varies randomly due to system events, hardware interrupts etc
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S122 seta20: cli # Disable interrupts
135 seta20.3: sti # Enable interrupts
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c606 uint32_t i, interrupts; local
609 interrupts = MTK_READ_4(sc, GPIO_PIOINT);
611 for (i = 0; interrupts != 0; i++, interrupts >>= 1) {
612 if ((interrupts & 0x1) == 0)
H A Dmtk_gpio_v2.c603 uint32_t i, interrupts; local
606 interrupts = MTK_READ_4(sc, GPIO_PIOINT(sc));
608 for (i = 0; interrupts != 0; i++, interrupts >>= 1) {
609 if ((interrupts & 0x1) == 0)
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsndstat.h96 sbuf_printf(s, "interrupts %d, ", c->interrupts); \
/freebsd-11-stable/stand/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-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c457 uint32_t i, interrupts; local
461 interrupts = READ4(sc, IMX_GPIO_ISR_REG) & READ4(sc, IMX_GPIO_IMR_REG);
464 for (i = 0; interrupts != 0; i++, interrupts >>= 1) {
465 if ((interrupts & 0x1) == 0)
809 * Mask off all interrupts in hardware, then set up interrupt handling.
/freebsd-11-stable/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-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S159 seta20: cli # Disable interrupts
172 seta20.3: sti # Enable interrupts
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S215 cli # turn off interrupts
254 pm_end: sti # Turn interrupts back on now
487 seta20: cli # Disable interrupts
501 seta20.3: sti # Enable interrupts
/freebsd-11-stable/sys/dev/rt/
H A Dif_rtvar.h240 unsigned long interrupts; member in struct:rt_softc
/freebsd-11-stable/stand/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-11-stable/stand/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-11-stable/sys/dev/sn/
H A Dif_sn.c218 * Activate the interrupt so we can get card interrupts. This
311 * Disable all interrupts
333 * Now, enable interrupts
549 * Enable the interrupts and let the chipset deal with it Also set a
747 * Enable the interrupts and let the chipset deal with it Also set a
791 int status, interrupts; local
811 * while servicing interrupts.
817 * Get the set of interrupts which occurred and eliminate any which
820 interrupts = CSR_READ_1(sc, INTR_STAT_REG_B);
821 status = interrupts
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c656 ioat->stats.interrupts++;
751 * here. For performance reasons skip it on interrupts, do it only
1681 if (ioat->stats.interrupts == 0) {
1686 ioat->stats.interrupts;
1794 SYSCTL_ADD_UQUAD(ctx, statpar, OID_AUTO, "interrupts", CTLFLAG_RW,
1795 &ioat->stats.interrupts,
1796 "Number of interrupts processed on this channel");
1935 db_printf(" interrupts: %lu\n", sc->stats.interrupts);
H A Dioat_internal.h501 uint64_t interrupts; member in struct:ioat_softc::__anon4535

Completed in 300 milliseconds

12