RTC_CMD_READ
#define RTC_CMD_READ(r) (RTC_FLG_READ | (r << 2))
#define RTC_CMD_READ 0x81 /* Read command */