Home
last modified time | relevance | path

Searched refs:byte_field_length (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexfldio.c792 u32 byte_field_length; in acpi_ex_extract_from_field() local
803 byte_field_length = ACPI_ROUND_BITS_UP_TO_BYTES (obj_desc->common_field.bit_length); in acpi_ex_extract_from_field()
804 if (byte_field_length > buffer_length) { in acpi_ex_extract_from_field()
807 byte_field_length, buffer_length)); in acpi_ex_extract_from_field()
814 datum_count = ACPI_ROUND_UP_TO (byte_field_length, in acpi_ex_extract_from_field()
831 byte_field_length, datum_count,obj_desc->common_field.access_byte_width)); in acpi_ex_extract_from_field()
967 u32 byte_field_length; in acpi_ex_insert_into_field() local
980 byte_field_length = ACPI_ROUND_BITS_UP_TO_BYTES ( in acpi_ex_insert_into_field()
982 if (buffer_length < byte_field_length) { in acpi_ex_insert_into_field()
985 buffer_length, byte_field_length)); in acpi_ex_insert_into_field()
[all …]