Lines Matching defs:base
27 u32 base;
31 base = get_dma_base(adap->adap_idx);
32 stat = ioread32(pt3->regs[0] + base + OFST_STATUS);
36 iowrite32(0x02, pt3->regs[0] + base + OFST_DMA_CTL);
38 stat = ioread32(pt3->regs[0] + base + OFST_STATUS);
49 u32 base = get_dma_base(adap->adap_idx);
51 iowrite32(0x02, pt3->regs[0] + base + OFST_DMA_CTL);
53 pt3->regs[0] + base + OFST_DMA_DESC_L);
55 pt3->regs[0] + base + OFST_DMA_DESC_H);
56 iowrite32(0x01, pt3->regs[0] + base + OFST_DMA_CTL);