Searched defs:mpc5121_rtc_regs (Results 1 – 1 of 1) sorted by relevance
21 struct mpc5121_rtc_regs { struct22 u8 set_time; /* RTC + 0x00 */23 u8 hour_set; /* RTC + 0x01 */24 u8 minute_set; /* RTC + 0x02 */25 u8 second_set; /* RTC + 0x03 */27 u8 set_date; /* RTC + 0x04 */28 u8 month_set; /* RTC + 0x05 */29 u8 weekday_set; /* RTC + 0x06 */30 u8 date_set; /* RTC + 0x07 */32 u8 write_sw; /* RTC + 0x08 */[all …]