Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/alpha/pci/
Dtsp_dma.c87 #define EDIFF(a, b) (((a) | WSBA_ENA | WSBA_SG) != ((b) | WSBA_ENA | WSBA_SG))
112 { 0x00800000, 0x00700000, 0x00000000, WSBA_ENA | WSBA_SG }, in tsp_dma_init()
124 ((premap[i].enables & WSBA_SG) == 0 && in tsp_dma_init()
135 if ((premap[i].enables & WSBA_SG) == 0) in tsp_dma_init()
Dtsreg.h146 # define WSBA_SG 2 macro