Searched refs:MEM_TYPE_SDRAM (Results 1 – 2 of 2) sorted by relevance
23 int memType = (dramInit1 & MCTL_TYPE_SDRAM) ? MEM_TYPE_SDRAM : MEM_TYPE_SGRAM; in TDFX_GetVideoMemorySize()29 if (memType == MEM_TYPE_SDRAM) in TDFX_GetVideoMemorySize()38 if (memType == MEM_TYPE_SDRAM) { in TDFX_GetVideoMemorySize()
21 #define MEM_TYPE_SDRAM 1 macro