Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dspcr.c98 status = acpi_get_table(ACPI_SIG_SPCR, 0, (struct acpi_table_header **)&table); in acpi_parse_spcr()
H A Dtables.c391 ACPI_SIG_MCHI, ACPI_SIG_SLIC, ACPI_SIG_SPCR, ACPI_SIG_SPMI,
H A Dscan.c2651 status = acpi_get_table(ACPI_SIG_SPCR, 0, in acpi_get_spcr_uart_addr()
/linux/include/acpi/
H A Dactbl3.h29 #define ACPI_SIG_SPCR "SPCR" /* Serial Port Console Redirection table */ macro