Lines Matching refs:SCSISEQ0
1261 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint()
1484 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint()
1594 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1686 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1732 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) in ahd_handle_scsiint()
2071 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree()
2517 ahd_outb(ahd, SCSISEQ0, in ahd_handle_proto_violation()
2518 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation()
3425 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs()
3611 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3630 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3640 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
7114 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork()
7851 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
7852 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
7856 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
7908 ahd_outb(ahd, SCSISEQ0, 0); in ahd_reset_channel()
8974 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50); in ahd_dump_card_state()