Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dmusycc.c627 u_int8_t lastval = 0; in musycc_update_timeslots() local
646 lastval = pi->chan[ch]->p.bitmask[i]; in musycc_update_timeslots()
648 if (lastval & (1 << j)) in musycc_update_timeslots()
650 pi->tsm[i] |= lastval; in musycc_update_timeslots()
655 else if ((usedby == 1) && (lastval == 0xff)) in musycc_update_timeslots()
657 else if ((usedby == 1) && (lastval == 0x7f)) in musycc_update_timeslots()
/drivers/media/video/cx88/
Dcx88-blackbird.c600 int lastval = 0; in blackbird_start_codec() local
606 if ((reg & 0x0F) != lastval) { in blackbird_start_codec()
607 lastval = reg & 0x0F; in blackbird_start_codec()