Lines Matching refs:SCSISEQ0
1281 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint()
1500 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint()
1611 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1703 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1743 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) in ahd_handle_scsiint()
2076 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree()
2520 ahd_outb(ahd, SCSISEQ0, in ahd_handle_proto_violation()
2521 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation()
3437 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs()
3622 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3641 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3651 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
6847 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork()
7583 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
7584 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
7588 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
7634 ahd_outb(ahd, SCSISEQ0, 0); in ahd_reset_channel()
8719 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50); in ahd_dump_card_state()