Home | History | Annotate | Download | only in BaseSmbusLibNull

Lines Matching refs:SmBusAddress

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

23 Only the SMBUS slave address field of SmBusAddress is required.
25 If PEC is set in SmBusAddress, then ASSERT().
26 If Command in SmBusAddress is not zero, then ASSERT().
27 If Length in SmBusAddress is not zero, then ASSERT().
28 If any reserved bits of SmBusAddress are set, then ASSERT().
30 @param SmBusAddress Address that encodes the SMBUS Slave Address,
46 IN UINTN SmBusAddress,
50 ASSERT (!SMBUS_LIB_PEC (SmBusAddress));
51 ASSERT (SMBUS_LIB_COMMAND (SmBusAddress) == 0);
52 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
53 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
62 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
63 Only the SMBUS slave address field of SmBusAddress is required.
65 If PEC is set in SmBusAddress, then ASSERT().
66 If Command in SmBusAddress is not zero, then ASSERT().
67 If Length in SmBusAddress is not zero, then ASSERT().
68 If any reserved bits of SmBusAddress are set, then ASSERT().
70 @param SmBusAddress Address that encodes the SMBUS Slave Address,
86 IN UINTN SmBusAddress,
90 ASSERT (!SMBUS_LIB_PEC (SmBusAddress));
91 ASSERT (SMBUS_LIB_COMMAND (SmBusAddress) == 0);
92 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
93 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
102 Executes an SMBUS receive byte command on the SMBUS device specified by SmBusAddress.
103 Only the SMBUS slave address field of SmBusAddress is required.
106 If Command in SmBusAddress is not zero, then ASSERT().
107 If Length in SmBusAddress is not zero, then ASSERT().
108 If any reserved bits of SmBusAddress are set, then ASSERT().
110 @param SmBusAddress Address that encodes the SMBUS Slave Address,
129 IN UINTN SmBusAddress,
133 ASSERT (SMBUS_LIB_COMMAND (SmBusAddress) == 0);
134 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
135 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
145 Executes an SMBUS send byte command on the SMBUS device specified by SmBusAddress.
147 Only the SMBUS slave address field of SmBusAddress is required. Value is returned.
149 If Command in SmBusAddress is not zero, then ASSERT().
150 If Length in SmBusAddress is not zero, then ASSERT().
151 If any reserved bits of SmBusAddress are set, then ASSERT().
153 @param SmBusAddress Address that encodes the SMBUS Slave Address,
173 IN UINTN SmBusAddress,
178 ASSERT (SMBUS_LIB_COMMAND (SmBusAddress) == 0);
179 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
180 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
190 Executes an SMBUS read data byte command on the SMBUS device specified by SmBusAddress.
191 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
194 If Length in SmBusAddress is not zero, then ASSERT().
195 If any reserved bits of SmBusAddress are set, then ASSERT().
197 @param SmBusAddress Address that encodes the SMBUS Slave Address,
216 IN UINTN SmBusAddress,
220 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
221 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
231 Executes an SMBUS write data byte command on the SMBUS device specified by SmBusAddress.
233 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
236 If Length in SmBusAddress is not zero, then ASSERT().
237 If any reserved bits of SmBusAddress are set, then ASSERT().
239 @param SmBusAddress Address that encodes the SMBUS Slave Address,
259 IN UINTN SmBusAddress,
264 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
265 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
275 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
276 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
279 If Length in SmBusAddress is not zero, then ASSERT().
280 If any reserved bits of SmBusAddress are set, then ASSERT().
282 @param SmBusAddress Address that encodes the SMBUS Slave Address,
301 IN UINTN SmBusAddress,
305 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
306 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
316 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
318 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
321 If Length in SmBusAddress is not zero, then ASSERT().
322 If any reserved bits of SmBusAddress are set, then ASSERT().
324 @param SmBusAddress Address that encodes the SMBUS Slave Address,
344 IN UINTN SmBusAddress,
349 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
350 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
360 Executes an SMBUS process call command on the SMBUS device specified by SmBusAddress.
362 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
365 If Length in SmBusAddress is not zero, then ASSERT().
366 If any reserved bits of SmBusAddress are set, then ASSERT().
368 @param SmBusAddress Address that encodes the SMBUS Slave Address,
388 IN UINTN SmBusAddress,
393 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
394 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
404 Executes an SMBUS read block command on the SMBUS device specified by SmBusAddress.
405 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
411 If Length in SmBusAddress is not zero, then ASSERT().
413 If any reserved bits of SmBusAddress are set, then ASSERT().
415 @param SmBusAddress Address that encodes the SMBUS Slave Address,
435 IN UINTN SmBusAddress,
441 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) == 0);
442 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
452 Executes an SMBUS write block command on the SMBUS device specified by SmBusAddress.
453 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
457 If Length in SmBusAddress is zero or greater than 32, then ASSERT().
459 If any reserved bits of SmBusAddress are set, then ASSERT().
461 @param SmBusAddress Address that encodes the SMBUS Slave Address,
480 IN UINTN SmBusAddress,
486 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) >= 1);
487 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) <= 32);
488 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);
498 Executes an SMBUS block process call command on the SMBUS device specified by SmBusAddress.
499 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
504 If Length in SmBusAddress is zero or greater than 32, then ASSERT().
507 If any reserved bits of SmBusAddress are set, then ASSERT().
509 @param SmBusAddress Address that encodes the SMBUS Slave Address,
529 IN UINTN SmBusAddress,
537 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) >= 1);
538 ASSERT (SMBUS_LIB_LENGTH (SmBusAddress) <= 32);
539 ASSERT (SMBUS_LIB_RESERVED (SmBusAddress) == 0);