Searched refs:BFE_PCI_DMA (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfe.c830 /* The chip needs all addresses to be added to BFE_PCI_DMA. */
831 d->bfe_addr = htole32(BFE_ADDR_LO(segs[0].ds_addr) + BFE_PCI_DMA);
854 sc->bfe_dma_offset = BFE_PCI_DMA;
992 * - not forgetting dma addresses need to be added to BFE_PCI_DMA
995 CSR_WRITE_4(sc, BFE_DMATX_ADDR, sc->bfe_tx_dma + BFE_PCI_DMA);
999 CSR_WRITE_4(sc, BFE_DMARX_ADDR, sc->bfe_rx_dma + BFE_PCI_DMA);
1560 /* The chip needs all addresses to be added to BFE_PCI_DMA. */
1562 BFE_PCI_DMA);
H A Dif_bfereg.h419 #define BFE_PCI_DMA 0x40000000 macro

Completed in 101 milliseconds