Home
last modified time | relevance | path

Searched refs:PNP_EISA_ID_CONST (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/efi/include/
H A Defidevp.h153 #define PNP_EISA_ID_CONST 0x41d0 macro
155 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
156 #define EFI_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h254 #define PNP_EISA_ID_CONST 0x41d0 macro
256 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
257 #define EFI_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
/freebsd/stand/efi/libefi/
H A Ddevpath.c190 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in efi_acpi_dev_path()
/freebsd/stand/efi/loader/
H A Dmain.c171 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) { in has_keyboard()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c424 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi()