Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dedid-generate.c53 uint32_t xsync; member
68 timings->xsync = xres * 3 / 100; in generate_timings()
275 desc[9] = timings->xsync & 0xff; in edid_desc_timing()
280 ((timings->xsync & 0x300) >> 4) | in edid_desc_timing()
371 stw_le_p(did + 18, 0xffff & (timings->xsync - 1)); in qemu_displayid_generate()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c272 unsigned int xsync; member
2791 static int get_xsync(struct slgt_info *info, int __user *xsync) in get_xsync() argument
2793 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync)); in get_xsync()
2794 if (put_user(info->xsync, xsync)) in get_xsync()
2805 static int set_xsync(struct slgt_info *info, int xsync) in set_xsync() argument
2809 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync)); in set_xsync()
2811 info->xsync = xsync; in set_xsync()
2812 wr_reg32(info, XSR, xsync); in set_xsync()