Searched refs:PciDataHandler (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | pci_handler.cpp | 32 const std::string PciDataHandler::p2aControlPath = "/dev/aspeed-p2a-ctrl"; 34 bool PciDataHandler::open() in open() 83 bool PciDataHandler::close() in close() 102 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() 110 bool PciDataHandler::writeMeta(const std::vector<std::uint8_t>&) in writeMeta() 116 std::vector<std::uint8_t> PciDataHandler::readMeta() in readMeta()
|
H A D | pci_nuvoton_handler.cpp | 30 bool PciDataHandler::open() in open() 56 bool PciDataHandler::close() in close() 75 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() 83 bool PciDataHandler::writeMeta(const std::vector<std::uint8_t>&) in writeMeta() 89 std::vector<std::uint8_t> PciDataHandler::readMeta() in readMeta()
|
H A D | pci_handler.hpp | 18 class PciDataHandler : public DataInterface class 21 PciDataHandler(std::uint32_t regionAddress, std::size_t regionSize, in PciDataHandler() function in ipmi_flash::PciDataHandler
|
H A D | main.cpp | 88 std::make_unique<PciDataHandler>(MAPPED_ADDRESS, memoryRegionSize)); in createHandler()
|
/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | pci_handler.cpp | 19 PciDataHandler::PciDataHandler(uint32_t regionAddress, size_t regionSize, in PciDataHandler() function in bios_bmc_smm_error_logger::PciDataHandler 27 std::vector<uint8_t> PciDataHandler::read(const uint32_t offset, in read() 48 uint32_t PciDataHandler::write(const uint32_t offset, in write() 68 uint32_t PciDataHandler::getMemoryRegionSize() in getMemoryRegionSize()
|
H A D | main.cpp | 83 std::make_unique<PciDataHandler>(memoryRegionOffset, memoryRegionSize, in main()
|
/openbmc/bios-bmc-smm-error-logger/include/ |
H A D | pci_handler.hpp | 20 class PciDataHandler : public DataInterface class 23 explicit PciDataHandler(uint32_t regionAddress, size_t regionSize,
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | pci_handler_test.cpp | 36 pciDataHandler = std::make_unique<PciDataHandler>( 51 std::unique_ptr<PciDataHandler> pciDataHandler;
|