Searched refs:byte_field_length (Results 1 – 1 of 1) sorted by relevance
792 u32 byte_field_length; in acpi_ex_extract_from_field() local803 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() local980 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 …]