Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h616 #define SOC_RTC_TIME_MINUTE_MASK 0x00007f00 macro
617 #define SOC_RTC_TIME_MINUTE_GET(x) (((x) & SOC_RTC_TIME_MINUTE_MASK) >> SOC_RTC_TIME_…
618 …_RTC_TIME_MINUTE_SET(x) (((x) << SOC_RTC_TIME_MINUTE_LSB) & SOC_RTC_TIME_MINUTE_MASK)