Searched refs:bus_get_dma_tag (Results 51 - 75 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c1174 bus_get_dma_tag(dev), /* Parent tag */
1209 bus_get_dma_tag(dev), /* Parent tag */
1237 bus_get_dma_tag(dev), /* Parent tag */
1268 bus_get_dma_tag(dev), /* Parent tag */
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c849 bus_get_dma_tag(sc->dev), /* Parent tag. */
890 bus_get_dma_tag(sc->dev), /* Parent tag. */
921 bus_get_dma_tag(sc->dev), /* Parent tag. */
956 bus_get_dma_tag(sc->dev), /* Parent tag. */
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c1533 bus_get_dma_tag(dev), /* Parent tag. */
1566 bus_get_dma_tag(dev), /* Parent tag. */
1597 bus_get_dma_tag(dev), /* Parent tag. */
1630 bus_get_dma_tag(dev), /* Parent tag. */
/freebsd-11-stable/sys/dev/mps/
H A Dmps_pci.c211 if (bus_dma_tag_create( bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/powerpc/ps3/
H A Dif_glc.c195 err = bus_dma_tag_create(bus_get_dma_tag(dev), 32, 0,
213 err = bus_dma_tag_create(bus_get_dma_tag(dev), 128, 0,
217 err = bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
/freebsd-11-stable/sys/dev/bm/
H A Dif_bm.c347 error = dbdma_allocate_channel(sc->sc_txdmar, 0, bus_get_dma_tag(dev),
349 error += dbdma_allocate_channel(sc->sc_rxdmar, 0, bus_get_dma_tag(dev),
358 error = bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
/freebsd-11-stable/sys/dev/aac/
H A Daac_pci.c443 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_pci.c91 bus_get_dma_tag(dev->dev), /* parent */
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci.c462 DEVMETHOD(bus_get_dma_tag, ixppcib_get_dma_tag),
/freebsd-11-stable/sys/dev/amr/
H A Damr_pci.c256 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* PCI parent */
/freebsd-11-stable/sys/dev/ata/
H A Data-dma.c94 if (bus_dma_tag_create(bus_get_dma_tag(dev), ch->dma.alignment, 0,
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_descdma.c180 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), /* parent */
/freebsd-11-stable/sys/dev/iir/
H A Diir_pci.c304 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/isci/
H A Disci.c413 status = bus_dma_tag_create(bus_get_dma_tag(device),
/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c229 error = bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
/freebsd-11-stable/sys/dev/le/
H A Dif_le_cbus.c282 bus_get_dma_tag(dev), /* parent */
H A Dif_le_isa.c327 bus_get_dma_tag(dev), /* parent */
H A Dif_le_pci.c327 bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_main.c281 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/arm/at91/
H A Dat91_spi.c232 err = bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_fb.c206 bus_get_dma_tag(sc->lf_dev),
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.c478 sc->hs_xact_ctx = vmbus_xact_ctx_create(bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci_pci.c296 /*parent*/bus_get_dma_tag(self),
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_pci.c226 if (bus_dma_tag_create( bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/dev/tx/
H A Dif_tx.c274 error = bus_dma_tag_create(bus_get_dma_tag(dev), 4, 0,
283 error = bus_dma_tag_create(bus_get_dma_tag(dev), 4, 0,
293 error = bus_dma_tag_create(bus_get_dma_tag(dev), 4, 0,
303 error = bus_dma_tag_create(bus_get_dma_tag(dev), 4, 0,

Completed in 183 milliseconds

1234567891011