You can access PCI registers (Command, Status, Interrupt - see PCI_COMMON_CONFIG) with the following set of functions:
ReadPciCommandReg - read the PCI command register
WritePciCommandReg - write the PCI command register
ControlPciCommandRegBits - set or clear a bit in the PCI command register
ReadPciStatusReg - read the PCI status register
|