Home
last modified time | relevance | path

Searched defs:mpc5121_rtc_regs (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/rtc/
A Drtc-mpc5121.c21 struct mpc5121_rtc_regs { struct
22 u8 set_time; /* RTC + 0x00 */
23 u8 hour_set; /* RTC + 0x01 */
33 u8 sw_set; /* RTC + 0x09 */
41 u8 reserved1;
42 u8 hour; /* RTC + 0x11 */
43 u8 minute; /* RTC + 0x12 */
44 u8 second; /* RTC + 0x13 */
46 u8 month; /* RTC + 0x14 */
48 u16 year; /* RTC + 0x16 */
[all …]

Completed in 7 milliseconds