Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c39 u16 xy_size; member
191 ihs_video_out_set(priv->map, xy_size, ((col - 1) << 8) | (row - 1)); in ihs_video_out_set_size()
/openbmc/u-boot/board/gdsys/common/
H A Dosd.c385 OSD_SET_REG(screen, xy_size, ((32 - 1) << 8) | (16 - 1)); in osd_probe()
474 OSD_SET_REG(screen, xy_size, ((x - 1) << 8) | (y - 1)); in osd_size()
/openbmc/u-boot/include/
H A Dgdsys_fpga.h56 u16 xy_size; member