Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
D53c700.c386 NCR_700_writeb(0xff, host, CTEST9_REG); in NCR_700_detect()
648 NCR_700_writeb(ASSERT_RST, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
650 NCR_700_writeb(0, host, SCNTL1_REG); in NCR_700_internal_bus_reset()
685 NCR_700_writeb(hostdata->dcntl_extra, host, DCNTL_REG); in NCR_700_chip_setup()
686 NCR_700_writeb(burst_length | hostdata->dmode_extra, in NCR_700_chip_setup()
688 NCR_700_writeb(burst_disable | hostdata->ctest7_extra | in NCR_700_chip_setup()
691 NCR_700_writeb(BTB_TIMER_DISABLE, host, CTEST0_REG); in NCR_700_chip_setup()
692 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
695 NCR_700_writeb(BURST_LENGTH_8 | hostdata->dmode_extra, in NCR_700_chip_setup()
697 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
[all …]
D53c700.h505 NCR_700_writeb(__u8 value, struct Scsi_Host *host, __u32 reg) in NCR_700_writeb() function