Lines Matching refs:status
11 * only, 32-bit registers to query the status of individual interrupts.
12 * The status bit for IRQ n is bit (n % 32) within register (n / 32)
59 u32 status;
62 status = bit & combiner->regs[reg].enabled;
63 if (bit && !status)
69 while (status) {
70 bit = __ffs(status);
71 status &= ~(1 << bit);
157 acpi_status status;
163 status = acpi_walk_resources(ahandle, METHOD_NAME__CRS,
165 if (ACPI_FAILURE(status))
212 acpi_status status;
222 status = acpi_walk_resources(ahandle, METHOD_NAME__CRS,
224 if (ACPI_FAILURE(status))