Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-atcrtc100.c34 #define SEC_MSK GENMASK(5, 0) macro
38 #define RTC_SEC_GET(x) FIELD_GET(SEC_MSK, x)
42 #define RTC_SEC_SET(x) FIELD_PREP(SEC_MSK, x)