Home | History | Annotate | Download | only in CirrusLogic5430Dxe

Lines Matching refs:Index

116   UINTN             Index;

121 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++) {
122 I2cReadByte (Private->PciIo, 0xa0, (UINT8)Index, &EdidData[Index]);
130 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++, ValidEdid ++) {
136 if (Index == 256) {
197 UINT32 Index;
202 for (Index = 0; Index < ValidEdidTiming->ValidNumber; Index ++) {
203 if (Key == ValidEdidTiming->Key[Index]) {
228 UINT32 Index;
245 for (Index = 0; Index < EDID_BLOCK_SIZE; Index ++) {
246 CheckSum = (UINT8) (CheckSum + EdidBuffer[Index]);
265 for (Index = 0; Index < VBE_EDID_ESTABLISHED_TIMING_MAX_NUMBER; Index ++) {
267 ValidEdidTiming->Key[ValidNumber] = CalculateEdidKey (&mVbeEstablishedEdidTiming[Index]);
277 for (Index = 0; Index < 8; Index ++) {
326 UINT32 Index;
457 for (Index = 0; Index < CIRRUS_LOGIC_5430_MODE_COUNT; Index++) {
479 ModeData->ModeNumber = Index;
500 for (Index = 0; Index < CIRRUS_LOGIC_5430_MODE_COUNT; Index ++) {
501 ModeData->ModeNumber = Index;