Home
last modified time | relevance | path

Searched refs:pci_device_cfg_read_u8 (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp53 int PciAccessImpl::pci_device_cfg_read_u8(struct pci_device* dev, in pci_device_cfg_read_u8() function in host_tool::PciAccessImpl
57 return ::pci_device_cfg_read_u8(dev, data, offset); in pci_device_cfg_read_u8()
H A Dpciaccess.hpp44 virtual int pci_device_cfg_read_u8(struct pci_device* dev,
74 int pci_device_cfg_read_u8(struct pci_device* dev, std::uint8_t* data,
H A Dpci.cpp137 ret = pci->pci_device_cfg_read_u8(dev, &value, bridge); in enableBridge()
165 ret = pci->pci_device_cfg_read_u8(dev, &value, bridge); in disableBridge()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp109 pci_device_cfg_read_u8(Eq(&dev), NotNull(), config)) in expectSetup()
116 pci_device_cfg_read_u8(Eq(&dev), NotNull(), config)) in expectSetup()
418 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
424 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
447 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
466 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
493 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
502 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
525 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
534 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
[all …]
H A Dpciaccess_mock.hpp22 MOCK_METHOD(int, pci_device_cfg_read_u8,