From: Paul Fulghum Date: Fri, 9 Sep 2005 20:02:14 +0000 (-0700) Subject: [PATCH] synclink.c: add loopback to async mode X-Git-Tag: v2.6.14-rc1~444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c1fff58cfaaf1c4b6a31a569e18cb7d2d8db0a6;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] synclink.c: add loopback to async mode Add internal loopback support for asynchronous mode operation. Signed-off-by: Paul Fulghum Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index 26b421b..ea2d54b 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c @@ -6151,6 +6151,11 @@ static void usc_set_async_mode( struct mgsl_struct *info ) usc_OutReg(info, PCR, (u16)((usc_InReg(info, PCR) | BIT13) & ~BIT12)); } + if (info->params.loopback) { + info->loopback_bits = 0x300; + outw(0x0300, info->io_base + CCAR); + } + } /* end of usc_set_async_mode() */ /* usc_loopback_frame()