Lines Matching defs:temp
194 unsigned char protocol, len, pec, temp[2];
335 status = amd_ec_read(smbus, AMD_SMB_STS, temp + 0);
339 if (~temp[0] & AMD_SMB_STS_DONE) {
341 status = amd_ec_read(smbus, AMD_SMB_STS, temp + 0);
346 if (~temp[0] & AMD_SMB_STS_DONE) {
348 status = amd_ec_read(smbus, AMD_SMB_STS, temp + 0);
353 if ((~temp[0] & AMD_SMB_STS_DONE) || (temp[0] & AMD_SMB_STS_STATUS))
369 status = amd_ec_read(smbus, AMD_SMB_DATA, temp + 0);
372 status = amd_ec_read(smbus, AMD_SMB_DATA + 1, temp + 1);
375 data->word = (temp[1] << 8) | temp[0];