Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-atcrtc100.c35 #define MIN_MSK GENMASK(11, 6) macro
39 #define RTC_MIN_GET(x) FIELD_GET(MIN_MSK, x)
43 #define RTC_MIN_SET(x) FIELD_PREP(MIN_MSK, x)