Searched refs:HCNTRL (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h68 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
81 ahc_outb(ahc, HCNTRL, ahc->pause);
107 ahc_outb(ahc, HCNTRL, ahc->unpause);
H A Daic7xxx_osm_pci.c317 if (ahc_inb(ahc, HCNTRL) == 0xFF) {
H A Daic7xxx_reg.h438 #define HCNTRL 0x87 macro
H A Daic7xxx_core.c1412 ahc_outb(ahc, HCNTRL, ahc->unpause);
3590 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
3815 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
3826 } while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK));
3832 ahc_outb(ahc, HCNTRL, ahc->pause);
4762 hcntrl = ahc_inb(ahc, HCNTRL);
4771 ahc_outb(ahc, HCNTRL, hcntrl);
H A Daic7xxx_pci.c836 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h380 #define HCNTRL 0x87 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c967 unsigned char unpause; /* unpause value for HCNTRL */
968 unsigned char pause; /* pause value for HCNTRL */
1391 readb(p->maddr + HCNTRL); /* dummy read to flush the PCI write */
1568 aic_outb(p, p->pause, HCNTRL);
1569 while ((aic_inb(p, HCNTRL) & PAUSE) == 0)
1594 aic_outb(p, p->unpause, HCNTRL);
8725 aic_outb(p, PAUSE | CHIPRST, HCNTRL);
8732 while (--wait && !(aic_inb(p, HCNTRL) & CHIPRSTACK))
9733 if(aic_inb(temp_p, HCNTRL) == 0xff)
10155 hcntrl = inb(base + HCNTRL)
[all...]

Completed in 136 milliseconds