Searched refs:id_bit (Results 1 – 2 of 2) sorted by relevance
207 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet() local211 if (id_bit && comp_bit) in w1_triplet()214 if (!id_bit && !comp_bit) { in w1_triplet()219 bdir = id_bit; in w1_triplet()220 retval = id_bit ? 0x05 : 0x02; in w1_triplet()
477 u8 id_bit, comp_bit; in omap_w1_triplet() local505 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet()521 if (id_bit && comp_bit) { in omap_w1_triplet()525 if (!id_bit && !comp_bit) { in omap_w1_triplet()530 bdir = id_bit; in omap_w1_triplet()531 ret = id_bit ? 0x05 : 0x02; in omap_w1_triplet()