Searched refs:prevUCBS2 (Results 1 - 1 of 1) sorted by relevance

/drivers/media/dvb/frontends/
H A Dds3000.c238 u16 prevUCBS2; member in struct:ds3000_state
721 if (_ucblocks > state->prevUCBS2)
722 *ucblocks = _ucblocks - state->prevUCBS2;
724 *ucblocks = state->prevUCBS2 - _ucblocks;
725 state->prevUCBS2 = _ucblocks;
912 state->prevUCBS2 = 0;

Completed in 68 milliseconds