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

  /src/sys/arch/next68k/stand/boot/
dmareg.h 58 volatile uint32_t dd_csr; /* control & status register */ member in struct:dma_dev
73 * bits in dd_csr
  /src/sys/arch/next68k/dev/
nextdma.c 285 nd_bsw4(DD_CSR, DMACSR_RESET | DMACSR_CLRCOMPLETE);
286 nd_bsw4(DD_CSR, 0);
296 state = nd_bsr4 (DD_CSR);
331 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE | DMACSR_RESET);
584 state = nd_bsr4(DD_CSR);
728 printf("CLNDMAP: dd->dd_csr = %s\n", sbuf);
745 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE | dmadir);
748 nd_bsw4(DD_CSR,
754 nd_bsw4(DD_CSR, DMACSR_CLRCOMPLETE | DMACSR_RESET);
876 nd_bsw4(DD_CSR, (turbo
899 u_long dd_csr; local in function:nextdma_print
    [all...]

Completed in 12 milliseconds