Searched refs:dvma_kvtopa (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Ddvma.h61 u_long dvma_kvtopa(void *, int);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_le.c154 sc->sc_addr = dvma_kvtopa(sc->sc_mem, ca->ca_bustype);
H A Dxy.c373 (struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype);
1167 dp = dvma_kvtopa(iorq->dbuf, iorq->xyc->bustype);
1390 iopbaddr = dvma_kvtopa(iopb, xycsc->bustype);
1469 dvma_kvtopa(iopb, xycsc->bustype);
1556 addr = dvma_kvtopa(xycsc->ciopb, xycsc->bustype);
1782 addr = dvma_kvtopa(iorq->dbuf, xycsc->bustype);
H A Dsi_obio.c361 cmd_pa = dvma_kvtopa(cmd, BUS_OBIO);
H A Dxd.c428 xdc->dvmaiopb = (struct xd_iopb *)dvma_kvtopa(xdc->iopbase,
1288 dvma_kvtopa(iorq->dbuf, iorq->xdc->bustype);
1517 iopbaddr = dvma_kvtopa(iorq->iopb, xdcsc->bustype);
1882 dvma_kvtopa(iorq->dbuf, xdcsc->bustype);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Ddvma.c148 dvma_kvtopa(void *kva, int bustype) function
154 panic("dvma_kvtopa: bad dmva addr=0x%lx", addr);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Ddvma.c135 dvma_kvtopa(void *kva, int bustype) function
141 panic("dvma_kvtopa: bad dmva addr=0x%lx", addr);

Completed in 193 milliseconds