Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPciSegmentLib.c34 #define ASSERT_INVALID_PCI_SEGMENT_ADDRESS(A,M) \ macro
189 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentRegisterForRuntimeAccess()
213 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentRead8()
239 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentWrite8()
550 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentRead16()
577 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentWrite16()
894 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentRead32()
922 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentWrite32()
1254 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentReadBuffer()
1353 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentWriteBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
DPciLib.c32 #define ASSERT_INVALID_PCI_SEGMENT_ADDRESS(A,M) \ macro
197 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentRead8()
225 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentWrite8()
546 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentRead16()
574 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentWrite16()
895 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentRead32()
923 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentWrite32()
1256 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentReadBuffer()
1354 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentWriteBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
DPciSegmentLib.c267 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentRegisterForRuntimeAccess()
290 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentRead8()
316 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 0); in PciSegmentWrite8()
627 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentRead16()
654 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 1); in PciSegmentWrite16()
970 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentRead32()
997 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (Address, 3); in PciSegmentWrite32()
1327 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentReadBuffer()
1425 ASSERT_INVALID_PCI_SEGMENT_ADDRESS (StartAddress, 0); in PciSegmentWriteBuffer()
DPciSegmentLib.h46 #define ASSERT_INVALID_PCI_SEGMENT_ADDRESS(A,M) \ macro