Searched refs:id_bit (Results 1 – 2 of 2) sorted by relevance
213 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet() local217 if (id_bit && comp_bit) in w1_triplet()220 if (!id_bit && !comp_bit) { in w1_triplet()225 bdir = id_bit; in w1_triplet()226 retval = id_bit ? 0x05 : 0x02; in w1_triplet()
505 u8 id_bit, comp_bit; in omap_w1_triplet() local533 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet()549 if (id_bit && comp_bit) { in omap_w1_triplet()553 if (!id_bit && !comp_bit) { in omap_w1_triplet()558 bdir = id_bit; in omap_w1_triplet()559 ret = id_bit ? 0x05 : 0x02; in omap_w1_triplet()