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