Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.h163 #define BUSFREE 0x08 macro
H A Daha152x.c125 * - accept unexpected BUSFREE phase as error condition
1641 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run()
1817 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()
2196 } else if(stat1 & BUSFREE) { in update_state()
2198 SETPORT(SSTAT1,BUSFREE); in update_state()
2597 if (s & BUSFREE) in get_ports()
2598 seq_puts(m, "BUSFREE "); in get_ports()
2639 if (s & BUSFREE) in get_ports()
2640 seq_puts(m, "BUSFREE "); in get_ports()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.h163 #define BUSFREE 0x08 macro
H A Daha152x.c125 * - accept unexpected BUSFREE phase as error condition
1681 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run()
1859 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()
2244 } else if(stat1 & BUSFREE) { in update_state()
2246 SETPORT(SSTAT1,BUSFREE); in update_state()
2649 if (s & BUSFREE) in get_ports()
2650 seq_puts(m, "BUSFREE "); in get_ports()
2691 if (s & BUSFREE) in get_ports()
2692 seq_puts(m, "BUSFREE "); in get_ports()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1548 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1554 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1772 } else if ((status & BUSFREE) != 0 in ahc_handle_scsiint()
H A Daic79xx_core.c2390 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2537 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
7317 * the BUSFREE interrupt, but it seems that some LQOBUSFREE in ahd_chip_init()
7318 * events fail to assert the BUSFREE interrupt so we must in ahd_chip_init()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1771 } else if ((status & BUSFREE) != 0 in ahc_handle_scsiint()
H A Daic79xx_core.c2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2536 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
7316 * the BUSFREE interrupt, but it seems that some LQOBUSFREE in ahd_chip_init()
7317 * events fail to assert the BUSFREE interrupt so we must in ahd_chip_init()

Completed in 67 milliseconds