Searched refs:CTRL1_STOP (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-pcf2123.c68 #define CTRL1_STOP BIT(5) /* Stop the clock */ macro
213 ret = regmap_write(pcf2123->map, PCF2123_REG_CTRL1, CTRL1_STOP);
343 ret = regmap_write(pcf2123->map, PCF2123_REG_CTRL1, CTRL1_STOP);
354 if (!(val & CTRL1_STOP))

Completed in 136 milliseconds