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/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()
414 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
420 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
443 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
462 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
489 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
498 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
521 EXPECT_CALL(pciMock, pci_device_cfg_read_u8(Eq(&dev), NotNull(), in TEST()
530 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,
/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp53 int PciAccessImpl::pci_device_cfg_read_u8( in pci_device_cfg_read_u8() function in host_tool::PciAccessImpl
56 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(
72 int pci_device_cfg_read_u8(struct pci_device* dev, std::uint8_t* data,
H A Dpci.cpp136 ret = pci->pci_device_cfg_read_u8(dev, &value, bridge); in enableBridge()
164 ret = pci->pci_device_cfg_read_u8(dev, &value, bridge); in disableBridge()