Lines Matching refs:outb

586    outb(0, port_base + SCSI_Cntl);  in fdomain_make_bus_idle()
587 outb(0, port_base + SCSI_Mode_Cntl); in fdomain_make_bus_idle()
589 outb(0x21 | PARITY_MASK, port_base + TMC_Cntl); /* Clear forced intr. */ in fdomain_make_bus_idle()
591 outb(0x01 | PARITY_MASK, port_base + TMC_Cntl); in fdomain_make_bus_idle()
620 outb( 0x80, port + IO_Control ); in fdomain_is_valid_port()
622 outb( 0x00, port + IO_Control ); in fdomain_is_valid_port()
640 outb( i, port_base + Write_Loopback ); in fdomain_test_loopback()
1044 outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */
1045 outb(adapter_mask, port_base + SCSI_Data_NoACK); /* Set our id bit */
1046 outb(0x04 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */
1077 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */ in fdomain_select()
1078 outb(adapter_mask | (1 << target), port_base + SCSI_Data_NoACK); in fdomain_select()
1081 outb(PARITY_MASK, port_base + TMC_Cntl); in fdomain_select()
1089 outb(0x80, port_base + SCSI_Cntl); in fdomain_select()
1114 outb(0x00, port_base + Interrupt_Cntl); in my_done()
1146 outb(0x00, port_base + Interrupt_Cntl); in do_fdomain_16x0_intr()
1183 outb(0x40 | FIFO_COUNT, port_base + Interrupt_Cntl); in do_fdomain_16x0_intr()
1185 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */ in do_fdomain_16x0_intr()
1186 outb(adapter_mask | (1 << scmd_id(current_SC)), port_base + SCSI_Data_NoACK); in do_fdomain_16x0_intr()
1189 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1211 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1215 outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl); in do_fdomain_16x0_intr()
1216 outb(0x80, port_base + SCSI_Cntl); in do_fdomain_16x0_intr()
1232 outb(current_SC->cmnd[current_SC->SCp.sent_command++], in do_fdomain_16x0_intr()
1242 outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1248 outb(0x90 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1268 outb(MESSAGE_REJECT, port_base + Write_SCSI_Data); /* Reject */ in do_fdomain_16x0_intr()
1292 outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1297 outb(0x90 | PARITY_MASK, port_base + TMC_Cntl); in do_fdomain_16x0_intr()
1313 outb(*current_SC->SCp.ptr++, port_base + Write_FIFO); in do_fdomain_16x0_intr()
1409 outb(0xd0 | FIFO_COUNT, port_base + Interrupt_Cntl); in do_fdomain_16x0_intr()
1410 outb(0x00, port_base + SCSI_Cntl); in do_fdomain_16x0_intr()
1412 outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl); in do_fdomain_16x0_intr()
1461 outb(0x00, port_base + Interrupt_Cntl); in fdomain_16x0_queue_lck()
1462 outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */ in fdomain_16x0_queue_lck()
1463 outb(adapter_mask, port_base + SCSI_Data_NoACK); /* Set our id bit */ in fdomain_16x0_queue_lck()
1465 outb(0x20, port_base + Interrupt_Cntl); in fdomain_16x0_queue_lck()
1466 outb(0x14 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */ in fdomain_16x0_queue_lck()
1509 outb( 0x0a, 0xa0 ); in DEF_SCSI_QCMD()
1511 outb( 0x0a, 0x20 ); in DEF_SCSI_QCMD()
1513 outb( 0x0b, 0xa0 ); in DEF_SCSI_QCMD()
1515 outb( 0x0b, 0x20 ); in DEF_SCSI_QCMD()
1577 outb(1, port_base + SCSI_Cntl); in fdomain_16x0_bus_reset()
1579 outb(0, port_base + SCSI_Cntl); in fdomain_16x0_bus_reset()
1581 outb(0, port_base + SCSI_Mode_Cntl); in fdomain_16x0_bus_reset()
1582 outb(PARITY_MASK, port_base + TMC_Cntl); in fdomain_16x0_bus_reset()