Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/masters/
H A Dmxc_w1.c24 # define MXC_W1_CONTROL_RPP BIT(7) macro
45 writeb(MXC_W1_CONTROL_RPP, dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_reset_bus()
56 if (!(ctrl & MXC_W1_CONTROL_RPP)) in mxc_w1_ds2_reset_bus()
/openbmc/u-boot/drivers/w1/
H A Dmxc_w1.c28 #define MXC_W1_CONTROL_RPP BIT(7) macro
133 writew(MXC_W1_CONTROL_RPP, &pdata->regs->control); in mxc_w1_reset()
137 } while (reg_val & MXC_W1_CONTROL_RPP); in mxc_w1_reset()