Lines Matching refs:mmio_base
351 u16 mmio_base, in b43legacy_dmacontroller_rx_reset() argument
361 b43legacy_write32(dev, mmio_base + offset, 0); in b43legacy_dmacontroller_rx_reset()
364 value = b43legacy_read32(dev, mmio_base + offset); in b43legacy_dmacontroller_rx_reset()
382 u16 mmio_base, in b43legacy_dmacontroller_tx_reset() argument
393 value = b43legacy_read32(dev, mmio_base + offset); in b43legacy_dmacontroller_tx_reset()
402 b43legacy_write32(dev, mmio_base + offset, 0); in b43legacy_dmacontroller_tx_reset()
405 value = b43legacy_read32(dev, mmio_base + offset); in b43legacy_dmacontroller_tx_reset()
585 b43legacy_dmacontroller_tx_reset(ring->dev, ring->mmio_base, in dmacontroller_cleanup()
589 b43legacy_dmacontroller_rx_reset(ring->dev, ring->mmio_base, in dmacontroller_cleanup()
622 u16 mmio_base; in supported_dma_mask() local
624 mmio_base = b43legacy_dmacontroller_base(0, 0); in supported_dma_mask()
626 mmio_base + B43legacy_DMA32_TXCTL, in supported_dma_mask()
628 tmp = b43legacy_read32(dev, mmio_base + in supported_dma_mask()
710 ring->mmio_base = b43legacy_dmacontroller_base(type, controller_index); in b43legacy_setup_dmaring()
758 " %d/%d\n", (unsigned int)(ring->type), ring->mmio_base, in b43legacy_destroy_dmaring()