Searched refs:SWREG_WRITE (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/sparc/dev/ |
H A D | sw.c | 213 #define SWREG_WRITE(sc, index, v) \ macro 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() 456 SWREG_WRITE(ncr_sc, SWREG_DMA_ADDR, 0); in sw_reset_adapter() 457 SWREG_WRITE(ncr_sc, SWREG_DMA_CNT, 0); in sw_reset_adapter() 459 SWREG_WRITE(ncr_sc, SWREG_CSR, SW_CSR_SCSI_RES | SW_CSR_INTR_EN); in sw_reset_adapter() 638 SWREG_WRITE(ncr_sc, SWREG_CSR, csr); in sw_intr_on() 654 SWREG_WRITE(ncr_sc, SWREG_CSR, csr); in sw_intr_off() 677 SWREG_WRITE(ncr_sc, SWREG_CSR, csr); in sw_dma_setup() 679 SWREG_WRITE(ncr_sc, SWREG_DMA_ADDR, 0); in sw_dma_setup() [all …]
|