Searched refs:PciSegmentWrite16 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/ |
H A D | PciLib.c | 564 PciSegmentWrite16 ( function 601 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); 631 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); 664 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); 731 return PciSegmentWrite16 ( 772 return PciSegmentWrite16 ( 813 return PciSegmentWrite16 ( 858 return PciSegmentWrite16 ( 1367 PciSegmentWrite16 (StartAddress, *(UINT16*)Buffer); 1387 PciSegmentWrite16 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
H A D | PciSegmentLib.c | 567 PciSegmentWrite16 ( function 605 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); 633 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); 665 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); 734 return PciSegmentWrite16 ( 770 return PciSegmentWrite16 ( 812 return PciSegmentWrite16 ( 857 return PciSegmentWrite16 ( 1367 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); 1387 PciSegmentWrite16 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
H A D | PciSegmentLib.c | 644 PciSegmentWrite16 ( function 682 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); 710 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); 742 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); 811 return PciSegmentWrite16 ( 847 return PciSegmentWrite16 ( 889 return PciSegmentWrite16 ( 934 return PciSegmentWrite16 ( 1439 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); 1459 PciSegmentWrite16 (StartAddres [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | PciSegmentLib.h | 412 PciSegmentWrite16 (
|
Completed in 507 milliseconds