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

/freebsd-13-stable/sys/dev/ppc/
H A Dppc_isa.c181 ecr = PPC_ECR_FIFO | PPC_DISABLE_INTR | PPC_ENABLE_DMA;
184 ecr = PPC_ECR_ECP | PPC_DISABLE_INTR | PPC_ENABLE_DMA;
H A Dppcreg.h143 #define PPC_ENABLE_DMA 0x8 /* ecr register - bit 3 */ macro
H A Dppc.c1585 if ((ppc->ppc_avm & PPB_ECP) && (ecr & PPC_ENABLE_DMA)) {
1590 w_ecr(ppc, ecr & ~PPC_ENABLE_DMA);

Completed in 106 milliseconds