Searched refs:FMC_CONFIG_BASE (Results 1 – 4 of 4) sorted by relevance
576 u32Config[i] = FMC_Read(FMC_CONFIG_BASE + i * 4u); in FMC_ReadConfig()656 FMC_Write(FMC_CONFIG_BASE + i * 4u, au32Config[i]); in FMC_WriteConfig()657 if(FMC_Read(FMC_CONFIG_BASE + i * 4u) != au32Config[i]) in FMC_WriteConfig()
628 u32Config[i] = FMC_Read(FMC_CONFIG_BASE + i * 4u); in FMC_ReadConfig()879 FMC_Write(FMC_CONFIG_BASE + i * 4u, au32Config[i]); in FMC_WriteConfig()880 if(FMC_Read(FMC_CONFIG_BASE + i * 4u) != au32Config[i]) in FMC_WriteConfig()
53 #define FMC_CONFIG_BASE 0x00300000UL /*!< CONFIG Base Address */ macro
56 #define FMC_CONFIG_BASE 0x00300000UL /*!< CONFIG Base Address */ macro