Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/echo/
H A Decho.c186 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_create()
232 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_flush()
344 ec->ltxacc += abs(tx) - ec->ltx; in oslec_update()
345 ec->ltx = (ec->ltxacc + (1 << 4)) >> 5; in oslec_update()
H A Decho.h136 int ltxacc; member