Lines Matching +full:multi +full:- +full:word
88 Any data values on the command-line are integer values in the
90 word values.
96 Since the low-order bit of the device address of SMBus devices
97 selects between read and write operations, only even-numbered
101 .Bl -tag -width ".Fl o Ar outcnt"
112 for word input operations.
113 For multi-byte input (block read), the same format is used for
134 (and their arguments) on the command-line, where the number of data
150 This option specifies that IO operations are word operations,
157 Note that the SMBus byte order is defined to be little-endian
167 .Bd -unfilled -offset indent
185 .Bd -unfilled -offset indent
191 read word yes 2 \&-
192 write word yes \&- 2
199 .Bl -tag -width ".Pa /dev/smb0" -compact
214 .Dl "smbmsg -f /dev/smb1 -p"
219 .Dl "smbmsg -s 0x70 -i 1"
226 .Dl "smbmsg -s 0x70 -c 0xff -i 1 -F %d"
231 255 (0xff) as the command-byte to send to the device,
235 .Dl "smbmsg -s 0xa0 -c 0 -o 1 0x80"
240 0 as the command-byte value, and 0x80 as the byte to
242 Assuming this might be a Philips PCF8583 real-time clock,
245 .Dl "smbmsg -s 0xa0 -c 1 -i 6 -F %02x"
257 .Dl "smbmsg -s 0xa0 -c 2 -o 5 0x00 0x07 0x22 0x16 0x05"
262 For the PCF8583 RTC, this would set the clock to Sunday (2004%4)-05-16
265 Diagnostic messages issued are supposed to be self-explanatory.