Searched refs:GET_SEC_VALUE (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/allwinner/
H A Daw_rtc.c76 #define GET_SEC_VALUE(x) ((x) & 0x0000003f) macro
87 #define SET_SEC_VALUE(x) GET_SEC_VALUE(x)
298 ct.sec = GET_SEC_VALUE(rtime);

Completed in 54 milliseconds