Lines Matching refs:B43_DMA_64BIT
349 if (type == B43_DMA_64BIT) { in b43_dmacontroller_base()
431 u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ? in alloc_ringmemory()
445 u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ? in free_ringmemory()
461 offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXCTL : B43_DMA32_RXCTL; in b43_dmacontroller_rx_reset()
464 offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXSTATUS : in b43_dmacontroller_rx_reset()
467 if (type == B43_DMA_64BIT) { in b43_dmacontroller_rx_reset()
501 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS : in b43_dmacontroller_tx_reset()
504 if (type == B43_DMA_64BIT) { in b43_dmacontroller_tx_reset()
519 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXCTL : B43_DMA32_TXCTL; in b43_dmacontroller_tx_reset()
522 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS : in b43_dmacontroller_tx_reset()
525 if (type == B43_DMA_64BIT) { in b43_dmacontroller_tx_reset()
567 case B43_DMA_64BIT: in b43_dma_mapping_error()
695 if (ring->type == B43_DMA_64BIT) { in dmacontroller_setup()
726 if (ring->type == B43_DMA_64BIT) { in dmacontroller_setup()
771 if (ring->type == B43_DMA_64BIT) { in dmacontroller_cleanup()
779 if (ring->type == B43_DMA_64BIT) { in dmacontroller_cleanup()
851 return B43_DMA_64BIT; in dma_mask_to_engine_type()
886 if (type == B43_DMA_64BIT) in b43_setup_dmaring()
1101 if (type != B43_DMA_64BIT) in b43_dma_translation_in_low_word()
1806 if (type == B43_DMA_64BIT) { in direct_fifo_rx()