Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dscorpion_reg_map.h292 struct rtc_reg { struct
293 volatile u_int32_t RESET_CONTROL; /* 0x0 - 0x4 */
294 volatile u_int32_t XTAL_CONTROL; /* 0x4 - 0x8 */
295 volatile u_int32_t REG_CONTROL0; /* 0x8 - 0xc */
296 volatile u_int32_t REG_CONTROL1; /* 0xc - 0x10 */
297 volatile u_int32_t QUADRATURE; /* 0x10 - 0x14 */
298 volatile u_int32_t PLL_CONTROL; /* 0x14 - 0x18 */
299 volatile u_int32_t PLL_SETTLE; /* 0x18 - 0x1c */
300 volatile u_int32_t XTAL_SETTLE; /* 0x1c - 0x20 */
301 volatile u_int32_t CLOCK_OUT; /* 0x20 - 0x24 */
[all …]
H A Dosprey_reg_map.h595 struct rtc_reg { struct
596 volatile char pad__0[0x7000]; /* 0x0 - 0x7000 */
597 volatile u_int32_t RESET_CONTROL; /* 0x7000 - 0x7004 */
598 volatile u_int32_t XTAL_CONTROL; /* 0x7004 - 0x7008 */
599 volatile u_int32_t REG_CONTROL0; /* 0x7008 - 0x700c */
600 volatile u_int32_t REG_CONTROL1; /* 0x700c - 0x7010 */
601 volatile u_int32_t QUADRATURE; /* 0x7010 - 0x7014 */
602 volatile u_int32_t PLL_CONTROL; /* 0x7014 - 0x7018 */
603 volatile u_int32_t PLL_SETTLE; /* 0x7018 - 0x701c */
604 volatile u_int32_t XTAL_SETTLE; /* 0x701c - 0x7020 */
[all …]
/freebsd/sys/x86/isa/
H A Datrtc.c85 static int rtc_reg = -1; variable