Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dsm712fb.c44 void __iomem *lfb; /* linear frame buffer */ member
1414 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1575 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1576 if (!sfb->lfb) { in smtcfb_pci_probe()
1585 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1586 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1587 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1589 sfb->lfb += big_addr; in smtcfb_pci_probe()
1590 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
1615 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()
[all …]

Completed in 5 milliseconds