Searched refs:OEM_ID (Results 1 – 5 of 5) sorted by relevance
15 OEM_ID,
101 memcpy(header->oem_id, OEM_ID, 6); in acpi_fill_header()193 memcpy(rsdp->oem_id, OEM_ID, 6); in acpi_write_rsdp()
19 #define OEM_ID "U-BOOT" /* U-Boot */ macro
218 ut_asserteq_mem(OEM_ID, hdr.oem_id, sizeof(hdr.oem_id)); in dm_test_acpi_fill_header()
801 memcpy(header->oem_id, OEM_ID, 6); in acpi_fadt_common()
Completed in 17 milliseconds