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

  /src/sys/arch/next68k/stand/boot/
dmareg.h 67 char *dd_stop; /* end of 2nd buf to dma */ member in struct:dma_dev
en.c 229 txdma->dd_stop = 0;
319 txdma->dd_stop = dma_buffers[0];
323 rxdma->dd_stop = 0;
381 printf("DEBUG: rxdma->dd_stop = 0x%lx\n",(u_long)rxdma->dd_stop);
  /src/sys/arch/next68k/dev/
nextdmareg.h 67 char *dd_stop; /* end of 2nd buf to dma */
81 #define DD_STOP (DD_START + sizeof(char *))
82 #define DD_NEXT_INITBUF (DD_STOP + sizeof(char *) + 0x1f0)
nextdma.c 466 bus_addr_t dd_stop; local in function:nextdma_setup_cont_regs
477 dd_stop =
483 dd_stop |= 0x80000000;
484 dd_stop += 15;
488 dd_stop = turbo ? 0 : 0xdeadbee0;
492 dd_saved_stop = dd_stop;
500 nd_bsw4(DD_STOP, dd_stop);
506 nd_bsw4(DD_STOP - 0x40, dd_start);
510 || (dd_stop && (nd_bsr4(DD_STOP) != dd_stop)
904 u_long dd_stop; local in function:nextdma_print
    [all...]

Completed in 14 milliseconds