Lines Matching defs:dd_csr
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 ?
878 nd_bsw4(DD_CSR, 0);
889 nd_bsw4(DD_CSR, DMACSR_SETENABLE | dmadir);
891 nd_bsw4(DD_CSR, DMACSR_SETSUPDATE | DMACSR_SETENABLE | dmadir);
899 u_long dd_csr;
916 dd_csr = nd_bsr4(DD_CSR);
992 snprintb(sbuf, sizeof(sbuf), DMACSR_BITS, dd_csr);
993 printf("NDMAP: dd->dd_csr = %s\n", sbuf);