Lines Matching defs:temp
113 u_int32_t temp;
121 temp = sd->sd_MS ^ sd->sd_CS;
122 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
131 temp ^= sd->sd_DO;
132 SEEPROM_OUTB(sd, temp);
134 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
137 temp ^= sd->sd_DO;
142 temp ^= sd->sd_DO;
143 SEEPROM_OUTB(sd, temp);
145 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
148 temp ^= sd->sd_DO;
159 SEEPROM_OUTB(sd, temp);
164 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
171 temp = sd->sd_MS;
172 SEEPROM_OUTB(sd, temp);
174 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
176 SEEPROM_OUTB(sd, temp);