HomeSort by: relevance | last modified time | path
    Searched refs:DMA_B (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
dma.c 130 #define DMA_B 0
204 * Determine the DMA type. A DMA_A or DMA_B will fail the
220 sc->sc_type = (rev == 'B') ? DMA_B : DMA_C;
285 if (sc->sc_type == DMA_B && sc->sc_ipl != 3) {
417 if (sc->sc_type == DMA_B && (flags & DMAGO_LWORD))
461 && (sc->sc_type != DMA_B ||
dmareg.h 117 if (sc->sc_type == DMA_B) { \

Completed in 15 milliseconds