Lines Matching refs:SCSISEQ0
892 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint()
1112 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint()
1221 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1302 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint()
1672 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree()
2076 ahd_outb(ahd, SCSISEQ0, in ahd_handle_proto_violation()
2077 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation()
2973 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs()
3164 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3183 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
3193 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout()
6686 ahd_outb(ahd, SCSISEQ0, in ahd_pause_and_flushwork()
6687 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_pause_and_flushwork()
6698 ahd_outb(ahd, SCSISEQ0, in ahd_pause_and_flushwork()
6699 ahd_inb(ahd, SCSISEQ0) | ENSELO); in ahd_pause_and_flushwork()
6703 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork()
7388 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
7389 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
7392 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
7443 ahd_outb(ahd, SCSISEQ0, 0); in ahd_reset_channel()
8509 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50); in ahd_dump_card_state()