Searched refs:dd_start (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Ddmareg.h66 char *dd_start; /* start of 2nd buf to dma */ member in struct:dma_dev
H A Den.c229 txdma->dd_start = (turbo ? dma_buffers[0] : 0);
319 rxdma->dd_start = 0;
377 printf("DEBUG: rxdma->dd_start = 0x%lx\n",(u_long)rxdma->dd_start);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdmareg.h64 char *dd_start; /* start of 2nd buf to dma */
H A Dnextdma.c391 bus_addr_t dd_start; local
401 dd_start = stat->nd_map_cont->dm_segs[stat->nd_idx_cont].ds_addr;
410 dd_start = turbo ? nd_bsr4 (DD_NEXT) : 0xdeadbee0;
414 dd_saved_start = dd_start;
422 nd_bsw4 (DD_START, dd_start);
427 nd_bsw4 (DD_STOP - 0x40, dd_start);
430 if ((nd_bsr4 (DD_START) != dd_start)
808 u_long dd_start; local
824 dd_start = nd_bsr4 (DD_START);
900 printf("NDMAP: dd->dd_start
[all...]

Completed in 49 milliseconds