Searched refs:OSD_SET_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/board/gdsys/common/ |
H A D | osd.c | 38 #define OSD_SET_REG(screen, fld, val) \ macro 46 #define OSD_SET_REG(screen, fld, val) \ macro 296 OSD_SET_REG(screen, control, 0x0049); in osd_print() 385 OSD_SET_REG(screen, xy_size, ((32 - 1) << 8) | (16 - 1)); in osd_probe() 386 OSD_SET_REG(screen, x_pos, 0x007f); in osd_probe() 387 OSD_SET_REG(screen, y_pos, 0x005f); in osd_probe() 444 OSD_SET_REG(screen, control, 0x0049); in osd_write() 474 OSD_SET_REG(screen, xy_size, ((x - 1) << 8) | (y - 1)); in osd_size() 475 OSD_SET_REG(screen, x_pos, 32767 * (640 - 12 * x) / 65535); in osd_size() 476 OSD_SET_REG(screen, y_pos, 32767 * (480 - 18 * y) / 65535); in osd_size()
|