Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c304 unsigned int xsync; member
2912 static int get_xsync(struct slgt_info *info, int __user *xsync) in get_xsync() argument
2914 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync)); in get_xsync()
2915 if (put_user(info->xsync, xsync)) in get_xsync()
2926 static int set_xsync(struct slgt_info *info, int xsync) in set_xsync() argument
2930 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync)); in set_xsync()
2932 info->xsync = xsync; in set_xsync()
2933 wr_reg32(info, XSR, xsync); in set_xsync()