Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcore.c319 if (uart->flow_control & (~((u8)ACPI_UART_FLOW_CONTROL_HW))) { in ssam_serdev_setup_via_acpi_crs()
325 flow_control = uart->flow_control & ACPI_UART_FLOW_CONTROL_HW; in ssam_serdev_setup_via_acpi_crs()
/openbmc/linux/include/acpi/
H A Dacrestyp.h498 #define ACPI_UART_FLOW_CONTROL_HW 1 macro