Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp132 const std::string spiNorPath = "/sys/bus/spi/drivers/spi-nor"; variable
158 std::ofstream ofbindSPINor(spiNorPath + "/bind", std::ofstream::out); in bindSPIFlash()
181 std::ofstream ofunbind(spiNorPath + "/unbind", std::ofstream::out); in unbindSPIFlash()
202 std::string path = spiNorPath + "/" + name; in isSPIFlashBound()