Home
last modified time | relevance | path

Searched refs:pdc_regs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dbcm-pdc-mailbox.c199 struct pdc_regs { struct
323 struct pdc_regs *regs; /* start of PDC registers */
1296 pdcs->regs = (struct pdc_regs *)pdcs->pdc_reg_vbase; in pdc_hw_init()
1536 struct resource *pdc_regs; in pdc_probe() local
1569 pdc_regs = platform_get_resource(pdev, IORESOURCE_MEM, 0); in pdc_probe()
1570 if (!pdc_regs) { in pdc_probe()
1575 &pdc_regs->start, &pdc_regs->end); in pdc_probe()
1577 pdcs->pdc_reg_vbase = devm_ioremap_resource(&pdev->dev, pdc_regs); in pdc_probe()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dbcm-pdc-mailbox.c199 struct pdc_regs { struct
323 struct pdc_regs *regs; /* start of PDC registers */
1296 pdcs->regs = (struct pdc_regs *)pdcs->pdc_reg_vbase; in pdc_hw_init()
1536 struct resource *pdc_regs; in pdc_probe() local
1569 pdcs->pdc_reg_vbase = devm_platform_get_and_ioremap_resource(pdev, 0, &pdc_regs); in pdc_probe()
1575 &pdc_regs->start, &pdc_regs->end); in pdc_probe()

Completed in 6 milliseconds