Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c1150 int width, cwidth, height, cheight; in vga_get_text_resolution() local
1169 height = (height + 1) / cheight; in vga_get_text_resolution()
1175 *pcheight = cheight; in vga_get_text_resolution()
1237 s->last_scr_height = height * cheight; in vga_draw_text()
1244 s->last_ch = cheight; in vga_draw_text()
1336 if (line_last > cheight - 1) in vga_draw_text()
1337 line_last = cheight - 1; in vga_draw_text()
1362 dest += linesize * cheight; in vga_draw_text()
1363 line1 = line + cheight; in vga_draw_text()
1931 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()