Searched refs:sc_txbuf_phys (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dif_mcvar.h86 bus_addr_t sc_txbuf_phys, sc_rxbuf_phys; member in struct:mc_softc
/netbsd-current/sys/arch/macppc/dev/
H A Dif_mcvar.h87 int sc_txbuf_phys, sc_rxbuf_phys; member in struct:mc_softc
H A Dif_mc.c143 sc->sc_txbuf_phys = kvtop(sc->sc_txbuf);
217 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_LAST, 0, len, sc->sc_txbuf_phys,
343 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_LAST, 0, 0, sc->sc_txbuf_phys,
/netbsd-current/sys/arch/dreamcast/dev/maple/
H A Dmaplevar.h184 uint32_t sc_txbuf_phys; /* 29-bit physical address */ member in struct:maple_softc
H A Dmaple.c233 sc->sc_txbuf_phys = SH3_P2SEG_TO_PHYS(p);
501 MAPLE_DMAADDR = sc->sc_txbuf_phys;
510 MAPLE_DMAADDR = sc->sc_txbuf_phys;
/netbsd-current/sys/arch/mac68k/obio/
H A Dif_mc_obio.c186 sc->sc_txbuf_phys = sc->sc_dmasegs_tx.ds_addr;
249 psc_reg4(PSC_ENETWR_ADDR + sc->sc_txset) = sc->sc_txbuf_phys + offset;

Completed in 141 milliseconds