Home
last modified time | relevance | path

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

/u-boot/lib/acpi/
A Dssdt.c17 struct acpi_table_header *ssdt; in acpi_write_ssdt()
21 memset((void *)ssdt, '\0', sizeof(struct acpi_table_header)); in acpi_write_ssdt()
27 ssdt->length = sizeof(struct acpi_table_header); in acpi_write_ssdt()
29 acpi_inc(ctx, sizeof(struct acpi_table_header)); in acpi_write_ssdt()
43 if (ssdt->length == sizeof(struct acpi_table_header)) in acpi_write_ssdt()
A Dacpi.c15 struct acpi_table_header *acpi_find_table(const char *sig) in acpi_find_table()
28 struct acpi_table_header *hdr; in acpi_find_table()
A Dacpi_table.c38 struct acpi_table_header *header = &dmar->header; in acpi_create_dmar()
115 void acpi_fill_header(struct acpi_table_header *header, char *signature) in acpi_fill_header()
175 rsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
193 xsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
212 struct acpi_table_header *header; in acpi_create_dbg2()
A Ddsdt.c23 const int thl = sizeof(struct acpi_table_header); in acpi_write_dsdt()
24 struct acpi_table_header *dsdt = ctx->current; in acpi_write_dsdt()
A Dbase.c38 struct acpi_table_header *header = &rsdt->header; in acpi_write_rsdt()
54 struct acpi_table_header *header = &xsdt->header; in acpi_write_xsdt()
A Dcsrt.c23 struct acpi_table_header *header; in acpi_write_csrt()
A Dmcfg.c37 struct acpi_table_header *header; in acpi_write_mcfg()
/u-boot/include/acpi/
A Dacpi_table.h52 struct __packed acpi_table_header { struct
78 struct acpi_table_header header; argument
84 struct acpi_table_header header;
90 struct acpi_table_header header;
99 struct acpi_table_header header;
110 struct acpi_table_header header;
188 struct acpi_table_header header;
293 struct acpi_table_header header;
409 struct acpi_table_header header;
430 struct acpi_table_header header;
[all …]
/u-boot/cmd/
A Dacpi.c24 static void dump_hdr(struct acpi_table_header *hdr) in dump_hdr()
41 struct acpi_table_header *hdr; in dump_table_name()
71 struct acpi_table_header *hdr; in list_rsdt()
/u-boot/arch/x86/lib/
A Dacpi_table.c133 struct acpi_table_header *header; in acpi_write_madt()
173 struct acpi_table_header *header; in acpi_write_tcpa()
233 struct acpi_table_header *header; in acpi_write_tpm2()
287 struct acpi_table_header *header; in acpi_write_spcr()
485 struct acpi_table_header *header = &hpet->header; in acpi_create_hpet()
578 struct acpi_table_header *header = &fadt->header; in acpi_fadt_common()
A Dacpi_nhlt.c265 return calc_size(nhlt) + sizeof(struct acpi_table_header); in nhlt_current_size()
387 struct acpi_table_header *header; in nhlt_serialise_oem_overrides()
398 memset(header, '\0', sizeof(struct acpi_table_header)); in nhlt_serialise_oem_overrides()
/u-boot/arch/x86/include/asm/
A Dacpi_table.h23 struct acpi_table_header;
/u-boot/include/dm/
A Dacpi.h71 struct acpi_table_header *dsdt;
/u-boot/arch/x86/cpu/tangier/
A Dacpi.c22 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/u-boot/drivers/serial/
A Dserial_coreboot.c22 struct acpi_table_header *tab; in read_dbg2()
/u-boot/test/dm/
A Dacpi.c235 struct acpi_table_header hdr; in dm_test_acpi_fill_header()
402 addr, sizeof(struct acpi_table_header) + in dm_test_acpi_cmd_list()
406 addr, sizeof(struct acpi_table_header) + in dm_test_acpi_cmd_list()
/u-boot/arch/x86/cpu/apollolake/
A Dacpi.c152 struct acpi_table_header *header = &fadt->header; in acpi_create_fadt()
A Dhostbridge.c274 struct acpi_table_header *header; in apl_acpi_hb_write_tables()
/u-boot/arch/x86/cpu/quark/
A Dacpi.c16 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/u-boot/arch/x86/cpu/baytrail/
A Dacpi.c21 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()

Completed in 33 milliseconds