Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/lib/
Ddo_csum.S100 #define lastval r22 macro
163 (p9) ld8 lastval=[last] // load, ahead of time, "last" word, if needed
167 (p8) mov lastval=r0 // we don't need lastval if first1==last
175 (p9) and word2[0]=lastval,tmask // mask last it as appropriate
/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.c676 u_int8_t lastval = 0; in musycc_update_timeslots() local
695 lastval = pi->chan[ch]->p.bitmask[i]; in musycc_update_timeslots()
697 if (lastval & (1 << j)) in musycc_update_timeslots()
699 pi->tsm[i] |= lastval; in musycc_update_timeslots()
704 else if ((usedby == 1) && (lastval == 0xff)) in musycc_update_timeslots()
706 else if ((usedby == 1) && (lastval == 0x7f)) in musycc_update_timeslots()
/linux-2.6.39/drivers/media/video/cx88/
Dcx88-blackbird.c599 int lastval = 0; in blackbird_start_codec() local
605 if ((reg & 0x0F) != lastval) { in blackbird_start_codec()
606 lastval = reg & 0x0F; in blackbird_start_codec()