Searched refs:SSTAT1 (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.c | 841 SETPORT(SSTAT1, 0xef); in aha152x_probe_one() 902 SETPORT(SSTAT1, SELTO); in setup_expected_interrupts() 1215 SETPORT(SSTAT1, 0xef); in reset_ports() 1397 SETPORT(SSTAT1, CLRBUSFREE); in busfree_run() 1514 SETPORT(SSTAT1, SELTO); in busfree_run() 1542 SETPORT(SSTAT1, CLRBUSFREE); in seldo_run() 1543 SETPORT(SSTAT1, CLRPHASECHG); in seldo_run() 1583 SETPORT(SSTAT1, CLRSELTIMO); in selto_run() 1615 SETPORT(SSTAT1, CLRBUSFREE); in seldi_run() 1616 SETPORT(SSTAT1, CLRPHASECHG); in seldi_run() [all …]
|
D | aha152x.h | 29 #define SSTAT1 (HOSTIOPORT0+0x0c) /* SCSI interrupt status 1 */ macro
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 683 test SSTAT1,REQINIT|BUSFREE jz .; 684 test SSTAT1, BUSFREE jnz poll_for_work; 896 test SSTAT1,PHASEMIS jz .; 927 test SSTAT1,PHASEMIS jz ultra2_dma_loop; 1115 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */ 1266 test SSTAT1, REQINIT jz .; 1268 test SSTAT1,PHASEMIS jz data_phase_loop; 1349 test SSTAT1, REQINIT jnz .; 1443 test SSTAT1, PHASEMIS jz . - 1; 1984 test SSTAT1, REQINIT jz inb_next_wait; [all …]
|
D | aic7xxx_reg.h_shipped | 54 ahc_print_register(NULL, 0, "SSTAT1", 0x0c, regvalue, cur_col, wrap) 290 #define SSTAT1 0x0c
|
D | aic79xx.seq | 920 test SSTAT1, PHASEMIS jnz p_command_xfer_failed; 1327 test SSTAT1,REQINIT|BUSFREE jz .; 1337 test SSTAT1, BUSFREE jnz idle_loop; 1414 test SSTAT1, SCSIPERR jnz phase_lock; 1441 test SSTAT1, SCSIPERR jnz inb_next_wait; 1741 test SSTAT1, REQINIT jz .; 1758 test SSTAT1, REQINIT jnz .; 1893 test SSTAT1, REQINIT jz snapshot_wait_data_valid;
|
D | aic7xxx_reg_print.c_shipped | 122 return (ahc_print_register(SSTAT1_parse_table, 8, "SSTAT1",
|
D | aic79xx_reg_print.c_shipped | 286 return (ahd_print_register(SSTAT1_parse_table, 8, "SSTAT1",
|
D | aic7xxx.reg | 316 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1. 334 register SSTAT1 {
|
D | aic79xx_reg.h_shipped | 131 ahd_print_register(NULL, 0, "SSTAT1", 0x4c, regvalue, cur_col, wrap) 759 #define SSTAT1 0x4c
|
D | aic7xxx_core.c | 1314 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint() 1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1552 status = ahc_inb(ahc, SSTAT1) in ahc_handle_scsiint() 1635 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint() 7149 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx.reg | 1968 register SSTAT1 { 1984 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
|
D | aic79xx_core.c | 2336 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) in ahd_handle_seqint() 2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 9692 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50); in ahd_dump_card_state()
|