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

/freebsd-11-stable/sys/dev/fb/
H A Dvesa.h78 u_int16_t v_width; member in struct:vesa_mode
H A Dvesa.c719 bpsl = vmode->v_width / 8;
722 bpsl = vmode->v_width / 4;
725 bpsl = vmode->v_width / 2;
728 bpsl = vmode->v_width * ((vmode->v_bpp + 7) / 8);
888 vmode.v_width = le16toh(vmode.v_width);
909 vmode.v_width, vmode.v_height, vmode.v_bpp,
927 vmode.v_width, vmode.v_height, vmode.v_bpp,
954 vmode.v_width, vmode.v_height, vmode.v_bpp);
957 if ((vmode.v_width
[all...]

Completed in 53 milliseconds