Searched refs:SWREG_CSR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sparc/dev/ |
H A D | sw.c | 404 csr = SWREG_READ(ncr_sc, SWREG_CSR); in sw_intr() 452 SWREG_WRITE(ncr_sc, SWREG_CSR, 0); in sw_reset_adapter() 454 SWREG_WRITE(ncr_sc, SWREG_CSR, SW_CSR_SCSI_RES); in sw_reset_adapter() 459 SWREG_WRITE(ncr_sc, SWREG_CSR, SW_CSR_SCSI_RES | SW_CSR_INTR_EN); in sw_reset_adapter() 600 csr = SWREG_READ(ncr_sc, SWREG_CSR); in sw_dma_poll() 636 csr = SWREG_READ(ncr_sc, SWREG_CSR); in sw_intr_on() 638 SWREG_WRITE(ncr_sc, SWREG_CSR, csr); in sw_intr_on() 652 csr = SWREG_READ(ncr_sc, SWREG_CSR); in sw_intr_off() 654 SWREG_WRITE(ncr_sc, SWREG_CSR, csr); in sw_intr_off() 675 csr = SWREG_READ(ncr_sc, SWREG_CSR); in sw_dma_setup() [all …]
|
H A D | swreg.h | 75 #define SWREG_CSR (NCR5380REGS_SZ + 12) macro
|