Searched refs:bus_get_dma_tag (Results 101 - 125 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/sound/isa/
H A Dsb8.c739 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
/freebsd-11-stable/sys/dev/sound/pci/
H A Daureal.c638 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
H A Dfm801.c631 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
H A Dich.c1045 if (bus_dma_tag_create(bus_get_dma_tag(dev), 8, 0,
1053 if (bus_dma_tag_create(bus_get_dma_tag(dev), ICH_MIN_BLKSZ, 0,
H A Dvia8233.c1293 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
1310 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
H A Datiixp.c1257 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
1269 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
H A Dds1.c840 if (bus_dma_tag_create(bus_get_dma_tag(sc->dev), 2, 0,
971 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c421 return (bus_get_dma_tag(bus));
437 DEVMETHOD(bus_get_dma_tag, siis_get_dma_tag),
671 if (bus_dma_tag_create(bus_get_dma_tag(dev), 1024, 0,
686 if (bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c732 bus_get_dma_tag(sc->dev),
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ssi.c785 bus_get_dma_tag(sc->dev),
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c251 err = bus_dma_tag_create(bus_get_dma_tag(dev),
H A Dbcm2835_mbox.c310 err = bus_dma_tag_create(bus_get_dma_tag(dev), 16, 0,
H A Dbcm2835_sdhci.c241 err = bus_dma_tag_create(bus_get_dma_tag(dev),
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_ahci.c617 DEVMETHOD(bus_get_dma_tag, ahci_get_dma_tag),
/freebsd-11-stable/sys/dev/isci/
H A Disci_controller.c476 status = bus_dma_tag_create(bus_get_dma_tag(device), 0x1, 0x0,
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_pci.c664 if (mpt_dma_tag_create(mpt, /*parent*/bus_get_dma_tag(mpt->dev),
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h442 #define bus_get_dma_tag(...) (NULL) macro
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3cdrom.c193 err = bus_dma_tag_create(bus_get_dma_tag(dev), 4096, 0,
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c474 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
506 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
615 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
650 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
H A Drt2560.c464 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
496 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
608 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
643 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_pci.c501 if (bus_dma_tag_create(bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h58 #define bus_get_dma_tag(x) NULL macro
/freebsd-11-stable/sys/dev/ntb/
H A Dntb.c212 return (bus_get_dma_tag(bus));
/freebsd-11-stable/sys/sparc64/pci/
H A Dschizo.c134 DEVMETHOD(bus_get_dma_tag, ofw_pci_get_dma_tag),
539 if (bus_dma_tag_create(bus_get_dma_tag(dev), 8, 0,
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c816 parent_dtag = bus_get_dma_tag(sc->vmbus_dev);
1366 sc->vmbus_xc = vmbus_xact_ctx_create(bus_get_dma_tag(sc->vmbus_dev),

Completed in 369 milliseconds

1234567891011