Searched refs:M41T80_SEC_ST (Results 1 – 1 of 1) sorted by relevance
56 #define M41T80_SEC_ST BIT(7) /* ST: Stop Bit */ macro277 err = i2c_smbus_write_byte_data(client, M41T80_REG_SEC, M41T80_SEC_ST); in m41t80_rtc_set_time()282 err = i2c_smbus_write_byte_data(client, M41T80_REG_SEC, flags & ~M41T80_SEC_ST); in m41t80_rtc_set_time()984 if (rc >= 0 && rc & M41T80_SEC_ST) in m41t80_probe()986 rc & ~M41T80_SEC_ST); in m41t80_probe()