Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DAY_MSK
drivers/rtc/rtc-atcrtc100.c
41
#define RTC_DAY_GET(x) FIELD_GET(DAY_MSK, x)
drivers/rtc/rtc-atcrtc100.c
45
#define RTC_DAY_SET(x) FIELD_PREP(DAY_MSK, x)