Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c1331 mac->mac_dmatype = BHND_DMA_ADDR_64BIT; in bwn_attach_core()
2789 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_base()
2841 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_ringsetup()
3287 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3311 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3350 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_cleanup()
3412 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_tx_reset()
3434 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_tx_reset()
3474 if (type == BHND_DMA_ADDR_64BIT) { in bwn_dma_rx_reset()
7159 case BHND_DMA_ADDR_64BIT: in bwn_dma_attach()
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd.h252 BHND_DMA_ADDR_64BIT = 64, /**< 64-bit DMA */ enumerator