Home | History | Annotate | Download | only in Library

Lines Matching refs:SmBusAddress

26   Executes an SMBUS quick read command on the SMBUS device specified by SmBusAddress.

27 Only the SMBUS slave address field of SmBusAddress is required.
29 If PEC is set in SmBusAddress, then ASSERT().
30 If Command in SmBusAddress is not zero, then ASSERT().
31 If Length in SmBusAddress is not zero, then ASSERT().
32 If any reserved bits of SmBusAddress are set, then ASSERT().
34 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
50 IN UINTN SmBusAddress,
58 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
59 Only the SMBUS slave address field of SmBusAddress is required.
61 If PEC is set in SmBusAddress, then ASSERT().
62 If Command in SmBusAddress is not zero, then ASSERT().
63 If Length in SmBusAddress is not zero, then ASSERT().
64 If any reserved bits of SmBusAddress are set, then ASSERT().
66 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
82 IN UINTN SmBusAddress,
90 Executes an SMBUS receive byte command on the SMBUS device specified by SmBusAddress.
91 Only the SMBUS slave address field of SmBusAddress is required.
94 If Command in SmBusAddress is not zero, then ASSERT().
95 If Length in SmBusAddress is not zero, then ASSERT().
96 If any reserved bits of SmBusAddress are set, then ASSERT().
98 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
117 IN UINTN SmBusAddress,
125 Executes an SMBUS send byte command on the SMBUS device specified by SmBusAddress.
127 Only the SMBUS slave address field of SmBusAddress is required. Value is returned.
129 If Command in SmBusAddress is not zero, then ASSERT().
130 If Length in SmBusAddress is not zero, then ASSERT().
131 If any reserved bits of SmBusAddress are set, then ASSERT().
133 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
153 IN UINTN SmBusAddress,
162 Executes an SMBUS read data byte command on the SMBUS device specified by SmBusAddress.
163 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
166 If Length in SmBusAddress is not zero, then ASSERT().
167 If any reserved bits of SmBusAddress are set, then ASSERT().
169 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
188 IN UINTN SmBusAddress,
196 Executes an SMBUS write data byte command on the SMBUS device specified by SmBusAddress.
198 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
201 If Length in SmBusAddress is not zero, then ASSERT().
202 If any reserved bits of SmBusAddress are set, then ASSERT().
204 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
224 IN UINTN SmBusAddress,
233 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
234 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
237 If Length in SmBusAddress is not zero, then ASSERT().
238 If any reserved bits of SmBusAddress are set, then ASSERT().
240 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
259 IN UINTN SmBusAddress,
267 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
269 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
272 If Length in SmBusAddress is not zero, then ASSERT().
273 If any reserved bits of SmBusAddress are set, then ASSERT().
275 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
295 IN UINTN SmBusAddress,
304 Executes an SMBUS process call command on the SMBUS device specified by SmBusAddress.
306 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
309 If Length in SmBusAddress is not zero, then ASSERT().
310 If any reserved bits of SmBusAddress are set, then ASSERT().
312 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
332 IN UINTN SmBusAddress,
341 Executes an SMBUS read block command on the SMBUS device specified by SmBusAddress.
342 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
348 If Length in SmBusAddress is not zero, then ASSERT().
350 If any reserved bits of SmBusAddress are set, then ASSERT().
352 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
372 IN UINTN SmBusAddress,
381 Executes an SMBUS write block command on the SMBUS device specified by SmBusAddress.
382 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
386 If Length in SmBusAddress is zero or greater than 32, then ASSERT().
388 If any reserved bits of SmBusAddress are set, then ASSERT().
390 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
409 IN UINTN SmBusAddress,
418 Executes an SMBUS block process call command on the SMBUS device specified by SmBusAddress.
419 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
424 If Length in SmBusAddress is zero or greater than 32, then ASSERT().
427 If any reserved bits of SmBusAddress are set, then ASSERT().
429 @param[in] SmBusAddress The address that encodes the SMBUS Slave Address,
449 IN UINTN SmBusAddress,