Searched refs:PcdGet32 (Results 1 – 2 of 2) sorted by relevance
129 if (PcdGet32 (PcdMaximumDevicePathNodeCount) > 0) { in IsDevicePathValid()131 if (Count >= PcdGet32 (PcdMaximumDevicePathNodeCount)) { in IsDevicePathValid()
362 #define PcdGet32(TokenName) _PCD_GET_MODE_32_##TokenName macro