Home
last modified time | relevance | path

Searched refs:dp_regs (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/video/fbdev/
Dsm712fb.c46 void __iomem *dp_regs; /* drawing processor control regs */ member
1567 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1587 sfb->dp_regs = ioremap(mmio_base, 0x00200000 + smem_size); in smtcfb_pci_probe()
1588 if (!sfb->dp_regs) { in smtcfb_pci_probe()
1596 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()
1598 sfb->dp_regs + 0x000c0000); in smtcfb_pci_probe()
1599 sfb->vp_regs = sfb->dp_regs + 0x800; in smtcfb_pci_probe()