Searched refs:v_width (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/fb/ |
| H A D | vesa.c | 720 bpsl = vmode->v_width / 8; in vesa_get_bpscanline() 723 bpsl = vmode->v_width / 4; in vesa_get_bpscanline() 726 bpsl = vmode->v_width / 2; in vesa_get_bpscanline() 889 vmode.v_width = le16toh(vmode.v_width); in vesa_bios_init() 910 vmode.v_width, vmode.v_height, vmode.v_bpp, in vesa_bios_init() 928 vmode.v_width, vmode.v_height, vmode.v_bpp, in vesa_bios_init() 955 vmode.v_width, vmode.v_height, vmode.v_bpp); in vesa_bios_init() 959 vmode.v_width &= 0xff; in vesa_bios_init() 967 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 | 78 u_int16_t v_width; member
|