Searched refs:base_width (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | osd.c | 63 unsigned int base_width; variable 292 res = osd_write_videomem(screen, y * base_width + x, buf, len); in osd_print() 313 base_width = ((features & 0x3f00) >> 8) + 1; in osd_probe() 315 bufsize = base_width * base_height; in osd_probe() 323 (screen > 3) ? 1 : 0, version/100, version%100, base_width, in osd_probe() 327 screen, version/100, version%100, base_width, base_height); in osd_probe() 410 u16 buffer[base_width]; in osd_write() 433 if (wp - buffer > base_width) in osd_write() 439 y * base_width + x + k * (wp - buffer); in osd_write()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ihs_video_out.c | 75 uint base_width; member 123 info->width = priv->base_width; in ihs_video_out_get_info() 142 offset = row * priv->base_width + col + rep * (buflen / 2); in ihs_video_out_set_mem() 146 uint max_size = priv->base_width * priv->base_height; in ihs_video_out_set_mem() 287 priv->base_width = ((features & BASE_WIDTH_MASK) in ihs_video_out_probe()
|
| /openbmc/qemu/ui/ |
| H A D | gtk.c | 308 geo.base_width = geo.width_inc; in gd_update_geometry_hints() 315 geo.base_width += padding.left + padding.right; in gd_update_geometry_hints()
|