Lines Matching refs:v_width
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()
730 bpsl = vmode->v_width * ((vmode->v_bpp + 7) / 8); 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()
959 if ((vmode.v_width & 0xff00) >> 8 == vmode.v_height - 1) { 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()
1897 vmode.v_width, vmode.v_height); in vesa_bios_info()