Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_rtc.h130 struct rtc_regs { struct
131 uint32_t tmr_id; /* 0x000 Module ID register */
132 uint32_t tmr_id2; /* 0x004 Controller ID register */
133 uint32_t reserved0008[30];
134 uint32_t tmr_ctrl; /* 0x0080 timer control register */
135 uint32_t tmr_tevent; /* 0x0084 timer event register */
136 uint32_t tmr_temask; /* 0x0088 timer event mask register */
137 uint32_t reserved008c[3];
138 uint32_t tmr_cnt_h; /* 0x0098 timer counter high register */
139 uint32_t tmr_cnt_l; /* 0x009c timer counter low register */
[all …]
/freebsd/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx.h111 struct rk8xx_rtc_reg rtc_regs; member