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

  /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...]
esp.c 1514 int s = nd_bsr4(DD_STOP);
1522 nd_bsw4(DD_STOP, (stat->nd_map_cont->dm_segs[
1570 nd_bsw4(DD_STOP,
1588 nd_bsr4(DD_STOP) & 0x7FFFFFFF);
1604 nd_bsr4(DD_STOP) & 0x7FFFFFFF);
1632 nd_bsw4(DD_STOP,

Completed in 13 milliseconds