Home | History | Annotate | Download | only in PiDxeS3BootScriptLib

Lines Matching refs:Data

2   Interpret and execute the S3 data in S3 boot script. 

26 @param SmbusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
37 @param Buffer Contains the value of data to execute to the SMBus slave device.
41 @retval EFI_SUCCESS The last data that was returned from the access matched the poll
179 @retval EFI_SUCCESS The data was written to the EFI System.
210 // Loop for each iteration and move the data
283 @retval EFI_SUCCESS The data was written to the EFI System.
316 // Loop for each iteration and move the data
383 @retval EFI_SUCCESS The data was written to the EFI System.
418 @retval EFI_SUCCESS The data was written to the EFI System.
446 // Loop for each iteration and move the data
517 @retval EFI_SUCCESS The data was written to the EFI System.
547 // Loop for each iteration and move the data
612 @retval EFI_SUCCESS The data was written to the EFI System.
677 // Loop for each iteration and move the data
765 // Loop for each iteration and move the data
822 @retval EFI_SUCCESS The data was written to the EFI System.
852 @retval EFI_SUCCESS The data was written to the EFI System.
920 UINT64 Data;
923 Data = 0;
933 &Data
936 Data = (Data & AndMask) | OrMask;
941 &Data
964 UINT64 Data;
967 Data = 0;
977 &Data
980 Data = (Data & AndMask) | OrMask;
985 &Data
1008 UINT64 Data;
1011 Data = 0;
1021 &Data
1027 Data = (Data & AndMask) | OrMask;
1033 &Data
1146 @retval EFI_DEVICE_ERROR Data polled from memory does not equal to
1147 the epecting data within the Loop Times.
1158 UINT64 Data;
1167 Data = 0;
1172 &Data
1174 if ((!EFI_ERROR (Status)) && (Data & AndMask) == OrMask) {
1181 Data = 0;
1186 &Data
1188 if ((!EFI_ERROR (Status)) && (Data & AndMask) == OrMask) {
1347 @retval EFI_DEVICE_ERROR Data polled from memory does not equal to
1348 the epecting data within the Loop Times.
1359 UINT64 Data;
1367 Data = 0;
1372 &Data
1374 if ((!EFI_ERROR (Status)) && (Data & AndMask) == OrMask) {
1379 Data = 0;
1384 &Data
1386 if ((!EFI_ERROR (Status)) &&(Data & AndMask) == OrMask) {
1447 UINT64 Data;
1451 Data = 0;
1462 &Data
1468 Data = (Data & AndMask) | OrMask;
1474 &Data
1486 @retval EFI_DEVICE_ERROR Data polled from Pci configuration space does not equal to
1487 epecting data within the Loop Times.
1496 UINT64 Data;
1504 Data = 0;
1509 &Data
1511 if ((!EFI_ERROR (Status)) &&(Data & AndMask) == OrMask) {
1517 Data = 0;
1522 &Data
1525 (Data & AndMask) == OrMask) {
1545 @retval EFI_DEVICE_ERROR Data polled from Pci configuration space does not equal to
1546 epecting data within the Loop Times.
1557 UINT64 Data;
1561 Data = 0;
1571 &Data
1573 if ((!EFI_ERROR (Status)) && (Data & AndMask) == OrMask) {
1580 Data = 0;
1586 &Data
1588 if ((!EFI_ERROR (Status)) && (Data & AndMask) == OrMask) {