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

  /src/sys/dev/pci/
ahd_pci.c 613 hcntrl &= ~CHIPRST;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 766 field CHIPRST 0x01
aic7xxx_reg.h 1515 #define CHIPRST 0x01
aic79xx.reg 263 field CHIPRST 0x01
aic79xx_reg.h 2426 #define CHIPRST 0x01
  /src/sys/dev/ic/
aic7xxx.c 4003 if ((ahc_inb(ahc, HCNTRL) & CHIPRST) != 0) {
4026 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
aic79xx.c 5275 * During the assertion of CHIPRST, the chip
5280 * PERR and SERR responses during the CHIPRST.
5287 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);

Completed in 30 milliseconds