Home
last modified time | relevance | path

Searched refs:base_height (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/gdsys/common/
H A Dosd.c64 unsigned int base_height; variable
314 base_height = (features & 0x001f) + 1; in osd_probe()
315 bufsize = base_width * base_height; in osd_probe()
324 base_height); in osd_probe()
327 screen, version/100, version%100, base_width, base_height); in osd_probe()
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c77 uint base_height; member
124 info->height = priv->base_height; in ihs_video_out_get_info()
146 uint max_size = priv->base_width * priv->base_height; in ihs_video_out_set_mem()
289 priv->base_height = ((features & BASE_HEIGTH_MASK) in ihs_video_out_probe()
/openbmc/qemu/ui/
H A Dgtk.c309 geo.base_height = geo.height_inc; in gd_update_geometry_hints()
316 geo.base_height += padding.top + padding.bottom; in gd_update_geometry_hints()