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

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_pci.c463 u_int targpcistat; local
505 targpcistat = ahd_inb(ahd, TARGPCISTAT);
506 ahd_outb(ahd, TARGPCISTAT, targpcistat);
520 u_int targpcistat; local
523 targpcistat = ahd_inb(ahd, TARGPCISTAT);
524 if ((targpcistat & STA) != 0)
534 targpcistat = ahd_inb(ahd, TARGPCISTAT);
537 ahd_outb(ahd, TARGPCISTAT, targpcistat);

Completed in 45 milliseconds