Searched refs:__SIZE__ (Results 1 – 1 of 1) sorted by relevance
56 #define IS_FSMC_PAGESIZE(__SIZE__) (((__SIZE__) == FSMC_PAGE_SIZE_NONE) || \ argument57 ((__SIZE__) == FSMC_PAGE_SIZE_128) || \58 ((__SIZE__) == FSMC_PAGE_SIZE_256) || \59 ((__SIZE__) == FSMC_PAGE_SIZE_512) || \60 ((__SIZE__) == FSMC_PAGE_SIZE_1024))
Completed in 5 milliseconds