Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEC_MSK
drivers/rtc/rtc-atcrtc100.c
38
#define RTC_SEC_GET(x) FIELD_GET(SEC_MSK, x)
drivers/rtc/rtc-atcrtc100.c
42
#define RTC_SEC_SET(x) FIELD_PREP(SEC_MSK, x)