Home
last modified time | relevance | path

Searched refs:ADR_RTC_1 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h405 #define ADR_RTC_1 (CSR_RTC_BASE+0x00000000) macro
2449 #define GET_RTC_EN (((REG32(ADR_RTC_1)) & 0x00000001 ) >> 0)
2450 #define GET_RTC_SRC (((REG32(ADR_RTC_1)) & 0x00000002 ) >> 1)
2451 #define GET_RTC_TICK_CNT (((REG32(ADR_RTC_1)) & 0x7fff0000 ) >> 16)
6090 #define SET_RTC_EN(_VAL_) (REG32(ADR_RTC_1)) = (((_VAL_) << 0) | ((REG32(ADR_RTC_1)) & 0xfffffffe))
6091 #define SET_RTC_SRC(_VAL_) (REG32(ADR_RTC_1)) = (((_VAL_) << 1) | ((REG32(ADR_RTC_1)) & 0xfffffffd))
6092 #define SET_RTC_TICK_CNT(_VAL_) (REG32(ADR_RTC_1)) = (((_VAL_) << 16) | ((REG32(ADR_RTC_1)) & 0x800…
8839 #define DEF_RTC_1() (REG32(ADR_RTC_1)) = (0x7fff0000)