Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dec.c41 #define ACPI_EC_FLAG_OBF 0x01 /* Output buffer full */ macro
287 !!(x & ACPI_EC_FLAG_OBF)); in acpi_ec_read_status()
689 if (status & ACPI_EC_FLAG_OBF) { in advance_transaction()