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

/netbsd-current/sys/arch/arm/at91/
H A Dat91streg.h71 #define STREG(reg) *((volatile uint32_t *)(AT91ST_BASE + (reg))) macro
H A Dat91st.c140 #define READ_ST(offset) STREG(offset)
143 STREG(offset) = (value); \
/netbsd-current/sys/arch/evbarm/mmnet/
H A Dmmnet_machdep.c220 STREG(ST_WDMR) = ST_WDMR_EXTEN | ST_WDMR_RSTEN | 1;
221 STREG(ST_CR) = ST_CR_WDRST;
/netbsd-current/sys/arch/evbarm/mpcsa/
H A Dmpcsa_machdep.c243 STREG(ST_WDMR) = ST_WDMR_EXTEN | ST_WDMR_RSTEN | 1;
244 STREG(ST_CR) = ST_CR_WDRST;

Completed in 158 milliseconds