Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dsm712fb.c44 void __iomem *lfb; /* linear frame buffer */ member
1414 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1573 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1574 if (!sfb->lfb) { in smtcfb_pci_probe()
1583 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1584 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1585 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1587 sfb->lfb += big_addr; in smtcfb_pci_probe()
1588 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
1605 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()
[all …]