Home
last modified time | relevance | path

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

/u-boot/board/gdsys/common/
A Dosd.c42 #define OSD_SET_REG(screen, fld, val) \ macro
50 #define OSD_SET_REG(screen, fld, val) \ macro
301 OSD_SET_REG(screen, control, 0x0049); in osd_print()
390 OSD_SET_REG(screen, xy_size, ((32 - 1) << 8) | (16 - 1)); in osd_probe()
391 OSD_SET_REG(screen, x_pos, 0x007f); in osd_probe()
392 OSD_SET_REG(screen, y_pos, 0x005f); in osd_probe()
449 OSD_SET_REG(screen, control, 0x0049); in osd_write()
479 OSD_SET_REG(screen, xy_size, ((x - 1) << 8) | (y - 1)); in osd_size()
480 OSD_SET_REG(screen, x_pos, 32767 * (640 - 12 * x) / 65535); in osd_size()
481 OSD_SET_REG(screen, y_pos, 32767 * (480 - 18 * y) / 65535); in osd_size()

Completed in 3 milliseconds