Lines Matching refs:value
16 #define INIT_TABLE_LENGTH(i) i->value
19 #define COMPARE_VALUE(i) i->value
104 ((ACPI_GET8(source) >> info->value) & 0x01));
112 ((ACPI_GET8(source) >> info->value) & 0x03));
120 ((ACPI_GET8(source) >> info->value) & 0x07));
129 (info->value * (item_count - 1));
138 (info->value * (item_count - 1));
143 target = ACPI_ADD_PTR(void, aml, info->value);
157 resource->length + (info->value * item_count);
165 target = ACPI_ADD_PTR(void, aml, (info->value + 2));
170 target = ACPI_ADD_PTR(void, aml, info->value);
187 item_count = ACPI_GET16(source) - info->value;
197 - ACPI_GET16(source) - info->value;
205 resource->length = resource->length + info->value;
213 * Raw data move. Use the Info value field unless item_count has
216 if (info->value) {
217 item_count = info->value;
266 source = ACPI_ADD_PTR(void, aml, info->value);
284 (ACPI_GET16(source) + info->value));
291 memset(destination, info->aml_offset, info->value);
296 target = ACPI_ADD_PTR(char, resource, info->value);
316 info->value,
334 info->value),
350 target = ACPI_ADD_PTR(char, resource, info->value);
366 target = ACPI_ADD_PTR(char, resource, info->value);
377 if (aml_resource_length != info->value) {
384 if (ACPI_GET8(source) != info->value) {
491 value));
500 value));
509 value));
518 (aml_length + (info->value * (item_count - 1)));
534 target = ACPI_ADD_PTR(void, aml, info->value);
545 (u16)(aml_length + (info->value * item_count));
559 target = ACPI_ADD_PTR(void, aml, info->value);
571 ACPI_SET16(destination, item_count + info->value);
585 acpi_rs_set_resource_length(info->value, aml);
593 if (info->value) {
594 item_count = info->value;
666 acpi_rs_set_resource_source(aml, info->value,
680 value)));
690 info->value));
698 if (item_count <= info->value) {