Home
last modified time | relevance | path

Searched refs:CHIPRST (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h386 #define CHIPRST 0x01 macro
Daic7xxx.reg648 bit CHIPRST 0x01
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c457 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access()
Daic7xxx_reg.h1506 #define CHIPRST 0x01 macro
Daic7xxx_pci.c1290 hcntrl &= ~CHIPRST; in ahc_pci_test_register_access()
Daic7xxx.reg766 field CHIPRST 0x01
Daic79xx_reg.h2426 #define CHIPRST 0x01 macro
Daic7xxx_core.c4082 if ((ahc_inb(ahc, HCNTRL) & CHIPRST) != 0) { in ahc_reset()
4105 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset()
Daic79xx.reg261 field CHIPRST 0x01
Daic79xx_core.c5069 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause); in ahd_reset()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c8799 aic_outb(p, PAUSE | CHIPRST, HCNTRL); in aic7xxx_chip_reset()