HomeSort by: relevance | last modified time | path
    Searched refs:DMACSR_BUSEXC (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
dmareg.h 79 #define DMACSR_BUSEXC 0x10000000 /* bus exception occurred */
scsi.c 401 state = dma->dd_csr & (DMACSR_BUSEXC | DMACSR_COMPLETE
422 state = dma->dd_csr & (DMACSR_BUSEXC | DMACSR_COMPLETE
442 if (state & DMACSR_BUSEXC)
en.c 242 (DMACSR_BUSEXC | DMACSR_COMPLETE
248 if (state & (DMACSR_COMPLETE|DMACSR_BUSEXC)) {
339 (DMACSR_BUSEXC | DMACSR_COMPLETE
  /src/sys/arch/next68k/dev/
nextdmareg.h 93 #define DMACSR_BUSEXC 0x10000000 /* bus exception occurred */
esp.c 1476 if (state & DMACSR_BUSEXC)
1488 if ((state & DMACSR_BUSEXC) && (state & DMACSR_ENABLE))
1534 if ((state & DMACSR_BUSEXC) != 0) {
1544 if ((state & DMACSR_BUSEXC) != 0) {
nextdma.c 305 state &= (DMACSR_BUSEXC | DMACSR_COMPLETE |
619 if ((state & DMACSR_BUSEXC) != 0) {

Completed in 17 milliseconds