Lines Matching defs:mpc5121_rtc_regs
24 struct mpc5121_rtc_regs { struct
25 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 */
36 u8 sw_set; /* RTC + 0x09 */
37 u16 year_set; /* RTC + 0x0a */
39 u8 alm_enable; /* RTC + 0x0c */
40 u8 alm_hour_set; /* RTC + 0x0d */
41 u8 alm_min_set; /* RTC + 0x0e */
42 u8 int_enable; /* RTC + 0x0f */
44 u8 reserved1;
45 u8 hour; /* RTC + 0x11 */
46 u8 minute; /* RTC + 0x12 */
47 u8 second; /* RTC + 0x13 */
49 u8 month; /* RTC + 0x14 */
50 u8 wday_mday; /* RTC + 0x15 */
51 u16 year; /* RTC + 0x16 */
53 u8 int_alm; /* RTC + 0x18 */
54 u8 int_sw; /* RTC + 0x19 */
55 u8 alm_status; /* RTC + 0x1a */
56 u8 sw_minute; /* RTC + 0x1b */
58 u8 bus_error_1; /* RTC + 0x1c */
82 struct mpc5121_rtc_regs __iomem *regs; argument