Searched refs:oem_table_id (Results 1 – 10 of 10) sorted by relevance
/u-boot/board/google/chromebook_coral/ |
A D | coral.c | 113 const char *oem_table_id = "coral"; in coral_write_acpi_tables() local 134 ret = nhlt_serialise_oem_overrides(ctx, nhlt, oem_id, oem_table_id, in coral_write_acpi_tables()
|
/u-boot/arch/x86/lib/ |
A D | acpi_nhlt.c | 383 const char *oem_id, const char *oem_table_id, in nhlt_serialise_oem_overrides() argument 407 if (oem_table_id) { in nhlt_serialise_oem_overrides() 408 oem_table_id_len = min((int)strlen(oem_table_id), 8); in nhlt_serialise_oem_overrides() 409 memcpy(header->oem_table_id, oem_table_id, oem_table_id_len); in nhlt_serialise_oem_overrides()
|
A D | sfi.c | 52 strncpy(hdr->oem_table_id, "Table v1", SFI_OEM_TABLE_ID_SIZE); in finish_table()
|
A D | acpi_table.c | 476 const char *oem_table_id) in acpi_create_ssdt() argument 802 memcpy(header->oem_table_id, OEM_TABLE_ID, 8); in acpi_fadt_common()
|
/u-boot/arch/x86/include/asm/ |
A D | sfi.h | 45 char oem_table_id[SFI_OEM_TABLE_ID_SIZE]; member
|
A D | acpi_nhlt.h | 147 const char *oem_id, const char *oem_table_id,
|
/u-boot/cmd/ |
A D | acpi.c | 31 hdr->oem_id, hdr->oem_table_id, hdr->oem_revision, in dump_hdr()
|
/u-boot/test/dm/ |
A D | acpi.c | 219 ut_asserteq_mem(OEM_TABLE_ID, hdr.oem_table_id, in dm_test_acpi_fill_header() 220 sizeof(hdr.oem_table_id)); in dm_test_acpi_fill_header()
|
/u-boot/lib/acpi/ |
A D | acpi_table.c | 102 memcpy(header->oem_table_id, OEM_TABLE_ID, 8); in acpi_fill_header()
|
/u-boot/include/acpi/ |
A D | acpi_table.h | 58 char oem_table_id[8]; /* OEM table identification */ member
|
Completed in 21 milliseconds