Lines Matching refs:NCR_700_writeb

362 	NCR_700_writeb(0xff, host, CTEST9_REG);  in NCR_700_detect()
619 NCR_700_writeb(ASSERT_RST, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
621 NCR_700_writeb(0, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
656 NCR_700_writeb(hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
657 NCR_700_writeb(burst_length | hostdata->dmode_extra, in NCR_700_chip_setup()
659 NCR_700_writeb(burst_disable | hostdata->ctest7_extra | in NCR_700_chip_setup()
662 NCR_700_writeb(BTB_TIMER_DISABLE, host, CTEST0_REG); in NCR_700_chip_setup()
663 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
666 NCR_700_writeb(BURST_LENGTH_8 | hostdata->dmode_extra, in NCR_700_chip_setup()
668 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
672 NCR_700_writeb(LAST_DIS_ENBL | ENABLE_ACTIVE_NEGATION in NCR_700_chip_setup()
676 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY in NCR_700_chip_setup()
681 NCR_700_writeb(1 << host->this_id, host, SCID_REG); in NCR_700_chip_setup()
682 NCR_700_writeb(0, host, SBCL_REG); in NCR_700_chip_setup()
683 NCR_700_writeb(ASYNC_OPERATION, host, SXFER_REG); in NCR_700_chip_setup()
685 NCR_700_writeb(PHASE_MM_INT | SEL_TIMEOUT_INT | GROSS_ERR_INT | UX_DISC_INT in NCR_700_chip_setup()
688 NCR_700_writeb(ABORT_INT | INT_INST_INT | ILGL_INST_INT, host, DIEN_REG); in NCR_700_chip_setup()
689 NCR_700_writeb(ENABLE_SELECT, host, SCNTL1_REG); in NCR_700_chip_setup()
695 NCR_700_writeb(SYNC_DIV_2_0, host, SBCL_REG); in NCR_700_chip_setup()
696 NCR_700_writeb(ASYNC_DIV_3_0 | hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
701 NCR_700_writeb(SYNC_DIV_1_5, host, SBCL_REG); in NCR_700_chip_setup()
702 NCR_700_writeb(ASYNC_DIV_3_0 | hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
709 NCR_700_writeb(SYNC_DIV_1_0, host, SBCL_REG); in NCR_700_chip_setup()
710 NCR_700_writeb(ASYNC_DIV_2_0 | hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
715 NCR_700_writeb(SYNC_DIV_1_0, host, SBCL_REG); in NCR_700_chip_setup()
716 NCR_700_writeb(ASYNC_DIV_1_5 | hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
720 NCR_700_writeb(SYNC_DIV_1_0, host, SBCL_REG); in NCR_700_chip_setup()
721 NCR_700_writeb(ASYNC_DIV_1_0 | hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
741 NCR_700_writeb(SOFTWARE_RESET_710, host, ISTAT_REG); in NCR_700_chip_reset()
744 NCR_700_writeb(0, host, ISTAT_REG); in NCR_700_chip_reset()
746 NCR_700_writeb(SOFTWARE_RESET, host, DCNTL_REG); in NCR_700_chip_reset()
749 NCR_700_writeb(0, host, DCNTL_REG); in NCR_700_chip_reset()
799 NCR_700_writeb(NCR_700_get_SXFER(SCp->device), in process_extended_message()
1145 NCR_700_writeb(NCR_700_get_SXFER(hostdata->cmd->device), in process_script_interrupt()
1351 NCR_700_writeb(CLR_FIFO_710, host, CTEST8_REG); in NCR_700_clear_fifo()
1353 NCR_700_writeb(CLR_FIFO, host, DFIFO_REG); in NCR_700_clear_fifo()
1362 NCR_700_writeb(FLUSH_DMA_FIFO_710, host, CTEST8_REG); in NCR_700_flush_fifo()
1364 NCR_700_writeb(0, host, CTEST8_REG); in NCR_700_flush_fifo()
1366 NCR_700_writeb(FLUSH_DMA_FIFO, host, DFIFO_REG); in NCR_700_flush_fifo()
1368 NCR_700_writeb(0, host, DFIFO_REG); in NCR_700_flush_fifo()
1456 NCR_700_writeb(NCR_700_get_SXFER(SCp->device), in NCR_700_start_command()