Home
last modified time | relevance | path

Searched refs:EISA_PNP_NUM (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_device_path_to_text.c73 s += sprintf(s, "Acpi(PNP%04x", EISA_PNP_NUM(adp->hid)); in dp_acpi()
/external/u-boot/include/
Defi_api.h385 #define EISA_PNP_NUM(ID) ((ID) >> 16) macro