Home
last modified time | relevance | path

Searched refs:AT91_SMC_NRDCYCLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-at91/include/mach/
Dat91sam9_smc.h73 #define AT91_SMC_NRDCYCLE (0x1ff << 16) /* Total Read Cycle Length */ macro
/linux-3.4.99/arch/arm/mach-at91/
Dsam9_smc.c113 config->read_cycle = (val & AT91_SMC_NRDCYCLE) >> 16; in sam9_smc_cs_read()