Searched refs:spiDeviceIndex (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/bios/ |
| H A D | spi_device.cpp | 60 uint64_t spiControllerIndex, uint64_t spiDeviceIndex, in SPIDevice() argument 71 spiControllerIndex(spiControllerIndex), spiDeviceIndex(spiDeviceIndex), 88 "DEVICEINDEX", spiDeviceIndex); 156 std::format("spi{}.{}", spiControllerIndex, spiDeviceIndex); in bindSPIFlash() 179 std::format("spi{}.{}", spiControllerIndex, spiDeviceIndex); in unbindSPIFlash() 201 std::format("spi{}.{}", spiControllerIndex, spiDeviceIndex); in isSPIFlashBound() 250 spiDeviceIndex); in writeSPIFlash() 494 std::to_string(spiDeviceIndex) + "/mtd/"; in getMTDDevicePath() 513 "CONTROLLERINDEX", spiControllerIndex, "DEVICEINDEX", spiDeviceIndex); in getMTDDevicePath()
|
| H A D | bios_software_manager.cpp | 38 std::optional<uint64_t> spiDeviceIndex = in initDevice() local 42 if (!spiDeviceIndex.has_value()) in initDevice() 88 "INDEX2", spiDeviceIndex.value()); in initDevice() 94 ctx, spiControllerIndex.value(), spiDeviceIndex.value(), dryRun, in initDevice()
|
| H A D | spi_device.hpp | 46 uint64_t spiDeviceIndex, bool dryRun, 70 uint64_t spiDeviceIndex; member in SPIDevice
|