Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dsm712fb.c46 void __iomem *lfb; /* linear frame buffer */ member
1332 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1432 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1433 if (!sfb->lfb) { in smtcfb_pci_probe()
1442 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1443 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1444 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1446 sfb->lfb += big_addr; in smtcfb_pci_probe()
1447 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
1465 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()