Searched refs:SSTAT0 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 821 SETPORT(SSTAT0, 0x7f); in aha152x_probe_one() 1188 SETPORT(SSTAT0, 0x7f); in reset_ports() 1515 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 1522 SETPORT(SSTAT0, CLRSELDO); in seldo_run() 1556 else if (TESTLO(SSTAT0, SELINGO)) in selto_run() 1577 SETPORT(SSTAT0, CLRSELDI); in seldi_run() 1644 if (TESTLO(SSTAT0, SPIORDY)) in msgi_run() 1846 if (TESTLO(SSTAT0, SPIORDY)) in msgo_run() 1908 if (TESTLO(SSTAT0, SPIORDY)) in cmd_run() 1931 if (TESTLO(SSTAT0, SPIORD in status_run() [all...] |
H A D | aha152x.h | 28 #define SSTAT0 (HOSTIOPORT0+0x0b) /* SCSI interrupt status 0 */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 840 SETPORT(SSTAT0, 0x7f); in aha152x_probe_one() 1214 SETPORT(SSTAT0, 0x7f); in reset_ports() 1549 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 1556 SETPORT(SSTAT0, CLRSELDO); in seldo_run() 1593 else if (TESTLO(SSTAT0, SELINGO)) in selto_run() 1614 SETPORT(SSTAT0, CLRSELDI); in seldi_run() 1684 if (TESTLO(SSTAT0, SPIORDY)) in msgi_run() 1891 if (TESTLO(SSTAT0, SPIORDY)) in msgo_run() 1953 if (TESTLO(SSTAT0, SPIORDY)) in cmd_run() 1976 if (TESTLO(SSTAT0, SPIORD in status_run() [all...] |
H A D | aha152x.h | 28 #define SSTAT0 (HOSTIOPORT0+0x0b) /* SCSI interrupt status 0 */ macro
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2336 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 2389 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2591 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint() 2592 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 4245 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 4279 if (ahd_inb(ahd, SSTAT0) & TARGET) in ahd_fetch_devinfo() 7855 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork() 9695 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic7xxx_core.c | 1545 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 2753 if (ahc_inb(ahc, SSTAT0) & TARGET) in ahc_fetch_devinfo() 5584 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork() 7154 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50); in ahc_dump_card_state()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2335 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 2388 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2590 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint() 2591 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 4243 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 4277 if (ahd_inb(ahd, SSTAT0) & TARGET) in ahd_fetch_devinfo() 7854 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork() 9691 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic7xxx_core.c | 1544 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 2751 if (ahc_inb(ahc, SSTAT0) & TARGET) in ahc_fetch_devinfo() 5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork() 7148 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50); in ahc_dump_card_state()
|
Completed in 41 milliseconds