Lines Matching defs:temp
81 int temp;
88 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
91 "Resetting...\n", temp);
97 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
98 dev_dbg(&sis96x_adapter.dev, "Failed (0x%02x)\n", temp);
109 temp = sis96x_read(SMB_STS);
110 sis96x_write(SMB_STS, temp & 0x1e);
118 temp = sis96x_read(SMB_STS);
119 } while (!(temp & 0x0e) && (timeout++ < MAX_TIMEOUT));
123 dev_dbg(&sis96x_adapter.dev, "SMBus Timeout! (0x%02x)\n", temp);
128 if (temp & 0x02) {
134 if (temp & 0x04) {
140 sis96x_write(SMB_STS, temp);
141 if ((temp = sis96x_read(SMB_STS))) {
143 "end of transaction! (0x%02x)\n", temp);