Searched refs:FMC_CONFIG_BASE (Results 1 – 4 of 4) sorted by relevance
753 u32Config[0] = FMC_Read(FMC_CONFIG_BASE); in FMC_ReadConfig()761 u32Config[1] = FMC_Read(FMC_CONFIG_BASE+4UL); in FMC_ReadConfig()781 FMC_Erase(FMC_CONFIG_BASE); in FMC_WriteConfig()783 if ((FMC_Read(FMC_CONFIG_BASE) != 0xFFFFFFFF) || (FMC_Read(FMC_CONFIG_BASE+4) != 0xFFFFFFFF) || in FMC_WriteConfig()784 (FMC_Read(FMC_CONFIG_BASE+8) != 0xFFFF5A5A)) in FMC_WriteConfig()792 FMC_Write(FMC_CONFIG_BASE+i*4UL, u32Config[1]); in FMC_WriteConfig()794 if (FMC_Read(FMC_CONFIG_BASE+i*4UL) != u32Config[1]) in FMC_WriteConfig()
968 u32Config[0] = FMC_Read(FMC_CONFIG_BASE); in FMC_ReadConfig()979 u32Config[1] = FMC_Read(FMC_CONFIG_BASE+4UL); in FMC_ReadConfig()1003 if (FMC_Erase(FMC_CONFIG_BASE) != 0) in FMC_WriteConfig()1006 if ((FMC_Read(FMC_CONFIG_BASE) != 0xFFFFFFFF) || (FMC_Read(FMC_CONFIG_BASE+4) != 0xFFFFFFFF) || in FMC_WriteConfig()1007 (FMC_Read(FMC_CONFIG_BASE+8) != 0xFFFF5A5A)) in FMC_WriteConfig()1021 if (FMC_Write(FMC_CONFIG_BASE+i*4UL, u32Config[i]) != 0) in FMC_WriteConfig()1027 if (FMC_Read(FMC_CONFIG_BASE+i*4UL) != u32Config[i]) in FMC_WriteConfig()
44 #define FMC_CONFIG_BASE 0x0F300000UL /*!< User Configuration address \hideinitializer */ macro
46 #define FMC_CONFIG_BASE 0x00300000UL /*!< User Configuration address \hideinitializer */ macro