Lines Matching defs:Address
59 #define CONVERT_PCI_SEGMENT_LIB_ADDRESS_TO_PCI_ESAL_ADDRESS0(Address) (((Address >> 8) & 0xff00000… argument
60 #define CONVERT_PCI_SEGMENT_LIB_ADDRESS_TO_PCI_ESAL_ADDRESS1(Address) (((Address >> 4) & 0xffff000… argument
65 #define IS_PCI_COMPATIBLE_ADDRESS(Address) (((Address) & 0xf00) == 0) argument
84 IN UINT64 Address, in DxePciSegmentLibEsalReadWorker()
140 IN UINT64 Address, in DxePciSegmentLibEsalWriteWorker()
194 IN UINT64 Address in PciSegmentRead8()
221 IN UINT64 Address, in PciSegmentWrite8()
253 IN UINT64 Address, in PciSegmentOr8()
283 IN UINT64 Address, in PciSegmentAnd8()
315 IN UINT64 Address, in PciSegmentAndThenOr8()
347 IN UINT64 Address, in PciSegmentBitFieldRead8()
382 IN UINT64 Address, in PciSegmentBitFieldWrite8()
424 IN UINT64 Address, in PciSegmentBitFieldOr8()
466 IN UINT64 Address, in PciSegmentBitFieldAnd8()
512 IN UINT64 Address, in PciSegmentBitFieldAndThenOr8()
543 IN UINT64 Address in PciSegmentRead16()
570 IN UINT64 Address, in PciSegmentWrite16()
602 IN UINT64 Address, in PciSegmentOr16()
632 IN UINT64 Address, in PciSegmentAnd16()
664 IN UINT64 Address, in PciSegmentAndThenOr16()
696 IN UINT64 Address, in PciSegmentBitFieldRead16()
731 IN UINT64 Address, in PciSegmentBitFieldWrite16()
773 IN UINT64 Address, in PciSegmentBitFieldOr16()
815 IN UINT64 Address, in PciSegmentBitFieldAnd16()
861 IN UINT64 Address, in PciSegmentBitFieldAndThenOr16()
892 IN UINT64 Address in PciSegmentRead32()
919 IN UINT64 Address, in PciSegmentWrite32()
951 IN UINT64 Address, in PciSegmentOr32()
981 IN UINT64 Address, in PciSegmentAnd32()
1013 IN UINT64 Address, in PciSegmentAndThenOr32()
1045 IN UINT64 Address, in PciSegmentBitFieldRead32()
1080 IN UINT64 Address, in PciSegmentBitFieldWrite32()
1122 IN UINT64 Address, in PciSegmentBitFieldOr32()
1164 IN UINT64 Address, in PciSegmentBitFieldAnd32()
1210 IN UINT64 Address, in PciSegmentBitFieldAndThenOr32()