Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dacpi_table.c61 void acpi_fill_header(struct acpi_table_header *header, char *signature) in acpi_fill_header()
72 struct acpi_table_header *header = &(rsdt->header); in acpi_write_rsdt()
88 struct acpi_table_header *header = &(xsdt->header); in acpi_write_xsdt()
135 rsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
152 xsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
275 struct acpi_table_header *header = &(madt->header); in acpi_create_madt()
321 struct acpi_table_header *header = &(mcfg->header); in acpi_create_mcfg()
370 struct acpi_table_header *dsdt; in write_acpi_tables()
413 dsdt = (struct acpi_table_header *)current; in write_acpi_tables()
414 memcpy(dsdt, &AmlCode, sizeof(struct acpi_table_header)); in write_acpi_tables()
[all …]
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dacpi_table.h35 struct acpi_table_header { struct
52 struct acpi_table_header header; argument
58 struct acpi_table_header header;
140 struct acpi_table_header header;
222 struct acpi_table_header header;
285 struct acpi_table_header header;
306 void acpi_fill_header(struct acpi_table_header *header, char *signature);
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dacpi.c16 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A Dacpi.c21 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()