Home | History | Annotate | Download | only in BaseS3SmbusLib

Lines Matching refs:Word

31   The data can either be of the Length byte, word, or a block of data.

271 Executes an SMBUS read data word command and saves the value in the S3 script to be replayed
274 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
296 UINT16 Word;
298 Word = SmBusReadDataWord (SmBusAddress, Status);
300 InternalSaveSmBusExecToBootScript (EfiSmbusReadWord, SmBusAddress, 2, &Word);
302 return Word;
306 Executes an SMBUS write data word command and saves the value in the S3 script to be replayed
309 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
334 UINT16 Word;
336 Word = SmBusWriteDataWord (SmBusAddress, Value, Status);
338 InternalSaveSmBusExecToBootScript (EfiSmbusWriteWord, SmBusAddress, 2, &Word);
340 return Word;
372 UINT16 Word;
374 Word = SmBusProcessCall (SmBusAddress, Value, Status);
378 return Word;