ltxacc            186 drivers/misc/echo/echo.c 	ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0;
ltxacc            232 drivers/misc/echo/echo.c 	ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0;
ltxacc            344 drivers/misc/echo/echo.c 	ec->ltxacc += abs(tx) - ec->ltx;
ltxacc            345 drivers/misc/echo/echo.c 	ec->ltx = (ec->ltxacc + (1 << 4)) >> 5;
ltxacc            136 drivers/misc/echo/echo.h 	int ltxacc;