Home
last modified time | relevance | path

Searched refs:sc_cdseg (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/sgimips/hpc/
H A Dsqvar.h131 bus_dma_segment_t sc_cdseg; member
H A Dif_sq.c203 PAGE_SIZE, PAGE_SIZE, &sc->sc_cdseg, 1, &sc->sc_ncdseg, in sq_attach()
209 if ((err = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_ncdseg, in sq_attach()
361 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_ncdseg); in sq_attach()
/netbsd-src/sys/dev/pci/
H A Dif_casvar.h177 bus_dma_segment_t sc_cdseg; /* control data memory */ member
H A Dif_cas.c493 sizeof(struct cas_control_data), CAS_PAGE_SIZE, 0, &sc->sc_cdseg, in cas_config()
502 if ((error = bus_dmamem_map(sc->sc_dmatag, &sc->sc_cdseg, in cas_config()
799 bus_dmamem_free(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg); in cas_detach()
/netbsd-src/sys/arch/mips/atheros/dev/
H A Daevar.h156 bus_dma_segment_t sc_cdseg; /* control data memory */ member
H A Dif_ae.c275 sizeof(struct ae_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in ae_attach()
282 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in ae_attach()
434 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in ae_attach()
516 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in ae_detach()
/netbsd-src/sys/dev/ic/
H A Dgemvar.h176 bus_dma_segment_t sc_cdseg; /* control data memory */ member
H A Di82557var.h211 bus_dma_segment_t sc_cdseg; /* control dma segment */ member
H A Dtulipvar.h411 bus_dma_segment_t sc_cdseg; /* control data memory */ member
H A Datwvar.h207 bus_dma_segment_t sc_cdseg; /* control data memory */ member
H A Dgem.c218 bus_dmamem_free(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg); in gem_detach()
266 0, &sc->sc_cdseg, 1, &sc->sc_cdnseg, 0)) != 0) { in gem_attach()
275 if ((error = bus_dmamem_map(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg, in gem_attach()
H A Datw.c538 sizeof(struct atw_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in atw_attach()
546 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in atw_attach()
854 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in atw_attach()
2726 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in atw_detach()
H A Di82557.c298 sc->sc_cdseg = seg; in fxp_attach()
2536 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in fxp_detach()
H A Dtulip.c394 sizeof(struct tulip_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in tlp_attach()
401 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in tlp_attach()
566 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in tlp_attach()
654 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in tlp_detach()