pdc_regs          323 drivers/mailbox/bcm-pdc-mailbox.c 	struct pdc_regs *regs;    /* start of PDC registers */
pdc_regs         1296 drivers/mailbox/bcm-pdc-mailbox.c 	pdcs->regs = (struct pdc_regs *)pdcs->pdc_reg_vbase;
pdc_regs         1536 drivers/mailbox/bcm-pdc-mailbox.c 	struct resource *pdc_regs;
pdc_regs         1569 drivers/mailbox/bcm-pdc-mailbox.c 	pdc_regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
pdc_regs         1570 drivers/mailbox/bcm-pdc-mailbox.c 	if (!pdc_regs) {
pdc_regs         1575 drivers/mailbox/bcm-pdc-mailbox.c 		&pdc_regs->start, &pdc_regs->end);
pdc_regs         1577 drivers/mailbox/bcm-pdc-mailbox.c 	pdcs->pdc_reg_vbase = devm_ioremap_resource(&pdev->dev, pdc_regs);