Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dgpmc.h66 #define GPMC_CONFIG1_DEVICETYPE(val) ((val & 3) << 10) macro
67 #define GPMC_CONFIG1_DEVICETYPE_NOR GPMC_CONFIG1_DEVICETYPE(0)
/linux-3.4.99/arch/arm/mach-omap2/
Dgpmc.c543 regval |= GPMC_CONFIG1_DEVICETYPE(wval); in gpmc_cs_configure()