Home
last modified time | relevance | path

Searched refs:BHND_DMA_ADDR_64BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/mips/broadcom/
Dbhnd_nexus.c235 KASSERT(width > 0 && width <= BHND_DMA_ADDR_64BIT, in bhnd_nexus_get_dma_translation()
/freebsd-12-stable/sys/dev/bwn/
Dif_bwn.c1335 mac->mac_dmatype = BHND_DMA_ADDR_64BIT; in bwn_attach_core()
2743 if (mac->mac_dmatype == BHND_DMA_ADDR_64BIT) { in bwn_dma_rxdirectfifo()
2793 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_base()
2845 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_ringsetup()
3291 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3315 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3354 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_cleanup()
3361 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_cleanup()
3413 offset = (type == BHND_DMA_ADDR_64BIT) ? BWN_DMA64_TXSTATUS : in bwn_dma_tx_reset()
3416 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_tx_reset()
[all …]
/freebsd-12-stable/sys/dev/bhnd/
Dbhnd.h259 BHND_DMA_ADDR_64BIT = 64, /**< 64-bit DMA */ enumerator