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