Home
last modified time | relevance | path

Searched refs:SMCR_DRAC (Results 1 – 3 of 3) sorted by relevance

/arch/arm/include/asm/hardware/
Dsa1111.h93 #define SMCR_DRAC Fld(3, 2) macro
/arch/arm/mach-sa1100/include/mach/
DSA-1101.h102 #define SMCR_DRAC Fld(2,2) /* Number of row address bits */ macro
109 (( (x) - 9 ) << FShft (SMCR_DRAC))
/arch/arm/common/
Dsa1111.c590 unsigned int smcr = SMCR_DTIM | SMCR_MBGE | FInsrt(drac, SMCR_DRAC); in sa1111_configure_smc()