Lines Matching full:specified
83 It reads and returns the PCI configuration register specified by Address,
84 the width of data is specified by Width.
116 It writes the PCI configuration register specified by Address with the
117 value specified by Data. The width of data is specified by Width.
149 Registers the PCI device specified by Address so all the PCI configuration registers
179 Reads and returns the 8-bit PCI configuration register specified by Address.
205 Writes the 8-bit PCI configuration register specified by Address with the
206 value specified by Value. Value is returned. This function must guarantee
234 Reads the 8-bit PCI configuration register specified by Address, performs a
235 bitwise OR between the read result and the value specified by
237 specified by Address. The value written to the PCI configuration register is
264 Reads the 8-bit PCI configuration register specified by Address, performs a
265 bitwise AND between the read result and the value specified by AndData, and
266 writes the result to the 8-bit PCI configuration register specified by
294 Reads the 8-bit PCI configuration register specified by Address, performs a
295 bitwise AND between the read result and the value specified by AndData,
297 the value specified by OrData, and writes the result to the 8-bit PCI
298 configuration register specified by Address. The value written to the PCI
327 specified by the StartBit and the EndBit. The value of the bit field is
359 field is specified by the StartBit and the EndBit. All other bits in the
367 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
398 Reads the 8-bit PCI configuration register specified by Address, performs a
399 bitwise OR between the read result and the value specified by
401 specified by Address. The value written to the PCI configuration register is
409 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
440 Reads the 8-bit PCI configuration register specified by Address, performs a
441 bitwise AND between the read result and the value specified by AndData, and
442 writes the result to the 8-bit PCI configuration register specified by
451 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
483 specified by Address, performs a
485 the value specified by AndData, and writes the result to the 8-bit PCI
486 configuration register specified by Address. The value written to the PCI
495 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
496 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
528 Reads and returns the 16-bit PCI configuration register specified by Address.
555 Writes the 16-bit PCI configuration register specified by Address with the
556 value specified by Value. Value is returned. This function must guarantee
585 Reads the 16-bit PCI configuration register specified by Address, performs a
586 bitwise OR between the read result and the value specified by
588 specified by Address. The value written to the PCI configuration register is
616 Reads the 16-bit PCI configuration register specified by Address, performs a
617 bitwise AND between the read result and the value specified by AndData, and
618 writes the result to the 16-bit PCI configuration register specified by
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,
650 the value specified by OrData, and writes the result to the 16-bit PCI
651 configuration register specified by Address. The value written to the PCI
681 specified by the StartBit and the EndBit. The value of the bit field is
714 field is specified by the StartBit and the EndBit. All other bits in the
723 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
754 Reads the 16-bit PCI configuration register specified by Address, performs a
755 bitwise OR between the read result and the value specified by
757 specified by Address. The value written to the PCI configuration register is
766 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
797 Reads the 16-bit PCI configuration register specified by Address, performs a
798 bitwise AND between the read result and the value specified by AndData, and
799 writes the result to the 16-bit PCI configuration register specified by
809 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
841 Reads the 16-bit PCI configuration register specified by Address, performs a
843 the value specified by AndData, and writes the result to the 16-bit PCI
844 configuration register specified by Address. The value written to the PCI
854 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
855 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
887 Reads and returns the 32-bit PCI configuration register specified by Address.
914 Writes the 32-bit PCI configuration register specified by Address with the
915 value specified by Value. Value is returned. This function must guarantee
944 Reads the 32-bit PCI configuration register specified by Address, performs a
945 bitwise OR between the read result and the value specified by
947 specified by Address. The value written to the PCI configuration register is
975 Reads the 32-bit PCI configuration register specified by Address, performs a
976 bitwise AND between the read result and the value specified by AndData, and
977 writes the result to the 32-bit PCI configuration register specified by
1006 Reads the 32-bit PCI configuration register specified by Address, performs a
1007 bitwise AND between the read result and the value specified by AndData,
1009 the value specified by OrData, and writes the result to the 32-bit PCI
1010 configuration register specified by Address. The value written to the PCI
1040 specified by the StartBit and the EndBit. The value of the bit field is
1073 field is specified by the StartBit and the EndBit. All other bits in the
1082 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1113 Reads the 32-bit PCI configuration register specified by Address, performs a
1114 bitwise OR between the read result and the value specified by
1116 specified by Address. The value written to the PCI configuration register is
1125 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1156 Reads the 32-bit PCI configuration register specified by Address, performs a
1157 bitwise AND between the read result and the value specified by AndData, and
1158 writes the result to the 32-bit PCI configuration register specified by
1168 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1200 Reads the 32-bit PCI configuration register specified by Address, performs a
1202 the value specified by AndData, and writes the result to the 32-bit PCI
1203 configuration register specified by Address. The value written to the PCI
1213 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1214 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1246 Reads the range of PCI configuration registers specified by StartAddress and
1247 Size into the buffer specified by Buffer. This function only allows the PCI
1341 Copies the data in a caller supplied buffer to a specified range of PCI
1344 Writes the range of PCI configuration registers specified by StartAddress and
1345 Size from the buffer specified by Buffer. This function only allows the PCI