Lines Matching refs:tmpbuf
264 unsigned char tmpbuf[6]; in saa6588_i2c_poll() local
270 if (6 != i2c_master_recv(client, &tmpbuf[0], 6)) { in saa6588_i2c_poll()
276 s->sync = tmpbuf[0] & 0x10; in saa6588_i2c_poll()
279 blocknum = tmpbuf[0] >> 5; in saa6588_i2c_poll()
304 tmp = tmpbuf[2]; in saa6588_i2c_poll()
305 tmpbuf[2] = tmpbuf[0]; in saa6588_i2c_poll()
306 tmpbuf[0] = tmp; in saa6588_i2c_poll()
319 if ((tmpbuf[2] & 0x03) == 0x03) in saa6588_i2c_poll()
321 else if ((tmpbuf[2] & 0x03) != 0x00) in saa6588_i2c_poll()
323 tmpbuf[2] = tmp; /* Is this enough ? Should we also check other bits ? */ in saa6588_i2c_poll()
326 block_to_buf(s, tmpbuf); in saa6588_i2c_poll()