Home | History | Annotate | Download | only in BasePciLibCf8

Lines Matching full:specified

26   Registers the PCI device specified by Address so all the PCI configuration registers 

55 Reads and returns the 8-bit PCI configuration register specified by Address.
79 Writes the 8-bit PCI configuration register specified by Address with the
80 value specified by Value. Value is returned. This function must guarantee
106 Reads the 8-bit PCI configuration register specified by Address, performs a
107 bitwise OR between the read result and the value specified by
109 specified by Address. The value written to the PCI configuration register is
136 Reads the 8-bit PCI configuration register specified by Address, performs a
137 bitwise AND between the read result and the value specified by AndData, and
138 writes the result to the 8-bit PCI configuration register specified by
166 Reads the 8-bit PCI configuration register specified by Address, performs a
167 bitwise AND between the read result and the value specified by AndData,
169 the value specified by OrData, and writes the result to the 8-bit PCI
170 configuration register specified by Address. The value written to the PCI
199 specified by the StartBit and the EndBit. The value of the bit field is
231 field is specified by the StartBit and the EndBit. All other bits in the
239 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
267 Reads the 8-bit PCI configuration register specified by Address, performs a
268 bitwise OR between the read result and the value specified by
270 specified by Address. The value written to the PCI configuration register is
278 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
306 Reads the 8-bit PCI configuration register specified by Address, performs a
307 bitwise AND between the read result and the value specified by AndData, and
308 writes the result to the 8-bit PCI configuration register specified by
317 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
346 Reads the 8-bit PCI configuration register specified by Address, performs a
348 the value specified by AndData, and writes the result to the 8-bit PCI
349 configuration register specified by Address. The value written to the PCI
358 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
359 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
388 Reads and returns the 16-bit PCI configuration register specified by Address.
413 Writes the 16-bit PCI configuration register specified by Address with the
414 value specified by Value. Value is returned. This function must guarantee
441 Reads the 16-bit PCI configuration register specified by Address, performs a
442 bitwise OR between the read result and the value specified by
444 specified by Address. The value written to the PCI configuration register is
472 Reads the 16-bit PCI configuration register specified by Address, performs a
473 bitwise AND between the read result and the value specified by AndData, and
474 writes the result to the 16-bit PCI configuration register specified by
503 Reads the 16-bit PCI configuration register specified by Address, performs a
504 bitwise AND between the read result and the value specified by AndData,
506 the value specified by OrData, and writes the result to the 16-bit PCI
507 configuration register specified by Address. The value written to the PCI
537 specified by the StartBit and the EndBit. The value of the bit field is
570 field is specified by the StartBit and the EndBit. All other bits in the
579 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
607 Reads the 16-bit PCI configuration register specified by Address, performs a
608 bitwise OR between the read result and the value specified by
610 specified by Address. The value written to the PCI configuration register is
619 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
647 Reads the 16-bit PCI configuration register specified by Address, performs a
648 bitwise AND between the read result and the value specified by AndData, and
649 writes the result to the 16-bit PCI configuration register specified by
659 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
688 Reads the 16-bit PCI configuration register specified by Address, performs a
690 the value specified by AndData, and writes the result to the 16-bit PCI
691 configuration register specified by Address. The value written to the PCI
701 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
702 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
731 Reads and returns the 32-bit PCI configuration register specified by Address.
756 Writes the 32-bit PCI configuration register specified by Address with the
757 value specified by Value. Value is returned. This function must guarantee
784 Reads the 32-bit PCI configuration register specified by Address, performs a
785 bitwise OR between the read result and the value specified by
787 specified by Address. The value written to the PCI configuration register is
815 Reads the 32-bit PCI configuration register specified by Address, performs a
816 bitwise AND between the read result and the value specified by AndData, and
817 writes the result to the 32-bit PCI configuration register specified by
846 Reads the 32-bit PCI configuration register specified by Address, performs a
847 bitwise AND between the read result and the value specified by AndData,
849 the value specified by OrData, and writes the result to the 32-bit PCI
850 configuration register specified by Address. The value written to the PCI
880 specified by the StartBit and the EndBit. The value of the bit field is
913 field is specified
922 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
950 Reads the 32-bit PCI configuration register specified by Address, performs a
951 bitwise OR between the read result and the value specified by
953 specified by Address. The value written to the PCI configuration register is
962 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
990 Reads the 32-bit PCI configuration register specified by Address, performs a
991 bitwise AND between the read result and the value specified by AndData, and
992 writes the result to the 32-bit PCI configuration register specified by
1002 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1031 Reads the 32-bit PCI configuration register specified by Address, performs a
1033 the value specified by AndData, and writes the result to the 32-bit PCI
1034 configuration register specified by Address. The value written to the PCI
1044 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1045 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1074 Reads the range of PCI configuration registers specified by StartAddress and
1075 Size into the buffer specified by Buffer. This function only allows the PCI
1106 Copies the data in a caller supplied buffer to a specified range of PCI
1109 Writes the range of PCI configuration registers specified by StartAddress and
1110 Size from the buffer specified by Buffer. This function only allows the PCI