Searched refs:pin_table_offset (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rscalc.c | 581 aml_resource->gpio.pin_table_offset + in acpi_rs_get_list_length() 587 aml_resource->gpio.pin_table_offset; in acpi_rs_get_list_length() 599 pin_table_offset + in acpi_rs_get_list_length() 605 aml_resource->pin_function.pin_table_offset; in acpi_rs_get_list_length() 634 aml_resource->pin_config.pin_table_offset + in acpi_rs_get_list_length() 640 aml_resource->pin_config.pin_table_offset; in acpi_rs_get_list_length() 648 aml_resource->pin_group.pin_table_offset + in acpi_rs_get_list_length()
|
H A D | rsserial.c | 78 AML_OFFSET(gpio.pin_table_offset), 82 AML_OFFSET(gpio.pin_table_offset), 201 AML_OFFSET(pin_function.pin_table_offset), 205 AML_OFFSET(pin_function.pin_table_offset), 670 AML_OFFSET(pin_config.pin_table_offset), 674 AML_OFFSET(pin_config.pin_table_offset), 736 AML_OFFSET(pin_group.pin_table_offset), 740 AML_OFFSET(pin_group.pin_table_offset),
|
H A D | amlresrc.h | 289 u16 pin_table_offset; member 402 u16 pin_table_offset; member 422 u16 pin_table_offset; member 454 u16 pin_table_offset; member
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 896 uint16_t pin_table_offset, resource_source_name_offset, vendor_data_offset; in aml_gpio_connection() local 902 pin_table_offset = min_desc_len + 1; in aml_gpio_connection() 903 resource_source_name_offset = pin_table_offset + pin_count * 2; in aml_gpio_connection() 921 build_append_int_noprefix(var->buf, pin_table_offset, 2); in aml_gpio_connection()
|