Home
last modified time | relevance | path

Searched refs:SSTAT1 (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/scsi/
Daha152x.c841 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 …]
Daha152x.h29 #define SSTAT1 (HOSTIOPORT0+0x0c) /* SCSI interrupt status 1 */ macro
/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx.seq683 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 …]
Daic7xxx_reg.h_shipped54 ahc_print_register(NULL, 0, "SSTAT1", 0x0c, regvalue, cur_col, wrap)
290 #define SSTAT1 0x0c
Daic79xx.seq920 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;
Daic7xxx_reg_print.c_shipped122 return (ahc_print_register(SSTAT1_parse_table, 8, "SSTAT1",
Daic79xx_reg_print.c_shipped286 return (ahd_print_register(SSTAT1_parse_table, 8, "SSTAT1",
Daic7xxx.reg316 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
334 register SSTAT1 {
Daic79xx_reg.h_shipped131 ahd_print_register(NULL, 0, "SSTAT1", 0x4c, regvalue, cur_col, wrap)
759 #define SSTAT1 0x4c
Daic7xxx_core.c1314 && (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()
Daic79xx.reg1968 register SSTAT1 {
1984 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
Daic79xx_core.c2336 && (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()