Lines Matching refs:byte_field_length
792 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()
990 byte_field_length = ACPI_ROUND_BITS_UP_TO_BYTES ( in acpi_ex_insert_into_field()
996 datum_count = ACPI_ROUND_UP_TO (byte_field_length, in acpi_ex_insert_into_field()
1001 byte_field_length, datum_count, obj_desc->common_field.access_byte_width)); in acpi_ex_insert_into_field()