Lines Matching defs:CONTROL_REG
22 #define CONTROL_REG 0x00
65 ctrl = readl(rtcdev->base + CONTROL_REG);
68 writel(ctrl, rtcdev->base + CONTROL_REG);
73 u32 val = readl(rtcdev->base + CONTROL_REG);
77 writel(val, rtcdev->base + CONTROL_REG);
79 * Ensure that the posted write to the CONTROL_REG register completed before
83 (void)readl(rtcdev->base + CONTROL_REG);
110 ctrl = readl(rtcdev->base + CONTROL_REG);
113 writel(ctrl, rtcdev->base + CONTROL_REG);
116 false, rtcdev->base + CONTROL_REG);
148 ctrl = readl(rtcdev->base + CONTROL_REG);
150 writel(ctrl, rtcdev->base + CONTROL_REG);
162 ctrl = readl(rtcdev->base + CONTROL_REG);
172 writel(ctrl, rtcdev->base + CONTROL_REG);
183 ctrl = readl(rtcdev->base + CONTROL_REG);
191 writel(ctrl, rtcdev->base + CONTROL_REG);