Searched refs:vi_buffer (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Ds3_pci.c186 info->vi_buffer = sc->mem_base;
189 info->vi_buffer = 0;
295 adp->va_info.vi_buffer = sc->mem_base;
296 adp->va_buffer = s3lfb_map_buffer(adp->va_info.vi_buffer,
H A Dmachfb.c860 *paddr = vi->vi_buffer + offset - sc->sc_mem;
1188 vi->vi_buffer = sc->sc_memh;
1194 if (bus_space_map(sc->sc_memt, vi->vi_buffer,
1291 vi->vi_window = vi->vi_buffer + 0x800000;
1297 vi->vi_window = vi->vi_buffer;
H A Dvesa.c977 vesa_vmode[modes].vi_buffer = vmode.v_lfb;
1377 (vm_offset_t)pmap_mapdev_attr(info.vi_buffer,
1628 adp->va_info.vi_window, adp->va_info.vi_buffer, offset);
1637 *paddr = adp->va_info.vi_buffer + offset;
H A Dvga.c863 adp->va_buffer = info->vi_buffer;
/freebsd-11-stable/sys/sys/
H A Dfbio.h351 vm_offset_t vi_buffer; /* physical address */ member in struct:video_info
/freebsd-11-stable/sys/dev/syscons/
H A Dscvidctl.c128 u_int vi_buffer; /* physical address */ member in struct:old_video_info
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c1168 _info.vi_buffer, (int)_info.vi_buffer_size/1024);
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c1126 adp->va_buffer = BIOS_PADDRTOVADDR(info.vi_buffer);

Completed in 507 milliseconds