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

/freebsd-10.2-release/sys/boot/arm/at91/boot0iic/
H A Dmain.c40 sec = GetSeconds() + 1;
41 while (sec >= GetSeconds())
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Dgetc.c56 thisSecond = GetSeconds();
61 thisSecond = GetSeconds();
H A Dat91rm9200_lowlevel.h69 /* #define GetSeconds() (AT91C_BASE_RTC->RTC_TIMR & AT91C_RTC_SEC) */
70 #define GetSeconds() (AT91C_BASE_ST->ST_CRTR >> 15) macro
H A Demac.c414 sec = GetSeconds();
415 while (GetSeconds() == sec)
545 thisSeconds = (GetSeconds() + 2) % 32;
555 thisSeconds = (GetSeconds() + 2) % 32;
556 } else if (GetSeconds() == thisSeconds) {
558 thisSeconds = (GetSeconds() + 2) % 32;
/freebsd-10.2-release/sys/boot/arm/at91/boot0spi/
H A Dmain.c57 sec = GetSeconds() + 2;
58 while (sec <= GetSeconds())

Completed in 101 milliseconds