Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/
Dsm712fb.c45 void __iomem *lfb; /* linear frame buffer */ member
1391 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1556 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1557 if (!sfb->lfb) { in smtcfb_pci_probe()
1566 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1567 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1568 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1570 sfb->lfb += big_addr; in smtcfb_pci_probe()
1571 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
1596 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()
[all …]