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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexfldio.c702 obj_desc->common_field.access_bit_width);
707 access_bit_width);
741 if ((obj_desc->common_field.access_bit_width -
746 access_bit_width -
769 obj_desc->common_field.access_bit_width;
852 if (obj_desc->common_field.access_bit_width == ACPI_INTEGER_BIT_SIZE) {
857 access_bit_width);
866 obj_desc->common_field.access_bit_width);
872 access_bit_width);
908 if ((obj_desc->common_field.access_bit_width
[all...]
H A Dexprep.c322 u32 access_bit_width; local
342 * For any_acc, the access_bit_width is the largest width that is both
352 access_bit_width = acpi_ex_decode_field_access(obj_desc, field_flags,
354 if (!access_bit_width) {
361 ACPI_DIV_8(access_bit_width); /* 1, 2, 4, 8 */
363 obj_desc->common_field.access_bit_width = (u8) access_bit_width;
371 * Note: byte_alignment is always either equal to the access_bit_width or 8
469 // access_bit_width is u8, don't overflow it
474 obj_desc->common_field.access_bit_width
[all...]
H A Dacobject.h251 u8 access_bit_width; /* Read/Write size in bits (8-64) */

Completed in 97 milliseconds