Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h380 #define HCNTRL 0x87 macro
Daic7xxx.reg640 register HCNTRL {
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_pci.c448 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access()
461 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
Daic7xxx_pci.c793 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) { in ahc_pci_config()
1196 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1219 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
Daic7xxx_core.c328 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0); in ahc_is_paused()
341 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
367 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
2066 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section()
4461 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
4619 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset()
4630 } while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK)); in ahc_reset()
4636 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_reset()
5596 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable()
5605 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
Daic79xx_core.c359 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused()
372 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause()
407 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
3534 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section()
6288 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause); in ahd_reset()
6299 } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK)); in ahd_reset()
6305 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_reset()
7861 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable()
7870 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
Daic7xxx_reg.h_shipped625 #define HCNTRL 0x87
Daic7xxx.reg823 register HCNTRL {
Daic79xx_reg.h_shipped1313 #define HCNTRL 0x05
Daic79xx.reg261 register HCNTRL {
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c1317 readb(p->maddr + HCNTRL); /* dummy read to flush the PCI write */ in aic_outb()
1495 aic_outb(p, p->pause, HCNTRL); in pause_sequencer()
1496 while ((aic_inb(p, HCNTRL) & PAUSE) == 0) in pause_sequencer()
1521 aic_outb(p, p->unpause, HCNTRL); in unpause_sequencer()
8350 aic_outb(p, PAUSE | CHIPRST, HCNTRL); in aic7xxx_chip_reset()
8357 while (--wait && !(aic_inb(p, HCNTRL) & CHIPRSTACK)) in aic7xxx_chip_reset()
9296 if(aic_inb(temp_p, HCNTRL) == 0xff) in aic7xxx_detect()
9714 hcntrl = inb(base + HCNTRL) & IRQMS; /* Default */ in aic7xxx_detect()
9723 aic_outb(temp_p, hcntrl | PAUSE, HCNTRL); in aic7xxx_detect()
9724 while( (aic_inb(temp_p, HCNTRL) & PAUSE) == 0 ) ; in aic7xxx_detect()
[all …]