Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridgeResourceAllocation.c360 …ostBridgeInstance->RootBridge->BusStart) && (BusLen <= HostBridgeInstance->RootBridge->BusLength)); in PciHbRaSetBusNumbers()
363 HostBridgeInstance->RootBridge->BusLength = BusLen; in PciHbRaSetBusNumbers()
DPciRootBridge.c669 Configuration.SpaceDesp[Index].AddrLen = RootBridge->BusLength; in PciRbConfiguration()
707 RootBridge->BusLength = FixedPcdGet32 (PcdPciBusMax) - FixedPcdGet32 (PcdPciBusMin) + 1; in PciRbConstructor()
DPciHostBridge.h93 UINTN BusLength; member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.c1701 UINTN BusLength; in msk_encap() local
1712 BusLength = m_head->Length; in msk_encap()
1714 &BusLength, &BusPhysAddr, &txd->tx_m.DmaMapping); in msk_encap()
1720 ASSERT (BusLength == m_head->Length); in msk_encap()
1740 tx_le->msk_control = htole32 (BusLength | control | OP_PACKET); in msk_encap()