Searched refs:fb_pbase (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c223 if (OF_getproplen(node, "address") == sizeof(info->fb_pbase)) {
225 OF_getencprop(node, "address", &info->fb_pbase,
226 sizeof(info->fb_pbase));
230 bus_space_map(sc->sc_memt, info->fb_pbase, info->fb_size,
233 bus_space_map(fdtbus_bs_tag, info->fb_pbase, info->fb_size,
245 info->fb_pbase = n_pciaddrs;
256 info->fb_pbase = i;
263 if (info->fb_pbase == n_pciaddrs) /* No candidates found */
267 OF_decode_addr(node, info->fb_pbase, &sc->sc_memt,
270 bus_space_map(fdtbus_bs_tag, info->fb_pbase, inf
[all...]
H A Dvt_fb.c148 if (info->fb_pbase == 0) {
151 *paddr = info->fb_pbase + offset;
482 if (info->fb_pbase == 0 && info->fb_vbase == 0)
/freebsd-current/sys/dev/vt/hw/efifb/
H A Defifb.c164 info->fb_pbase = efifb->fb_addr;
165 info->fb_vbase = (intptr_t)pmap_mapdev_attr(info->fb_pbase,
/freebsd-current/sys/dev/vt/hw/vbefb/
H A Dvbefb.c144 info->fb_pbase = vbefb->fb_addr;
145 info->fb_vbase = (intptr_t)pmap_mapdev_attr(info->fb_pbase,
/freebsd-current/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c205 ofw_reg_to_paddr(node, 0, &sc->fb_pbase, &size, NULL);
206 sc->fb_vbase = (intptr_t)pmap_mapdev_attr(sc->fb_pbase,
/freebsd-current/sys/dev/fb/
H A Dfbd.c174 if (info->fb_pbase == 0)
177 *paddr = info->fb_pbase + offset;
209 (uintmax_t)entry->fb_info->fb_pbase);
/freebsd-current/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c602 sc->fb.fb_pbase = (vm_paddr_t)user_phys;
604 sc->fb.fb_pbase = find_pci_host_address(node);
621 sc->fb.fb_pbase = (vm_paddr_t)fb_phys;
673 sc->fb.fb_pbase = (vm_paddr_t)fb_phys;
680 if (!sc->fb.fb_pbase)
683 bus_space_map(sc->sc_memt, sc->fb.fb_pbase, sc->fb.fb_size,
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c338 WRITE4(sc, DCU_CTRLDESCLn_3(0), sc->sc_info.fb_pbase);
417 sc->sc_info.fb_pbase = (intptr_t)vtophys(sc->sc_info.fb_vbase);
422 printf("pbase == 0x%08x\n", sc->sc_info.fb_pbase);
/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_diu.c299 sc->sc_planes[0]->bitmap_address = htole32(sc->sc_info.fb_pbase);
408 sc->sc_info.fb_pbase = (intptr_t)vtophys(sc->sc_info.fb_vbase);
/freebsd-current/sys/sys/
H A Dfbio.h146 vm_paddr_t fb_pbase; /* For FB mmap. */ member in struct:fb_info
/freebsd-current/sys/powerpc/ps3/
H A Dps3_syscons.c145 sc->fb_info.fb_pbase = fb_paddr;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c124 sc->info.fb_pbase = fb.base;
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_fb.c173 info->fb_pbase = bo->pbase;
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c314 sc->vtgpu_fb_info.fb_pbase = pmap_kextract(sc->vtgpu_fb_info.fb_vbase);
568 s.req.mem[0].addr = htole64(sc->vtgpu_fb_info.fb_pbase);
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd.c814 sc->sc_fb_info.fb_pbase = sc->sc_fb_phys;
/freebsd-current/sys/dev/usb/video/
H A Dudl.c421 sc->sc_fb_info.fb_pbase = 0;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ipu.c1041 sc->sc_fb_info.fb_pbase = sc->sc_fb_phys;

Completed in 307 milliseconds