Searched refs:fb_phys (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/powerpc/ofw/ |
| H A D | ofw_syscons.c | 231 uint32_t fb_phys; in ofwfb_configure() local 313 if (OF_getproplen(node, "address") == sizeof(fb_phys)) { in ofwfb_configure() 314 OF_getprop(node, "address", &fb_phys, sizeof(fb_phys)); in ofwfb_configure() 316 bus_space_map(sc->sc_tag, fb_phys, sc->sc_height * in ofwfb_configure() 326 fb_phys = sc->sc_num_pciaddrs; in ofwfb_configure() 338 fb_phys = i; in ofwfb_configure() 345 if (fb_phys == sc->sc_num_pciaddrs) in ofwfb_configure() 348 OF_decode_addr(node, fb_phys, &sc->sc_tag, &sc->sc_addr, NULL); in ofwfb_configure()
|
| /freebsd-13.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 492 bus_addr_t fb_phys; in ofwfb_init() local 615 fb_phys = adr[0]; in ofwfb_init() 619 fb_phys = ((uint64_t)adr[0] << 32) | adr[1]; in ofwfb_init() 626 sc->fb.fb_pbase = (vm_paddr_t)fb_phys; in ofwfb_init() 675 if (ofw_reg_to_paddr(node, j, &fb_phys, &fb_phys_size, NULL) < 0) in ofwfb_init() 678 sc->fb.fb_pbase = (vm_paddr_t)fb_phys; in ofwfb_init()
|
| /freebsd-13.1/sys/arm/versatile/ |
| H A D | versatile_clcd.c | 130 bus_addr_t fb_phys; member 306 dma_size, versatile_fb_dmamap_cb, &sc->fb_phys, BUS_DMA_NOWAIT); in versatile_clcdc_attach() 316 versatile_clcdc_write_4(sc, CLCDC_UPBASE, sc->fb_phys); in versatile_clcdc_attach()
|