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

  /src/sys/arch/next68k/dev/
nextdmareg.h 65 char *dd_limit; /* dma complete when next == limit */
79 #define DD_LIMIT (DD_NEXT + sizeof(char *))
80 #define DD_START (DD_LIMIT + sizeof(char *))
nextdma.c 407 bus_addr_t dd_limit; local in function:nextdma_setup_curr_regs
417 dd_limit = (stat->nd_map->dm_segs[stat->nd_idx].ds_addr +
422 dd_limit |= 0x80000000;
423 dd_limit += 15;
427 dd_limit = turbo ? 0 : 0xdeadbeef;
431 dd_saved_limit = dd_limit;
443 nd_bsw4(DD_LIMIT, dd_limit);
452 || (nd_bsr4(DD_LIMIT) != dd_limit)
902 u_long dd_limit; local in function:nextdma_print
    [all...]
esp.c 569 (nd_bsr4(DD_LIMIT) & 0x7FFFFFFF)) &&
1513 int l = nd_bsr4(DD_LIMIT) & 0x7FFFFFFF;
1546 (nd_bsr4(DD_LIMIT) & 0x7FFFFFFF))
1562 nd_bsw4(DD_LIMIT,
1586 nd_bsr4(DD_LIMIT) & 0x7FFFFFFF,
1602 nd_bsr4(DD_LIMIT) & 0x7FFFFFFF,
1623 nd_bsw4(DD_LIMIT,

Completed in 16 milliseconds