Lines Matching refs:temp
103 uint32_t temp;
111 temp = sd->sd_MS ^ sd->sd_CS;
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
121 temp ^= sd->sd_DO;
122 SEEPROM_OUTB(sd, temp);
124 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
127 temp ^= sd->sd_DO;
132 temp ^= sd->sd_DO;
133 SEEPROM_OUTB(sd, temp);
135 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
138 temp ^= sd->sd_DO;
149 SEEPROM_OUTB(sd, temp);
154 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
161 temp = sd->sd_MS;
162 SEEPROM_OUTB(sd, temp);
164 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
166 SEEPROM_OUTB(sd, temp);