Searched refs:BUSFREE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 163 #define BUSFREE 0x08 macro
|
H A D | aha152x.c | 125 * - 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 D | aha152x.h | 163 #define BUSFREE 0x08 macro
|
H A D | aha152x.c | 125 * - 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 D | aic7xxx_core.c | 1548 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 D | aic79xx_core.c | 2390 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 D | aic7xxx_core.c | 1547 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 D | aic79xx_core.c | 2389 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