Home
last modified time | relevance | path

Searched refs:ATPPC_ENABLE_DMA (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Datppc.c483 ~ATPPC_ENABLE_DMA); in atppc_detect_fifo()
651 if (atppc->sc_ecr_intr & ATPPC_ENABLE_DMA) in atppcintr()
1895 ecr |= ATPPC_ENABLE_DMA; in atppc_ecp_read_dma()
1911 ecr &= ~ATPPC_ENABLE_DMA; in atppc_ecp_read_dma()
1922 ecr &= ~ATPPC_ENABLE_DMA; in atppc_ecp_read_pio()
2120 ecr |= ATPPC_ENABLE_DMA; in atppc_fifo_write_dma()
2137 ecr &= ~ATPPC_ENABLE_DMA; in atppc_fifo_write_dma()
2183 ecr &= ~ATPPC_ENABLE_DMA; in atppc_fifo_write_pio()
H A Datppcreg.h52 #define ATPPC_ENABLE_DMA 0x8 /* ecr register - bit 3 */ macro
/netbsd-src/sys/arch/sgimips/hpc/
H A Dpi1ppc.c373 if (atppc->sc_ecr_intr & ATPPC_ENABLE_DMA) in pi1ppcintr()