Home
last modified time | relevance | path

Searched refs:v_width (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvesa.c720 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()
729 bpsl = vmode->v_width * ((vmode->v_bpp + 7) / 8); 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()
958 if ((vmode.v_width & 0xff00) >> 8 == vmode.v_height - 1) { in vesa_bios_init()
959 vmode.v_width &= 0xff; in vesa_bios_init()
[all …]
H A Dvesa.h78 u_int16_t v_width; member