Home
last modified time | relevance | path

Searched refs:SBI_SMCR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/arm/mach-sa1100/
Djornada720.c43 SBI_SMCR = 0x35; /* initialize the SMC (debug SA-1111 reset */ in jornada720_init()
Ddma-sa1111.c318 switch(FExtr(SBI_SMCR, SMCR_DRAC)){ in sa1111_check_dma_bug()
345 __FUNCTION__, FExtr(SBI_SMCR, SMCR_DRAC)); in sa1111_check_dma_bug()
Dsa1111.c300 SBI_SMCR = smcr; in sa1111_configure_smc()
/linux-2.4.37.9/include/asm-arm/hardware/
Dsa1111.h72 #define SBI_SMCR __CCREG(SA1111_SMCR) macro