Searched refs:w1_touch_bit (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_io.c64 static u8 w1_touch_bit(struct w1_master *dev, int bit) function
147 w1_touch_bit(dev, (byte >> i) & 0x1);
190 u8 id_bit = w1_touch_bit(dev, 1);
191 u8 comp_bit = w1_touch_bit(dev, 1);
207 w1_touch_bit(dev, bdir);
229 res |= (w1_touch_bit(dev,1) << i);
274 tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j;

Completed in 43 milliseconds