Lines Matching refs:B43_DMA_64BIT
336 if (type == B43_DMA_64BIT) { in b43_dmacontroller_base()
418 u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ? in alloc_ringmemory()
432 u16 ring_mem_size = (ring->type == B43_DMA_64BIT) ? in free_ringmemory()
448 offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXCTL : B43_DMA32_RXCTL; in b43_dmacontroller_rx_reset()
451 offset = (type == B43_DMA_64BIT) ? B43_DMA64_RXSTATUS : in b43_dmacontroller_rx_reset()
454 if (type == B43_DMA_64BIT) { in b43_dmacontroller_rx_reset()
488 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS : in b43_dmacontroller_tx_reset()
491 if (type == B43_DMA_64BIT) { in b43_dmacontroller_tx_reset()
506 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXCTL : B43_DMA32_TXCTL; in b43_dmacontroller_tx_reset()
509 offset = (type == B43_DMA_64BIT) ? B43_DMA64_TXSTATUS : in b43_dmacontroller_tx_reset()
512 if (type == B43_DMA_64BIT) { in b43_dmacontroller_tx_reset()
554 case B43_DMA_64BIT: in b43_dma_mapping_error()
682 if (ring->type == B43_DMA_64BIT) { in dmacontroller_setup()
713 if (ring->type == B43_DMA_64BIT) { in dmacontroller_setup()
758 if (ring->type == B43_DMA_64BIT) { in dmacontroller_cleanup()
766 if (ring->type == B43_DMA_64BIT) { in dmacontroller_cleanup()
810 return B43_DMA_64BIT; in b43_engine_type()
817 return B43_DMA_64BIT; in b43_engine_type()
860 if (type == B43_DMA_64BIT) in b43_setup_dmaring()
1039 if (type != B43_DMA_64BIT) in b43_dma_translation_in_low_word()
1744 if (type == B43_DMA_64BIT) { in direct_fifo_rx()