Searched refs:PciSegmentRead8 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/ |
H A D | PciLib.c | 193 PciSegmentRead8 ( function 257 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); 287 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); 320 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); 352 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); 389 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) 430 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) 471 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) 516 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) 1259 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
H A D | PciSegmentLib.c | 209 PciSegmentRead8 ( function 268 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); 294 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); 325 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); 357 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); 394 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) 435 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) 476 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) 521 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) 1258 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
H A D | PciSegmentLib.c | 286 PciSegmentRead8 ( function 345 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); 371 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); 402 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); 434 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); 471 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) 512 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) 553 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) 598 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) 1331 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | PciSegmentLib.h | 105 PciSegmentRead8 (
|
Completed in 132 milliseconds