Home
last modified time | relevance | path

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

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