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

/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Ddmareg.h67 char *dd_stop; /* end of 2nd buf to dma */ member in struct:dma_dev
H A Den.c231 txdma->dd_stop = 0;
316 txdma->dd_stop = dma_buffers[0];
320 rxdma->dd_stop = 0;
378 printf("DEBUG: rxdma->dd_stop = 0x%lx\n",(u_long)rxdma->dd_stop);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdmareg.h65 char *dd_stop; /* end of 2nd buf to dma */
H A Dnextdma.c392 bus_addr_t dd_stop; local
402 dd_stop = (stat->nd_map_cont->dm_segs[stat->nd_idx_cont].ds_addr +
406 dd_stop |= 0x80000000; /* Ethernet transmit needs secret magic */
407 dd_stop += 15;
411 dd_stop = turbo ? 0 : 0xdeadbee0;
415 dd_saved_stop = dd_stop;
423 nd_bsw4 (DD_STOP, dd_stop);
431 || (dd_stop && (nd_bsr4 (DD_STOP) != dd_stop))
809 u_long dd_stop; local
[all...]

Completed in 62 milliseconds