Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c2622 if (type == BWN_DMA_64BIT) { in bwn_dma_rxdirectfifo()
2664 return (BWN_DMA_64BIT); in bwn_dma_mask2type()
2704 if (type == BWN_DMA_64BIT) { in bwn_dma_base()
2756 if (type == BWN_DMA_64BIT) { in bwn_dma_ringsetup()
3173 if (dr->dr_type == BWN_DMA_64BIT) { in bwn_dma_setup()
3204 if (dr->dr_type == BWN_DMA_64BIT) { in bwn_dma_setup()
3248 if (dr->dr_type == BWN_DMA_64BIT) { in bwn_dma_cleanup()
3311 if (type == BWN_DMA_64BIT) { in bwn_dma_tx_reset()
3332 if (type == BWN_DMA_64BIT) { in bwn_dma_tx_reset()
3371 if (type == BWN_DMA_64BIT) { in bwn_dma_rx_reset()
[all …]
H A Dif_bwnvar.h584 #define BWN_DMA_64BIT 64 macro