Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H 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 */ \
/openbmc/linux/arch/sparc/include/asm/
H 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 */
/openbmc/linux/drivers/scsi/
H A Dsun_esp.c241 dma_write32(val | DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
242 dma_write32(val & ~DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
247 dma_write32(DMA_RST_SCSI, DMA_CSR); in sbus_esp_reset_dma()
350 dma_write32(DMA_RST_SCSI, DMA_CSR); in sbus_esp_dma_invalidate()
501 dma_write32(val & ~DMA_RST_SCSI, DMA_CSR); in esp_sbus_probe_one()
H 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()