HomeSort by: relevance | last modified time | path
    Searched defs:nd_bsw4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/next68k/dev/
esp.c 186 #define nd_bsw4(reg, val) \ macro
1520 nd_bsw4(DD_START, stat->nd_map_cont->dm_segs[
1522 nd_bsw4(DD_STOP, (stat->nd_map_cont->dm_segs[
1528 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE |
1555 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE |
1560 nd_bsw4(DD_NEXT,
1562 nd_bsw4(DD_LIMIT,
1567 nd_bsw4(DD_START,
1570 nd_bsw4(DD_STOP,
1577 nd_bsw4(DD_CSR, DMACSR_SETENABLE | DMACSR_CLRCOMPLETE
    [all...]
nextdma.c 162 #define nd_bsw4(reg,val) \ macro
285 nd_bsw4(DD_CSR, DMACSR_RESET | DMACSR_CLRCOMPLETE);
286 nd_bsw4(DD_CSR, 0);
331 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE | DMACSR_RESET);
439 nd_bsw4(DD_NEXT_INITBUF, dd_next);
441 nd_bsw4(DD_NEXT, dd_next);
443 nd_bsw4(DD_LIMIT, dd_limit);
445 nd_bsw4(DD_SAVED_NEXT, dd_saved_next);
447 nd_bsw4(DD_SAVED_LIMIT, dd_saved_limit);
499 nd_bsw4(DD_START, dd_start)
    [all...]

Completed in 16 milliseconds