Searched refs:HostBridgeDevId (Results 1 – 7 of 7) sorted by relevance
36 UINT16 HostBridgeDevId; in AcpiTimerLibConstructor() local46 HostBridgeDevId = PciRead16 (OVMF_HOSTBRIDGE_DID); in AcpiTimerLibConstructor()47 switch (HostBridgeDevId) { in AcpiTimerLibConstructor()64 __FUNCTION__, HostBridgeDevId)); in AcpiTimerLibConstructor()102 UINT16 HostBridgeDevId; in InternalAcpiGetTimerTick() local108 HostBridgeDevId = PciRead16 (OVMF_HOSTBRIDGE_DID); in InternalAcpiGetTimerTick()109 switch (HostBridgeDevId) { in InternalAcpiGetTimerTick()118 __FUNCTION__, HostBridgeDevId)); in InternalAcpiGetTimerTick()
45 UINT16 HostBridgeDevId; in AcpiTimerLibConstructor() local51 HostBridgeDevId = PcdGet16 (PcdOvmfHostBridgePciDevId); in AcpiTimerLibConstructor()52 switch (HostBridgeDevId) { in AcpiTimerLibConstructor()61 __FUNCTION__, HostBridgeDevId)); in AcpiTimerLibConstructor()
38 UINT16 HostBridgeDevId; in AcpiTimerLibConstructor() local48 HostBridgeDevId = PciRead16 (OVMF_HOSTBRIDGE_DID); in AcpiTimerLibConstructor()49 switch (HostBridgeDevId) { in AcpiTimerLibConstructor()66 __FUNCTION__, HostBridgeDevId)); in AcpiTimerLibConstructor()
31 UINT16 HostBridgeDevId; in AcpiPmControl() local36 HostBridgeDevId = PciRead16 (OVMF_HOSTBRIDGE_DID); in AcpiPmControl()37 switch (HostBridgeDevId) { in AcpiPmControl()
181 UINT16 HostBridgeDevId; in LegacyInterruptInstall() local192 HostBridgeDevId = PcdGet16 (PcdOvmfHostBridgePciDevId); in LegacyInterruptInstall()193 switch (HostBridgeDevId) { in LegacyInterruptInstall()202 __FUNCTION__, HostBridgeDevId)); in LegacyInterruptInstall()
472 UINT16 HostBridgeDevId; in LegacyRegionInit() local477 HostBridgeDevId = PcdGet16 (PcdOvmfHostBridgePciDevId); in LegacyRegionInit()478 switch (HostBridgeDevId) { in LegacyRegionInit()487 __FUNCTION__, HostBridgeDevId)); in LegacyRegionInit()
248 UINT16 HostBridgeDevId; in SmmAccessPeiEntryPoint() local265 HostBridgeDevId = PciRead16 (OVMF_HOSTBRIDGE_DID); in SmmAccessPeiEntryPoint()266 if (HostBridgeDevId != INTEL_Q35_MCH_DEVICE_ID) { in SmmAccessPeiEntryPoint()268 "DID=0x%04x (Q35) is supported\n", __FUNCTION__, HostBridgeDevId, in SmmAccessPeiEntryPoint()