Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp491 const std::string spiPath = in getMTDDevicePath() local
496 if (!std::filesystem::exists(spiPath)) in getMTDDevicePath()
498 error("Error: SPI path not found: {PATH}", "PATH", spiPath); in getMTDDevicePath()
502 for (const auto& entry : std::filesystem::directory_iterator(spiPath)) in getMTDDevicePath()