Home
last modified time | relevance | path

Searched refs:DMA_HNDL_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/m68k/include/asm/
A Ddvma.h146 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
197 #define DMA_ERROR_P(regs) ((((regs)->cond_reg) & DMA_HNDL_ERROR))
198 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/linux-6.3-rc2/arch/sparc/include/asm/
A Ddma.h34 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
/linux-6.3-rc2/drivers/scsi/
A Dsun3x_esp.c66 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)) in sun3x_esp_irq_pending()
153 if (csr & DMA_HNDL_ERROR) in sun3x_esp_dma_error()
A Dsun_esp.c216 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)) in sbus_esp_irq_pending()
434 if (csr & DMA_HNDL_ERROR) in sbus_esp_dma_error()
/linux-6.3-rc2/drivers/net/ethernet/amd/
A Dsunlance.c438 if (!(csr & DMA_HNDL_ERROR)) { in init_restart_ledma()

Completed in 9 milliseconds