Lines Matching defs:pmuF
321 acb->pmuF = ioremap(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
322 if (!acb->pmuF) {
327 writel(0, &acb->pmuF->host_int_status); /* clear interrupt */
328 writel(ARCMSR_HBFMU_DOORBELL_SYNC, &acb->pmuF->iobound_doorbell);
357 iounmap(acb->pmuF);
648 struct MessageUnit_F __iomem *pmuF;
657 pmuF = acb->pmuF;
659 writel(lower_32_bits(host_buffer_dma | 1), &pmuF->inbound_msgaddr0);
661 writel(upper_32_bits(host_buffer_dma), &pmuF->inbound_msgaddr1);
663 writel(ARCMSR_HBFMU_DOORBELL_SYNC1, &pmuF->iobound_doorbell);
724 QueueDepth = depthTbl[readl(&acb->pmuF->outbound_msgaddr1) & 7];
1192 writel(0, &acb->pmuF->host_int_status);
1193 writel(ARCMSR_HBFMU_DOORBELL_SYNC, &acb->pmuF->iobound_doorbell);
1930 struct MessageUnit_F __iomem *pmu = acb->pmuF;
2625 phbcmu = acb->pmuF;
2837 struct MessageUnit_F __iomem *phbcmu = pACB->pmuF;
3424 struct MessageUnit_F __iomem *reg = pACB->pmuF;
3922 struct MessageUnit_F __iomem *reg = pacb->pmuF;
4088 struct MessageUnit_F __iomem *reg = acb->pmuF;
4206 struct MessageUnit_F __iomem *reg = acb->pmuF;