Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c292 UINT16 *DeviceIdList; in GetPciLegacyRom() local
331 DeviceIdList = (UINT16 *)(((UINT8 *) Pcir) + Pcir->DeviceListOffset); in GetPciLegacyRom()
335 while (*DeviceIdList != 0) { in GetPciLegacyRom()
336 if (*DeviceIdList == DeviceId) { in GetPciLegacyRom()
340 DeviceIdList ++; in GetPciLegacyRom()