Searched refs:id_bit (Results 1 – 2 of 2) sorted by relevance
198 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet() local202 if (id_bit && comp_bit) in w1_triplet()205 if (!id_bit && !comp_bit) { in w1_triplet()210 bdir = id_bit; in w1_triplet()211 retval = id_bit ? 0x05 : 0x02; in w1_triplet()
367 u8 id_bit, comp_bit; in omap_w1_triplet() local402 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet()420 if (id_bit && comp_bit) { in omap_w1_triplet()424 if (!id_bit && !comp_bit) { in omap_w1_triplet()429 bdir = id_bit; in omap_w1_triplet()430 ret = id_bit ? 0x05 : 0x02; in omap_w1_triplet()
Completed in 6 milliseconds