Lines Matching refs:v_width
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()
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()
967 vesa_vmode[modes].vi_width = vmode.v_width; in vesa_bios_init()
1897 vmode.v_width, vmode.v_height, in vesa_bios_info()
1901 vmode.v_width, vmode.v_height); in vesa_bios_info()