Searched refs:EISA_ID_TO_NUM (Results 1 – 5 of 5) sorted by relevance
425 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi()451 … UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); in DevPathToTextAcpi()511 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A03) || in DevPathToTextAcpiEx()512 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx()523 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx()
191 switch (EISA_ID_TO_NUM (acpi->HID)) { in efi_acpi_dev_path()224 EISA_ID_TO_NUM(acpi->HID), in efi_acpi_dev_path()
159 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) macro
260 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) macro
170 if ((EISA_ID_TO_NUM(acpi->HID) & 0xff00) == 0x300 && in has_keyboard()989 if (EISA_ID_TO_NUM(acpi->HID) == 0x501) { in parse_uefi_con_out()