Home
last modified time | relevance | path

Searched refs:byte_zero_mask (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/acpica/
A Dpsargs.c48 u8 byte_zero_mask = 0x3F; /* Default [0:5] */ in acpi_ps_get_next_package_length() local
71 byte_zero_mask = 0x0F; /* Use bits [0:3] of byte 0 */ in acpi_ps_get_next_package_length()
77 package_length |= (aml[0] & byte_zero_mask); in acpi_ps_get_next_package_length()

Completed in 4 milliseconds