Searched refs:v_width (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/fb/ |
| H A D | vesa.c | 721 bpsl = vmode->v_width / 8; in vesa_get_bpscanline() 724 bpsl = vmode->v_width / 4; in vesa_get_bpscanline() 727 bpsl = vmode->v_width / 2; in vesa_get_bpscanline() 890 vmode.v_width = le16toh(vmode.v_width); in vesa_bios_init() 911 vmode.v_width, vmode.v_height, vmode.v_bpp, in vesa_bios_init() 929 vmode.v_width, vmode.v_height, vmode.v_bpp, in vesa_bios_init() 956 vmode.v_width, vmode.v_height, vmode.v_bpp); in vesa_bios_init() 960 vmode.v_width &= 0xff; in vesa_bios_init() 968 vesa_vmode[modes].vi_width = vmode.v_width; in vesa_bios_init() 1893 vmode.v_width, vmode.v_height, in vesa_bios_info() [all …]
|
| H A D | vesa.h | 80 u_int16_t v_width; member
|