HomeSort by: relevance | last modified time | path
    Searched refs:PAUSE (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/arm/footbridge/isa/
isa_io_asm.S 72 #define PAUSE nop ; nop ; nop ; nop ; nop
74 #define PAUSE
89 PAUSE
94 PAUSE
99 PAUSE
206 PAUSE
211 PAUSE
216 PAUSE
  /src/sys/arch/evbarm/tsarm/isa/
isa_io_asm.S 75 #define PAUSE nop ; nop ; nop ; nop ; nop
77 #define PAUSE
93 PAUSE
98 PAUSE
103 PAUSE
213 PAUSE
218 PAUSE
223 PAUSE
  /src/sys/arch/shark/isa/
isa_io_asm.S 72 #define PAUSE nop ; nop ; nop ; nop ; nop
74 #define PAUSE
89 PAUSE
94 PAUSE
99 PAUSE
206 PAUSE
211 PAUSE
216 PAUSE
  /src/usr.bin/make/unit-tests/
dotwait.mk 6 PAUSE= sleep 1
36 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
38 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
  /src/sys/dev/ic/
aic77xx.c 62 /* Pause the card preseving the IRQ type */
64 bus_space_write_1(iot, ioh, HCNTRL, hcntrl | PAUSE);
aic7xxx_inline.h 64 * manual pause while accessing scb ram, accesses to certain registers
81 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
94 ahc_outb(ahc, HCNTRL, ahc->pause);
586 if ((ahc->pause & INTEN) == 0) {
aic79xx_inline.h 178 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
191 ahd_outb(ahd, HCNTRL, ahd->pause);
887 if ((ahd->pause & INTEN) == 0) {
aic7xxx.c 3813 ahc->pause = ahc->unpause | PAUSE;
4026 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
4043 ahc_outb(ahc, HCNTRL, ahc->pause);
4897 ahc->pause &= ~INTEN;
4901 ahc->pause |= INTEN;
7213 * If the card supports auto-access pause,
aic79xx.c 5141 ahd->pause = PAUSE;
5287 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
5304 ahd_outb(ahd, HCNTRL, ahd->pause);
6765 ahd->pause &= ~INTEN;
6769 ahd->pause |= INTEN;
  /src/sys/dev/scsipi/
scsipi_cd.h 40 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */
cd.c 1367 /* PAUSE command */
1370 /* PAUSE command */
1723 cmd.opcode = PAUSE;
  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.cpp 346 SET_CHECK(PAUSE, pref.pause_before_boot);
380 pref.pause_before_boot = IS_CHECKED(PAUSE);
  /src/sys/dev/pci/
ahd_pci.c 610 * PCI errors. First pause without causing another
614 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
ahc_pci.c 1370 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 764 field PAUSE 0x04
aic7xxx_reg.h 1513 #define PAUSE 0x04
aic79xx.reg 261 field PAUSE 0x04
aic79xx_reg.h 2424 #define PAUSE 0x04

Completed in 40 milliseconds