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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dreset.c41 AT91C_BASE_ST->ST_WDMR = 1 | AT91C_ST_RSTEN;
42 AT91C_BASE_ST->ST_CR = AT91C_ST_WDRST;
55 AT91C_BASE_ST->ST_WDMR = (n * (32768 / 128)) | AT91C_ST_RSTEN;
56 AT91C_BASE_ST->ST_CR = AT91C_ST_WDRST;
H A Ddelay.c39 now = AT91C_BASE_ST->ST_CRTR;
41 while (later != AT91C_BASE_ST->ST_CRTR)
H A Dat91rm9200_lowlevel.h70 #define GetSeconds() (AT91C_BASE_ST->ST_CRTR >> 15)
H A Dat91rm9200_lowlevel.c56 AT91C_BASE_ST->ST_RTMR = 1;
H A Dat91rm9200.h2358 #define AT91C_BASE_ST ((AT91PS_ST) 0xFFFFFD00) // (ST) Base Address macro

Completed in 78 milliseconds