Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsm712fb.c44 void __iomem *lfb; /* linear frame buffer */ member
1390 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()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsm712fb.c50 void __iomem *lfb; /* linear frame buffer */ member
1390 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1554 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1555 if (!sfb->lfb) { in smtcfb_pci_probe()
1564 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1565 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1566 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1568 sfb->lfb += big_addr; in smtcfb_pci_probe()
1569 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
[all...]

Completed in 4 milliseconds