Searched refs:xctrl (Results 1 – 1 of 1) sorted by relevance
274 unsigned int xctrl; member2818 static int get_xctrl(struct slgt_info *info, int __user *xctrl) in get_xctrl() argument2820 DBGINFO(("%s get_xctrl=%x\n", info->device_name, info->xctrl)); in get_xctrl()2821 if (put_user(info->xctrl, xctrl)) in get_xctrl()2843 static int set_xctrl(struct slgt_info *info, int xctrl) in set_xctrl() argument2847 DBGINFO(("%s set_xctrl=%x)\n", info->device_name, xctrl)); in set_xctrl()2849 info->xctrl = xctrl; in set_xctrl()2850 wr_reg32(info, XCR, xctrl); in set_xctrl()