Home
last modified time | relevance | path

Searched refs:interrupts (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/sys/dev/crypto/tpm/
H A Dtpm_tis.c143 sc->interrupts = false; in tpmtis_attach()
145 sc->interrupts = tpmtis_setup_intr(sc); in tpmtis_attach()
147 sc->interrupts = false; in tpmtis_attach()
258 if(sc->interrupts && sc->intr_type != -1) { in tpm_wait_for_u32()
351 if(sc->interrupts) { in tpmtis_request_locality()
376 if(sc->interrupts) in tpmtis_relinquish_locality()
H A Dtpm20.h117 bool interrupts; member
H A Dtpm_crb.c179 sc->interrupts = false; in tpmcrb_attach()
/dragonfly/stand/boot/pc32/pxeldr/
H A Dpxeldr.S148 cli # turn off interrupts
187 pm_end: sti # Turn interrupts back on now
243 seta20: cli # Disable interrupts
257 seta20.3: sti # Enable interrupts
/dragonfly/sys/dev/disk/ahci/
H A DTODO7 DELAY's might tsleep, so interrupts might run. fix poll loop to detect
8 completion via other interrupts.
/dragonfly/stand/boot/pc32/boot2/
H A Dboot1.S275 seta20: cli # Disable interrupts
289 seta20.3: sti # Enable interrupts
/dragonfly/bin/ed/
H A DREADME9 should be redefined to disable interrupts.
/dragonfly/sys/dev/sound/pci/
H A Daureal.c84 u_int32_t routes[4], interrupts; member
401 au->interrupts++; in au_intr()
534 if (au->interrupts==0) printf("pcm%d: irq test failed\n", au->unit); in au_testirq()
/dragonfly/stand/boot/pc32/cdboot/
H A Dcdboot.S497 seta20: cli # Disable interrupts
511 seta20.3: sti # Enable interrupts
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-msp430.texi80 that might change the interrupts enabled/disabled state. The
85 processing of interrupts. By default it is up to the programmer to
91 that might change the interrupts enabled/disabled state. This is the
97 interrupts. This is the default.
H A Dc-arc.texi278 @cindex Stored STATUS32 register on entry to level P0 interrupts, ARC
279 @cindex ARC Stored STATUS32 register on entry to level P0 interrupts
280 Stored STATUS32 register on entry to level P0 interrupts. Auxiliary
H A Dc-m68hc11.texi358 frame across interrupts.
H A Dc-i386.texi824 @cindex inhibiting interrupts, i386
826 The bus lock prefix @samp{lock} inhibits interrupts during execution of
/dragonfly/sys/dev/netif/sn/
H A Dif_sn.c729 int status, interrupts; in sn_intr() local
759 interrupts = inb(BASE + INTR_STAT_REG_B); in sn_intr()
760 status = interrupts & mask; in sn_intr()
/dragonfly/sys/dev/sound/pcm/
H A Dsndstat.h96 sbuf_printf(s, "interrupts %d, ", c->interrupts); \
H A Dchannel.h100 unsigned int interrupts, xruns, feedcount; member
H A Dchannel.c674 c->interrupts++; in chn_intr_locked()
744 c->interrupts = 0; in chn_start()
1182 c->interrupts = 0; in chn_reset()
/dragonfly/test/nvmm/demo/
H A DREADME.txt97 these interrupts by setting CR8 to 15. From then on, no hardware interrupt
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal92 you can write the code so that you don't have to turn on interrupts
100 interrupts are turned off, the key won't be treated as an interrupt,
/dragonfly/games/hunt/
H A DREADME34 terminal interrupts). We found that a VAX 750 can
/dragonfly/usr.bin/window/
H A DREADME143 avoid race conditions without blocking interrupts.
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S157 init: cli # Disable interrupts
/dragonfly/bin/sh/
H A DTOUR42 EXINT is not raised if the user traps interrupts using the trap
/dragonfly/sys/dev/disk/isp/
H A DDriverManual.txt314 of interrupts should this platform be able to finish configuration in
385 interrupts. When some external event causes the SCSI bus to be reset,
/dragonfly/sys/dev/video/bktr/
H A DCHANGELOG.TXT110 interrupts from a PCI device by default,

12