Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/masters/
H A Dmxc_w1.c22 # define MXC_W1_CONTROL_WR(x) BIT(5 - (x)) macro
73 writeb(MXC_W1_CONTROL_WR(bit), dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_touch_bit()
84 if (!(ctrl & MXC_W1_CONTROL_WR(bit))) in mxc_w1_ds2_touch_bit()
/openbmc/u-boot/drivers/w1/
H A Dmxc_w1.c30 #define MXC_W1_CONTROL_WR(x) BIT(5 - (x)) macro
60 u16 mask = MXC_W1_CONTROL_WR(bit); in mxc_w1_touch_bit()