Searched refs:bus_get_dma_tag (Results 26 - 50 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/aic7xxx/
H A Dahc_isa.c256 error = aic_dma_tag_create(ahc, /*parent*/bus_get_dma_tag(dev),
H A Dahd_pci.c110 error = aic_dma_tag_create(ahd, /*parent*/bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/an/
H A Dif_an_pci.c192 error = bus_dma_tag_create(bus_get_dma_tag(dev),/* parent */
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl_pci.c177 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_dbdma.c264 bus_get_dma_tag(dev), 256, &sc->dbdma);
/freebsd-11-stable/sys/dev/ida/
H A Dida_eisa.c298 /* parent */ bus_get_dma_tag(dev),
H A Dida_pci.c261 /* parent */ bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/ips/
H A Dips_pci.c123 if (bus_dma_tag_create( /* PCI parent */bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo_pci.c221 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c85 bus_get_dma_tag(dev->pdev->dev.bsddev),
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c296 error = bus_dma_tag_create(bus_get_dma_tag(dev),/* PCI parent */
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_soc.c443 return (bus_get_dma_tag(bus));
458 DEVMETHOD(bus_get_dma_tag, mvs_get_dma_tag),
H A Dmvs_pci.c497 return (bus_get_dma_tag(bus));
512 DEVMETHOD(bus_get_dma_tag, mvs_get_dma_tag),
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia82c686.c556 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
573 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev), /*alignment*/2,
H A Dhdspe.c155 if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(sc->dev),
/freebsd-11-stable/sys/dev/ismt/
H A Dismt.c619 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE,
624 bus_dma_tag_create(bus_get_dma_tag(dev), 4, PAGE_SIZE,
/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c611 return (bus_get_dma_tag(bus));
631 DEVMETHOD(bus_get_dma_tag, vga_pci_get_dma_tag),
/freebsd-11-stable/sys/dev/advansys/
H A Dadv_isa.c229 /* parent */ bus_get_dma_tag(dev),
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c346 DEVMETHOD(bus_get_dma_tag, bus_generic_get_dma_tag),
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c381 bus_get_dma_tag(dev),
/freebsd-11-stable/sys/arm/at91/
H A Dif_ate.c567 if (bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
578 if (bus_dma_tag_create(bus_get_dma_tag(dev), sizeof(eth_rx_desc_t),
593 if (bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0,
638 if (bus_dma_tag_create(bus_get_dma_tag(dev), sizeof(eth_tx_desc_t),
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ahb.c231 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
H A Dif_ath_pci.c308 if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/sparc64/sbus/
H A Ddma_sbus.c231 bus_get_dma_tag(dev), /* parent */
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_pci.c234 if (bus_dma_tag_create( bus_get_dma_tag(dev), /* PCI parent */

Completed in 274 milliseconds

1234567891011