Searched refs:PPC_ENABLE_DMA (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/ppc/
H A Dppc_isa.c180 ecr = PPC_ECR_FIFO | PPC_DISABLE_INTR | PPC_ENABLE_DMA;
183 ecr = PPC_ECR_ECP | PPC_DISABLE_INTR | PPC_ENABLE_DMA;
H A Dppcreg.h149 #define PPC_ENABLE_DMA 0x8 /* ecr register - bit 3 */ macro
H A Dppc.c1592 if ((ppc->ppc_avm & PPB_ECP) && (ecr & PPC_ENABLE_DMA)) {
1597 w_ecr(ppc, ecr & ~PPC_ENABLE_DMA);

Completed in 77 milliseconds