Home | History | Annotate | Download | only in CirrusLogic5430Dxe

Lines Matching refs:ModeData

339   CIRRUS_LOGIC_5430_MODE_DATA            *ModeData;

455 ModeData = &Private->ModeData[0];
479 ModeData->ModeNumber = Index;
480 ModeData->HorizontalResolution = VideoMode->Width;
481 ModeData->VerticalResolution = VideoMode->Height;
482 ModeData->ColorDepth = VideoMode->ColorDepth;
483 ModeData->RefreshRate = VideoMode->RefreshRate;
485 ModeData ++;
498 ModeData = &Private->ModeData[0];
501 ModeData->ModeNumber = Index;
502 ModeData->HorizontalResolution = VideoMode->Width;
503 ModeData->VerticalResolution = VideoMode->Height;
504 ModeData->ColorDepth = VideoMode->ColorDepth;
505 ModeData->RefreshRate = VideoMode->RefreshRate;
507 ModeData ++ ;