Searched refs:ACPI_IS_POWER_OF_TWO (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/acpi/acpica/ | ||
D | hwregs.c | 70 ACPI_IS_POWER_OF_TWO(reg->bit_width) && in acpi_hw_get_access_bit_width() |
D | acmacros.h | 294 #define ACPI_IS_POWER_OF_TWO(a) ACPI_IS_ALIGNED(a, a) macro |