Home
last modified time | relevance | path

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

/drivers/staging/echo/
Decho.c263 ec->Ltxacc = ec->Lrxacc = ec->Lcleanacc = ec->Lclean_bgacc = 0; in oslec_create()
304 ec->Ltxacc = ec->Lrxacc = ec->Lcleanacc = ec->Lclean_bgacc = 0; in oslec_flush()
432 ec->Lclean_bgacc += abs(clean_bg) - ec->Lclean_bg; in oslec_update()
433 ec->Lclean_bg = (ec->Lclean_bgacc + (1 << 4)) >> 5; in oslec_update()
Decho.h148 int Ltxacc, Lrxacc, Lcleanacc, Lclean_bgacc; member