/drivers/scsi/ |
D | aha152x.c | 891 SETPORT(SSTAT0, 0x7f); in aha152x_probe_one() 1311 SETPORT(SSTAT0, 0x7f); in reset_ports() 1681 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 1687 SETPORT(SSTAT0, CLRSELDO); in seldo_run() 1726 } else if (TESTLO(SSTAT0, SELINGO)) { in selto_run() 1750 SETPORT(SSTAT0, CLRSELDI); in seldi_run() 1820 if(TESTLO(SSTAT0,SPIORDY)) { in msgi_run() 2035 if(TESTLO(SSTAT0, SPIORDY)) { in msgo_run() 2109 if(TESTLO(SSTAT0, SPIORDY)) { in cmd_run() 2132 if(TESTLO(SSTAT0,SPIORDY)) { in status_run() [all …]
|
D | aha152x.h | 27 #define SSTAT0 (HOSTIOPORT0+0x0b) /* SCSI interrupt status 0 */ macro
|
D | aic7xxx_old.c | 3138 p->host_no, channel, target, lun, aic_inb(p, SSTAT0), in aic7xxx_reset_device() 4803 aic_inb(p, SSTAT0), aic_inb(p, SSTAT1)); in aic7xxx_handle_seqint() 4823 aic_inb(p, SSTAT0), aic_inb(p, SSTAT1)); in aic7xxx_handle_seqint() 4858 while(aic_inb(p, SSTAT0) & SDONE) udelay(1); in aic7xxx_handle_seqint() 5827 aic_inb(p, SSTAT0), aic_inb(p, SSTAT1)); in aic7xxx_handle_scsiint() 5910 aic_inb(p, SIMODE1), aic_inb(p, SSTAT0), in aic7xxx_handle_scsiint() 10377 aic_inb(p, SSTAT0), aic_inb(p, SSTAT1)); in DEF_SCSI_QCMD() 10596 p->host_no, CTL_OF_SCB(scb), aic_inb(p, SSTAT0), in __aic7xxx_abort()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 91 test SSTAT0, SELDO|SELDI jnz selection; 159 test SSTAT0, SELDO|SELDI jz poll_for_selection; 176 test SSTAT0, SELDI|SELDO jz bus_free_sel; 177 test SSTAT0,SELDO jnz select_out; 181 test SSTAT0, TARGET jz initiator_reselect; 327 test SSTAT0, SPIORDY jz .; 421 test SSTAT0, SPIORDY jz .; 443 test SSTAT0, TARGET jz initiator_select; 582 test SSTAT0, SPIORDY jz .; 924 test SSTAT0, TARGET jnz ultra2_dma_loop; [all …]
|
D | aic7xxx_reg.h_shipped | 47 ahc_print_register(NULL, 0, "SSTAT0", 0x0b, regvalue, cur_col, wrap) 270 #define SSTAT0 0x0b
|
D | aic79xx.seq | 82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 112 test SSTAT0, SELDO jnz select_out; 115 test SSTAT0, SELDO jnz select_out; 117 test SSTAT0, SELDI jnz select_in; 162 test SSTAT0, SELDO|SELINGO jnz . + 2; 1222 test SSTAT0, SELDO|SELINGO jnz . + 2; 1738 test SSTAT0, TARGET jnz data_phase_done; 2203 test SSTAT0, SELDO jnz return;
|
D | aic7xxx_reg_print.c_shipped | 104 return (ahc_print_register(SSTAT0_parse_table, 9, "SSTAT0",
|
D | aic7xxx.reg | 234 * the data has been safely transferred. SDONE in SSTAT0 is 281 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0. 300 register SSTAT0 {
|
D | aic79xx_reg_print.c_shipped | 251 return (ahd_print_register(SSTAT0_parse_table, 8, "SSTAT0",
|
D | aic79xx_core.c | 2353 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2608 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint() 2609 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 4279 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 4313 if (ahd_inb(ahd, SSTAT0) & TARGET) in ahd_fetch_devinfo() 7947 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork() 9788 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); in ahd_dump_card_state()
|
D | aic7xxx_core.c | 1552 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 2776 if (ahc_inb(ahc, SSTAT0) & TARGET) in ahc_fetch_devinfo() 5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork() 7217 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_reg.h_shipped | 306 ahd_print_register(NULL, 0, "SSTAT0", 0x4b, regvalue, cur_col, wrap) 1615 #define SSTAT0 0x4b
|
D | aic79xx.reg | 1914 register SSTAT0 { 1930 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0.
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 83 #define SSTAT0 0x0b macro
|
D | aic7xxx.seq | 81 test SSTAT0, SELDO|SELDI jnz selection; 91 test SSTAT0, SELDO|SELDI jnz selection; 234 test SSTAT0,SELDO jnz select_out; 665 test SSTAT0, SDONE jnz .; 667 test SSTAT0, SDONE jnz p_command_ultra2_dma_done; 1093 test SSTAT0,DMADONE jnz dma_dmadone; 1096 test SSTAT0,SDONE jnz dma_checkfifo;
|
D | aic7xxx.reg | 207 * the data has been safely transferred. SDONE in SSTAT0 is 237 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0. 254 register SSTAT0 {
|