Searched refs:access_bit_width (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexprep.c321 u32 access_bit_width; local
341 * For any_acc, the access_bit_width is the largest width that is both
351 access_bit_width = acpi_ex_decode_field_access(obj_desc, field_flags,
353 if (!access_bit_width) {
360 ACPI_DIV_8(access_bit_width); /* 1, 2, 4, 8 */
362 obj_desc->common_field.access_bit_width = (u8) access_bit_width;
370 * Note: byte_alignment is always either equal to the access_bit_width or 8
392 field_bit_length) <= (u16) access_bit_width) {
H A Dexfldio.c698 obj_desc->common_field.access_bit_width);
703 access_bit_width);
737 if ((obj_desc->common_field.access_bit_width -
742 access_bit_width -
765 obj_desc->common_field.access_bit_width;
827 if (obj_desc->common_field.access_bit_width == ACPI_INTEGER_BIT_SIZE) {
832 access_bit_width);
841 obj_desc->common_field.access_bit_width);
847 access_bit_width);
883 if ((obj_desc->common_field.access_bit_width
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacobject.h245 u8 access_bit_width; /* Read/Write size in bits (8-64) */

Completed in 190 milliseconds