HomeSort by: relevance | last modified time | path
    Searched defs:dd_stop (Results 1 - 2 of 2) 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
  /src/sys/arch/next68k/dev/
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 43 milliseconds