Home
last modified time | relevance | path

Searched refs:mxc_w1_touch_bit (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/w1/
H A Dmxc_w1.c57 static u8 mxc_w1_touch_bit(struct mxc_w1_pdata *pdata, u8 bit) in mxc_w1_touch_bit() function
88 ret |= (mxc_w1_touch_bit(pdata, 1) << i); in mxc_w1_read_byte()
114 mxc_w1_touch_bit(pdata, (byte >> i) & 0x1); in mxc_w1_write_byte()
145 u8 id_bit = mxc_w1_touch_bit(pdata, 1); in mxc_w1_triplet()
146 u8 comp_bit = mxc_w1_touch_bit(pdata, 1); in mxc_w1_triplet()
161 mxc_w1_touch_bit(pdata, bdir); in mxc_w1_triplet()