Searched refs:pci_device_cfg_read_u8 (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_pci_unittest.cpp | 109 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 D | pciaccess_mock.hpp | 22 MOCK_METHOD(int, pci_device_cfg_read_u8,
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | pciaccess.cpp | 53 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 D | pciaccess.hpp | 44 virtual int pci_device_cfg_read_u8( 72 int pci_device_cfg_read_u8(struct pci_device* dev, std::uint8_t* data,
|
H A D | pci.cpp | 136 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()
|