Home
last modified time | relevance | path

Searched refs:DMA_RST_SCSI (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/m68k/include/asm/
A Ddvma.h152 #define DMA_RST_SCSI 0x00000080 /* Reset the SCSI controller */ macro
153 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */
229 regs->cond_reg |= (DMA_RST_SCSI); /* assert */ \
231 regs->cond_reg &= ~(DMA_RST_SCSI); /* de-assert */ \
/linux-6.3-rc2/arch/sparc/include/asm/
A Ddma.h40 #define DMA_RST_SCSI 0x00000080 /* Reset the SCSI controller */ macro
41 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */
/linux-6.3-rc2/drivers/scsi/
A Dsun_esp.c240 dma_write32(val | DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
241 dma_write32(val & ~DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
246 dma_write32(DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
349 dma_write32(DMA_RST_SCSI, DMA_CSR); in sbus_esp_dma_invalidate()
500 dma_write32(val & ~DMA_RST_SCSI, DMA_CSR); in esp_sbus_probe_one()
A Dsun3x_esp.c76 dma_write32(val | DMA_RST_SCSI, DMA_CSR); in sun3x_esp_reset_dma()
77 dma_write32(val & ~DMA_RST_SCSI, DMA_CSR); in sun3x_esp_reset_dma()

Completed in 7 milliseconds