Home
last modified time | relevance | path

Searched refs:DMA_RST_SCSI (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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 */ \
/kernel/linux/linux-6.6/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 */ \
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/drivers/scsi/
H 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()
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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds