Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/w1/masters/
Dmxc_w1.c28 #define MXC_W1_CONTROL 0x00 macro
53 writeb(MXC_W1_CONTROL_RPP, dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_reset_bus()
61 u8 ctrl = readb(dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_reset_bus()
81 writeb(MXC_W1_CONTROL_WR(bit), dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_touch_bit()
89 u8 ctrl = readb(dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_touch_bit()