txp_hostvar
struct txp_hostvar *hv = sc->sc_hostvar;
sizeof(struct txp_hostvar), BUS_DMASYNC_PREREAD);
sizeof(struct txp_hostvar), BUS_DMASYNC_POSTREAD);
sizeof(struct txp_hostvar), BUS_DMASYNC_PREREAD);
struct txp_hostvar *hv = sc->sc_hostvar;
struct txp_hostvar *hv = sc->sc_hostvar;
struct txp_hostvar *hv = sc->sc_hostvar;
struct txp_hostvar *hv = sc->sc_hostvar;
sizeof(struct txp_hostvar), BUS_DMASYNC_POSTWRITE|BUS_DMASYNC_POSTREAD);
sizeof(struct txp_hostvar), BUS_DMASYNC_POSTWRITE|BUS_DMASYNC_POSTREAD);
struct txp_hostvar *hv = sc->sc_hostvar;
if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
bzero(sc->sc_host_dma.dma_vaddr, sizeof(struct txp_hostvar));
sc->sc_hostvar = (struct txp_hostvar *)sc->sc_host_dma.dma_vaddr;
struct txp_hostvar *sc_hostvar;