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

/freebsd-11.0-release/sys/arm/allwinner/
H A Daw_rtc.c73 #define GET_SEC_VALUE(x) ((x) & 0x0000003f) macro
84 #define SET_SEC_VALUE(x) GET_SEC_VALUE(x)
226 ct.sec = GET_SEC_VALUE(rtime);

Completed in 83 milliseconds