Lines Matching defs:pmuF
328 acb->pmuF = ioremap(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
329 if (!acb->pmuF) {
334 writel(0, &acb->pmuF->host_int_status); /* clear interrupt */
335 writel(ARCMSR_HBFMU_DOORBELL_SYNC, &acb->pmuF->iobound_doorbell);
364 iounmap(acb->pmuF);
655 struct MessageUnit_F __iomem *pmuF;
664 pmuF = acb->pmuF;
666 writel(lower_32_bits(host_buffer_dma | 1), &pmuF->inbound_msgaddr0);
668 writel(upper_32_bits(host_buffer_dma), &pmuF->inbound_msgaddr1);
670 writel(ARCMSR_HBFMU_DOORBELL_SYNC1, &pmuF->iobound_doorbell);
731 QueueDepth = depthTbl[readl(&acb->pmuF->outbound_msgaddr1) & 7];
1191 writel(0, &acb->pmuF->host_int_status);
1192 writel(ARCMSR_HBFMU_DOORBELL_SYNC, &acb->pmuF->iobound_doorbell);
1922 struct MessageUnit_F __iomem *pmu = acb->pmuF;
2620 phbcmu = acb->pmuF;
2832 struct MessageUnit_F __iomem *phbcmu = pACB->pmuF;
3429 struct MessageUnit_F __iomem *reg = pACB->pmuF;
3927 struct MessageUnit_F __iomem *reg = pacb->pmuF;
4093 struct MessageUnit_F __iomem *reg = acb->pmuF;
4211 struct MessageUnit_F __iomem *reg = acb->pmuF;