Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/sfi/
H A Dsfi_acpi.c118 struct sfi_table_key xsdt_key = { .sig = SFI_SIG_XSDT }; in sfi_acpi_init()
120 sfi_table_parse(SFI_SIG_XSDT, NULL, NULL, sfi_acpi_parse_xsdt); in sfi_acpi_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsfi.h74 #define SFI_SIG_XSDT "XSDT" macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dsfi.h21 #define SFI_SIG_XSDT "XSDT" macro
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dsfi.c129 finish_table(tab, SFI_SIG_XSDT, entry); in sfi_write_xsdt()