Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dacpi.c13 if (strncmp((char *)rsdp, RSDP_SIG, sizeof(RSDP_SIG) - 1) != 0) in acpi_valid_rsdp()
H A Dacpi_table.c37 memcpy(rsdp->signature, RSDP_SIG, 8); in acpi_write_rsdp()
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h12 #define RSDP_SIG "RSD PTR " /* RSDP pointer signature */ macro