Searched refs:byte_alignment (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | exprep.c | 74 * byte_alignment (1, 2, 3, or 4) 218 * byte_alignment (1, 2, 3, or 4) 229 u32 byte_alignment; acpi_ex_decode_field_access() local 240 byte_alignment = acpi_ex_decode_field_access() 247 bit_length = byte_alignment * 8; acpi_ex_decode_field_access() 250 byte_alignment = 1; acpi_ex_decode_field_access() 257 byte_alignment = 1; acpi_ex_decode_field_access() 263 byte_alignment = 2; acpi_ex_decode_field_access() 269 byte_alignment = 4; acpi_ex_decode_field_access() 275 byte_alignment = 8; acpi_ex_decode_field_access() 290 * byte_alignment is always 1 byte -- regardless of any byte_alignment acpi_ex_decode_field_access() 293 byte_alignment = 1; acpi_ex_decode_field_access() 296 *return_byte_alignment = byte_alignment; acpi_ex_decode_field_access() 328 u32 byte_alignment; acpi_ex_prep_common_field_object() local 345 * necessary byte_alignment (address granularity) of the access. acpi_ex_prep_common_field_object() 349 * I/O operation. However, for any_acc, the byte_alignment is always one acpi_ex_prep_common_field_object() 352 * For all Buffer Fields, the byte_alignment is always one byte. acpi_ex_prep_common_field_object() 355 * the same (equivalent) as the byte_alignment. acpi_ex_prep_common_field_object() 358 &byte_alignment); acpi_ex_prep_common_field_object() 374 * Note: byte_alignment is always either equal to the access_bit_width or 8 acpi_ex_prep_common_field_object() 381 ACPI_ROUND_DOWN(nearest_byte_address, byte_alignment); acpi_ex_prep_common_field_object()
|
Completed in 88 milliseconds