Lines Matching refs:r7
489 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; in hp_sdc_put()
490 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; in hp_sdc_put()
491 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; in hp_sdc_put()
492 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; in hp_sdc_put()
495 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()
499 while (i < 4 && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
518 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()
523 while ((i < 4) && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
850 hp_sdc.r7[0] = 0xff; in hp_sdc_init()
851 hp_sdc.r7[1] = 0xff; in hp_sdc_init()
852 hp_sdc.r7[2] = 0xff; in hp_sdc_init()
853 hp_sdc.r7[3] = 0xff; in hp_sdc_init()