Lines Matching defs:buf
194 u8 buf[2];206 buf[0] = address << 2;207 buf[0] &= ~0x03;208 buf[1] = outval;211 t[0].tx_buf = &buf[0];214 t[1].tx_buf = &buf[1];219 buf[0] = address << 1;220 buf[0] |= 0x01;228 t[0].tx_buf = &buf[0];231 t[1].rx_buf = &buf[1];246 return buf[1];