Home
last modified time | relevance | path

Searched refs:ymax (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/display/
H A Dg364fb.c86 int ymin, ymax; in g364fb_draw_graphic8() local
119 ymax = 0; in g364fb_draw_graphic8()
136 ymin = ymax = y; in g364fb_draw_graphic8()
179 ymax = s->height - 1; in g364fb_draw_graphic8()
189 if (y > ymax) in g364fb_draw_graphic8()
190 ymax = y; in g364fb_draw_graphic8()
193 if (xmax || ymax) { in g364fb_draw_graphic8()
199 ymax = 0; in g364fb_draw_graphic8()
213 if (xmax || ymax) { in g364fb_draw_graphic8()
345 int ymin, ymax, start, end; in g364_invalidate_cursor_position() local
[all …]
H A Dtcx.c663 int ymin, ymax, start, end; in tcx_invalidate_cursor_position() local
670 ymax = MIN(s->height, ymin + 32); in tcx_invalidate_cursor_position()
672 end = ymax * 1024; in tcx_invalidate_cursor_position()
/openbmc/linux/arch/m68k/atari/
H A Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
/openbmc/linux/arch/m68k/include/asm/
H A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local
136 ymax = max(y10, y11); in convert_coords_to_ispparams()
153 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c249 u32 ymin, ymax; in hdmi_active_area() local
254 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()
259 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js199 let ymax = 0;
226 ymax = Math.max(y, ymax);
231 this.Heights.push(ymax+1);
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py378 ymax = max (clip[1], rect[1])
381 return (xmin > xmax and ymin > ymax)
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c248 u8 ymin, u8 ymax) in em28xx_accumulator_set() argument
251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
256 return em28xx_write_regs(dev, EM28XX_R2B_YMAX, &ymax, 1); in em28xx_accumulator_set()
/openbmc/linux/drivers/s390/char/
H A Draw3270.c427 char ymax; member