Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/media/pci/cx88/
Dcx88-blackbird.c593 int lastval = 0; in blackbird_start_codec() local
599 if ((reg & 0x0F) != lastval) { in blackbird_start_codec()
600 lastval = reg & 0x0F; in blackbird_start_codec()