Lines Matching refs:Integer
231 if (e[0].Integer.Value != 0x10) {
285 arg[1].Integer.Value = addr;
295 arg[0].Integer.Value = (cmdlen != 0) ?
298 arg[2].Integer.Value = 0;
302 arg[0].Integer.Value = ACPI_SMBUS_RD_BYTE;
303 arg[2].Integer.Value = *c;
307 arg[0].Integer.Value = ACPI_SMBUS_RD_WORD;
308 arg[2].Integer.Value = *c;
312 arg[0].Integer.Value = ACPI_SMBUS_RD_BLOCK;
313 arg[2].Integer.Value = *c;
322 arg[3].Integer.Value = len;
328 arg[2].Integer.Value = 0;
329 arg[0].Integer.Value = ACPI_SMBUS_WR_QUICK;
331 arg[2].Integer.Value = *c;
332 arg[0].Integer.Value = ACPI_SMBUS_SND_BYTE;
335 arg[4].Integer.Value = 0;
339 arg[0].Integer.Value = ACPI_SMBUS_WR_BYTE;
340 arg[2].Integer.Value = *c;
341 arg[4].Integer.Value = *b;
345 arg[0].Integer.Value = ACPI_SMBUS_WR_WORD;
346 arg[2].Integer.Value = *c;
347 arg[4].Integer.Value = *b++;
348 arg[4].Integer.Value += (*b--) << 8;
352 arg[0].Integer.Value = ACPI_SMBUS_WR_BLOCK;
353 arg[2].Integer.Value = *c;
386 "return status: %"PRIu64"\n", e[0].Integer.Value));
388 if (e[0].Integer.Value != 0) {
408 xlen = e[1].Integer.Value;
435 *b++ = e[2].Integer.Value & 0xff;
438 *b = e[2].Integer.Value >> 8;
492 status = e[0].Integer.Value;
495 addr = e[1].Integer.Value;