Searched refs:lfb (Results 1 – 2 of 2) sorted by relevance
44 void __iomem *lfb; /* linear frame buffer */ member1390 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()1551 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()1552 if (!sfb->lfb) { in smtcfb_pci_probe()1561 sfb->lfb + 0x00700000); in smtcfb_pci_probe()1562 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()1563 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()1565 sfb->lfb += big_addr; in smtcfb_pci_probe()1566 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()1591 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()[all …]
1679 XORG_DRIVER_LIBS="-lXorg.exe -L\${moduledir} -lshadow -lfb -no-undefined"