Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_core.c2556 u_int lqostat1; in ahd_handle_scsiint() local
2579 lqostat1 = ahd_inb(ahd, LQOSTAT1); in ahd_handle_scsiint()
2605 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()
2904 u_int lqostat1; in ahd_handle_pkt_busfree() local
2908 lqostat1 = ahd_inb(ahd, LQOSTAT1); in ahd_handle_pkt_busfree()
2909 if ((lqostat1 & LQOBUSFREE) != 0) { in ahd_handle_pkt_busfree()