Home
last modified time | relevance | path

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

/netbsd/sys/arch/newsmips/apbus/
H A Dif_sn.c142 sc->v_rra[i] = SONIC_GETDMA(sc, p); in snsetup()
145 sc->v_rea = SONIC_GETDMA(sc, p); in snsetup()
150 sc->v_cda = SONIC_GETDMA(sc, p); in snsetup()
158 mtdp->mtd_vtxp = SONIC_GETDMA(sc, p); in snsetup()
179 sc->v_rda = SONIC_GETDMA(sc, p); in snsetup()
193 mtdp->mtd_vbuf = SONIC_GETDMA(sc, p); in snsetup()
792 v = SONIC_GETDMA(sc, sc->rbuf[i]); in initialise_rra()
H A Dif_snvar.h30 #define SONIC_GETDMA(sc, p) (((sc)->sc_flags & F_NWS40S0) == 0 ? \ macro