Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D53c700.c377 NCR_700_writeb(0xff, host, CTEST9_REG); in NCR_700_detect()
634 NCR_700_writeb(ASSERT_RST, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
636 NCR_700_writeb(0, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
671 NCR_700_writeb(hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
672 NCR_700_writeb(burst_length | hostdata->dmode_extra, in NCR_700_chip_setup()
674 NCR_700_writeb(burst_disable | hostdata->ctest7_extra | in NCR_700_chip_setup()
677 NCR_700_writeb(BTB_TIMER_DISABLE, host, CTEST0_REG); in NCR_700_chip_setup()
678 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
681 NCR_700_writeb(BURST_LENGTH_8 | hostdata->dmode_extra, in NCR_700_chip_setup()
683 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
[all …]
D53c700.h501 NCR_700_writeb(__u8 value, struct Scsi_Host *host, __u32 reg) in NCR_700_writeb() function