Searched refs:RAM_SIZE (Results 1 – 2 of 2) sorted by relevance
39 #define RAM_SIZE 0x10000000u //256MB ought to be enough for everyone macro44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
41 #define RAM_SIZE 0x10000000 //256MB ought to be enough for everyone macro46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)