Lines Matching full:temp
101 u_int32_t temp; in read_seeprom() local
109 temp = sd->sd_MS ^ sd->sd_CS; in read_seeprom()
110 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in read_seeprom()
119 temp ^= sd->sd_DO; in read_seeprom()
120 SEEPROM_OUTB(sd, temp); in read_seeprom()
122 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in read_seeprom()
125 temp ^= sd->sd_DO; in read_seeprom()
130 temp ^= sd->sd_DO; in read_seeprom()
131 SEEPROM_OUTB(sd, temp); in read_seeprom()
133 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in read_seeprom()
136 temp ^= sd->sd_DO; in read_seeprom()
147 SEEPROM_OUTB(sd, temp); in read_seeprom()
152 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in read_seeprom()
159 temp = sd->sd_MS; in read_seeprom()
160 SEEPROM_OUTB(sd, temp); in read_seeprom()
162 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in read_seeprom()
164 SEEPROM_OUTB(sd, temp); in read_seeprom()