Home | History | Annotate | Download | only in Library

Lines Matching full:specified

45   Registers the PCI device specified by Address so all the PCI configuration 

72 Reads and returns the 8-bit PCI configuration register specified by Address.
93 Writes the 8-bit PCI configuration register specified by Address with the
94 value specified by Value. Value is returned. This function must guarantee
117 Reads the 8-bit PCI configuration register specified by Address, performs a
118 bitwise OR between the read result and the value specified by
120 specified by Address. The value written to the PCI configuration register is
144 Reads the 8-bit PCI configuration register specified by Address, performs a
145 bitwise AND between the read result and the value specified by AndData, and
146 writes the result to the 8-bit PCI configuration register specified by
171 Reads the 8-bit PCI configuration register specified by Address, performs a
172 bitwise AND between the read result and the value specified by AndData,
174 the value specified by OrData, and writes the result to the 8-bit PCI
175 configuration register specified by Address. The value written to the PCI
201 specified by the StartBit and the EndBit. The value of the bit field is
230 field is specified by the StartBit and the EndBit. All other bits in the
238 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
263 Reads the 8-bit PCI configuration register specified by Address, performs a
264 bitwise OR between the read result and the value specified by
266 specified by Address. The value written to the PCI configuration register is
274 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
299 Reads the 8-bit PCI configuration register specified by Address, performs a
300 bitwise AND between the read result and the value specified by AndData, and
301 writes the result to the 8-bit PCI configuration register specified by
310 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
336 Reads the 8-bit PCI configuration register specified by Address, performs a
338 the value specified by AndData, and writes the result to the 8-bit PCI
339 configuration register specified by Address. The value written to the PCI
348 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
349 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
375 Reads and returns the 16-bit PCI configuration register specified by Address.
397 Writes the 16-bit PCI configuration register specified by Address with the
398 value specified by Value. Value is returned. This function must guarantee
422 Reads the 16-bit PCI configuration register specified by Address, performs a
423 bitwise OR between the read result and the value specified by
425 specified by Address. The value written to the PCI configuration register is
450 Reads the 16-bit PCI configuration register specified by Address, performs a
451 bitwise AND between the read result and the value specified by AndData, and
452 writes the result to the 16-bit PCI configuration register specified by
478 Reads the 16-bit PCI configuration register specified by Address, performs a
479 bitwise AND between the read result and the value specified by AndData,
481 the value specified by OrData, and writes the result to the 16-bit PCI
482 configuration register specified by Address. The value written to the PCI
509 specified by the StartBit and the EndBit. The value of the bit field is
539 field is specified by the StartBit and the EndBit. All other bits in the
548 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
573 Reads the 16-bit PCI configuration register specified by Address, performs a
574 bitwise OR between the read result and the value specified by
576 specified by Address. The value written to the PCI configuration register is
585 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
610 Reads the 16-bit PCI configuration register specified by Address, performs a
611 bitwise AND between the read result and the value specified by AndData, and
612 writes the result to the 16-bit PCI configuration register specified by
622 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
648 Reads the 16-bit PCI configuration register specified by Address, performs a
650 the value specified by AndData, and writes the result to the 16-bit PCI
651 configuration register specified by Address. The value written to the PCI
661 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
662 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
688 Reads and returns the 32-bit PCI configuration register specified by Address.
710 Writes the 32-bit PCI configuration register specified by Address with the
711 value specified by Value. Value is returned. This function must guarantee
735 Reads the 32-bit PCI configuration register specified by Address, performs a
736 bitwise OR between the read result and the value specified by
738 specified by Address. The value written to the PCI configuration register is
763 Reads the 32-bit PCI configuration register specified by Address, performs a
764 bitwise AND between the read result and the value specified by AndData, and
765 writes the result to the 32-bit PCI configuration register specified by
791 Reads the 32-bit PCI configuration register specified by Address, performs a
792 bitwise AND between the read result and the value specified by AndData,
794 the value specified by OrData, and writes the result to the 32-bit PCI
795 configuration register specified by Address. The value written to the PCI
822 specified by the StartBit and the EndBit. The value of the bit field is
852 field is specified by the StartBit and the EndBit. All other bits in the
861 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
886 Reads the 32-bit PCI configuration register specified by Address, performs a
887 bitwise OR between the read result and the value specified by
889 specified by Address. The value written to the PCI configuration register is
898 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
923 Reads the 32-bit PCI configuration register specified by Address, performs a
924 bitwise AND between the read result and the value specified by AndData, and
925 writes the result to the 32-bit PCI configuration register specified by
935 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
961 Reads the 32-bit PCI configuration register specified by Address, performs a
963 the value specified by AndData, and writes the result to the 32-bit PCI
964 configuration register specified by Address. The value written to the PCI
974 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
975 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1001 Reads the range of PCI configuration registers specified by StartAddress and
1002 Size into the buffer specified by Buffer. This function only allows the PCI
1030 Copies the data in a caller supplied buffer to a specified range of PCI
1033 Writes the range of PCI configuration registers specified by StartAddress and
1034 Size from the buffer specified by Buffer. This function only allows the PCI