Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.h142 #define SELDI 0x20 macro
H A Daha152x.c2190 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2214 if((stat0 & SELDI) && STATE!=seldi && !dataphase) { in update_state()
2575 if (s & SELDI) in get_ports()
2576 seq_puts(m, "SELDI "); in get_ports()
2616 if (s & SELDI) in get_ports()
2617 seq_puts(m, "SELDI "); in get_ports()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.h142 #define SELDI 0x20 macro
H A Daha152x.c2237 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2262 if((stat0 & SELDI) && STATE!=seldi && !dataphase) { in update_state()
2627 if (s & SELDI) in get_ports()
2628 seq_puts(m, "SELDI "); in get_ports()
2668 if (s & SELDI) in get_ports()
2669 seq_puts(m, "SELDI "); in get_ports()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2389 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2408 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2413 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2515 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2591 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2388 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2407 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2412 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2514 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2590 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint()

Completed in 29 milliseconds