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

/freebsd-13-stable/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)
533 targpcistat = ahd_inb(ahd, TARGPCISTAT);
536 ahd_outb(ahd, TARGPCISTAT, targpcistat);

Completed in 117 milliseconds