Home
last modified time | relevance | path

Searched refs:NCR_700_writeb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A D53c700.c387 NCR_700_writeb(0xff, host, CTEST9_REG); in NCR_700_detect()
649 NCR_700_writeb(ASSERT_RST, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
651 NCR_700_writeb(0, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
686 NCR_700_writeb(hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
687 NCR_700_writeb(burst_length | hostdata->dmode_extra, in NCR_700_chip_setup()
689 NCR_700_writeb(burst_disable | hostdata->ctest7_extra | in NCR_700_chip_setup()
692 NCR_700_writeb(BTB_TIMER_DISABLE, host, CTEST0_REG); in NCR_700_chip_setup()
693 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
696 NCR_700_writeb(BURST_LENGTH_8 | hostdata->dmode_extra, in NCR_700_chip_setup()
698 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
[all …]
H A D53c700.h505 NCR_700_writeb(__u8 value, struct Scsi_Host *host, __u32 reg) in NCR_700_writeb() function