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

/drivers/w1/
H A Dw1_io.c182 * bit 1 = comp_bit
187 * @param bdir the bit to write if both id_bit and comp_bit are 0
196 u8 comp_bit = w1_touch_bit(dev, 1); local
199 if (id_bit && comp_bit)
202 if (!id_bit && !comp_bit) {

Completed in 10 milliseconds