Searched refs:DMA_RST_SCSI (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | dvma.h | 152 #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 D | dvma.h | 152 #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 D | dma.h | 40 #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 D | dma.h | 40 #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 D | sun_esp.c | 240 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 D | sun3x_esp.c | 76 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 D | sun_esp.c | 241 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 D | sun3x_esp.c | 76 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