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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c443 * HCNTRL has no side effects and has
448 hcntrl = ahd_inb(ahd, HCNTRL);
461 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
H A Daic7xxx_pci.c781 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
1179 * HCNTRL has no side effects and has
1184 hcntrl = ahc_inb(ahc, HCNTRL);
1207 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
H A Daic7xxx_core.c320 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
333 ahc_outb(ahc, HCNTRL, ahc->pause);
359 ahc_outb(ahc, HCNTRL, ahc->unpause);
2058 ahc_outb(ahc, HCNTRL, ahc->unpause);
4411 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
4568 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
4579 } while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK));
4585 ahc_outb(ahc, HCNTRL, ahc->pause);
5545 hcntrl = ahc_inb(ahc, HCNTRL);
5554 ahc_outb(ahc, HCNTRL, hcntr
[all...]
H A Daic79xx_core.c359 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
372 ahd_outb(ahd, HCNTRL, ahd->pause);
407 ahd_outb(ahd, HCNTRL, ahd->unpause);
3488 ahd_outb(ahd, HCNTRL, ahd->unpause);
6208 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
6219 } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK));
6225 ahd_outb(ahd, HCNTRL, ahd->pause);
7781 hcntrl = ahd_inb(ahd, HCNTRL);
7790 ahd_outb(ahd, HCNTRL, hcntrl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h380 #define HCNTRL 0x87 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c938 unsigned char unpause; /* unpause value for HCNTRL */
939 unsigned char pause; /* pause value for HCNTRL */
1312 readb(p->maddr + HCNTRL); /* dummy read to flush the PCI write */
1490 aic_outb(p, p->pause, HCNTRL);
1491 while ((aic_inb(p, HCNTRL) & PAUSE) == 0)
1516 aic_outb(p, p->unpause, HCNTRL);
8293 aic_outb(p, PAUSE | CHIPRST, HCNTRL);
8300 while (--wait && !(aic_inb(p, HCNTRL) & CHIPRSTACK))
9227 if(aic_inb(temp_p, HCNTRL) == 0xff)
9645 hcntrl = inb(base + HCNTRL)
[all...]

Completed in 133 milliseconds