Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c1158 int width, cwidth, height, cheight; in vga_get_text_resolution() local
1177 height = (height + 1) / cheight; in vga_get_text_resolution()
1183 *pcheight = cheight; in vga_get_text_resolution()
1245 s->last_scr_height = height * cheight; in vga_draw_text()
1252 s->last_ch = cheight; in vga_draw_text()
1344 if (line_last > cheight - 1) in vga_draw_text()
1345 line_last = cheight - 1; in vga_draw_text()
1370 dest += linesize * cheight; in vga_draw_text()
1371 line1 = line + cheight; in vga_draw_text()
1950 height = (height + 1) / cheight; in vga_update_text()
[all …]
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c263 u8 cheight = height >> 2; in em28xx_capture_area_set() local
270 ((overflow & 1) << 10 | cheight << 2)); in em28xx_capture_area_set()
275 em28xx_write_regs(dev, EM28XX_R1F_CHEIGHT, &cheight, 1); in em28xx_capture_area_set()