Searched refs:BufferIndex (Results 1 – 6 of 6) sorted by relevance
231 UINT8 *BufferIndex; in ParseEdidData() local276 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0]; in ParseEdidData()278 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){ in ParseEdidData()282 HorizontalResolution = (UINT16) (BufferIndex[0] * 8 + 248); in ParseEdidData()283 AspectRatio = (UINT8) (BufferIndex[1] >> 6); in ParseEdidData()301 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60); in ParseEdidData()308 BufferIndex += 2; in ParseEdidData()
183 OUT UINTN *BufferIndex
1246 OUT UINTN *BufferIndex in GetEBCStack() argument1262 *BufferIndex = Index; in GetEBCStack()
1096 UINT8 *BufferIndex; in ParseEdidData() local1144 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0]; in ParseEdidData()1150 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){ in ParseEdidData()1154 HorizontalResolution = (UINT16) (BufferIndex[0] * 8 + 248); in ParseEdidData()1155 AspectRatio = (UINT8) (BufferIndex[1] >> 6); in ParseEdidData()1173 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60); in ParseEdidData()1181 BufferIndex += 2; in ParseEdidData()1187 BufferIndex = &EdidDataBlock->DetailedTimingDescriptions[0]; in ParseEdidData()1188 …for (Index = 0; Index < 4; Index ++, BufferIndex += VESA_BIOS_EXTENSIONS_DETAILED_TIMING_EACH_DESC… in ParseEdidData()1189 if ((BufferIndex[0] == 0x0) && (BufferIndex[1] == 0x0)) { in ParseEdidData()[all …]
842 UINT8 *BufferIndex; in ParseEdidData() local887 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0]; in ParseEdidData()889 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){ in ParseEdidData()893 HorizontalResolution = (UINT8) (BufferIndex[0] * 8 + 248); in ParseEdidData()894 AspectRatio = (UINT8) (BufferIndex[1] >> 6); in ParseEdidData()912 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60); in ParseEdidData()919 BufferIndex += 2; in ParseEdidData()
586 UINTN BufferIndex; in NorFlashWriteFullBlock() local626 for(BufferIndex=0; in NorFlashWriteFullBlock()627 BufferIndex < BuffersInBlock; in NorFlashWriteFullBlock()628 …BufferIndex++, WordAddress += P30_MAX_BUFFER_SIZE_IN_BYTES, DataBuffer += P30_MAX_BUFFER_SIZE_IN_W… in NorFlashWriteFullBlock()