Home
last modified time | relevance | path

Searched refs:sc_dma_methods (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/sparc64/pci/
Dpsycho.c504 sc->sc_dma_methods = in psycho_attach()
505 malloc(sizeof(*sc->sc_dma_methods), M_DEVBUF, in psycho_attach()
507 if (sc->sc_dma_methods == NULL) in psycho_attach()
510 memcpy(sc->sc_dma_methods, &iommu_dma_methods, in psycho_attach()
511 sizeof(*sc->sc_dma_methods)); in psycho_attach()
512 sc->sc_dma_methods->dm_dmamap_sync = in psycho_attach()
517 sc->sc_dma_methods = &iommu_dma_methods; in psycho_attach()
528 sc->sc_dma_methods = &iommu_dma_methods; in psycho_attach()
541 dmat->dt_mt = sc->sc_dma_methods; in psycho_attach()
Dpsychovar.h48 struct bus_dma_methods *sc_dma_methods; member
Dschizovar.h51 struct bus_dma_methods sc_dma_methods; member
Dfirevar.h44 struct bus_dma_methods sc_dma_methods; member
Dschizo.c504 memcpy(&sc->sc_dma_methods, &iommu_dma_methods, in schizo_attach()
505 sizeof(sc->sc_dma_methods)); in schizo_attach()
549 dmat->dt_mt = &sc->sc_dma_methods; in schizo_attach()
638 sc->sc_dma_methods.dm_dmamap_sync = in schizo_attach()
675 sc->sc_dma_methods.dm_dmamap_sync = in schizo_attach()
Dfire.c697 memcpy(&sc->sc_dma_methods, &iommu_dma_methods, in fire_attach()
698 sizeof(sc->sc_dma_methods)); in fire_attach()
704 sc->sc_dma_methods.dm_dmamap_sync = fire_dmamap_sync; in fire_attach()
724 dmat->dt_mt = &sc->sc_dma_methods; in fire_attach()