Searched refs:GPMC_CONFIG1_DEVICETYPE (Results 1 – 2 of 2) sorted by relevance
66 #define GPMC_CONFIG1_DEVICETYPE(val) ((val & 3) << 10) macro67 #define GPMC_CONFIG1_DEVICETYPE_NOR GPMC_CONFIG1_DEVICETYPE(0)
543 regval |= GPMC_CONFIG1_DEVICETYPE(wval); in gpmc_cs_configure()