Home
last modified time | relevance | path

Searched refs:ATPPC_USE_DMA (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Datppcvar.h164 #define ATPPC_USE_DMA 0x02 /* Use DMA */ macro
Datppc.c1485 *val = ((atppc->sc_use & ATPPC_USE_DMA) != 0); in atppc_read_ivar()
1525 atppc->sc_use &= ~ATPPC_USE_DMA; in atppc_write_ivar()
1527 atppc->sc_use |= ATPPC_USE_DMA; in atppc_write_ivar()
1859 (atppc->sc_use & ATPPC_USE_DMA)) { in atppc_ecp_read()
2075 if ((atppc->sc_use & ATPPC_USE_DMA) && in atppc_fifo_write()