Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dio.hpp43 explicit PpcMemDevice(const std::string& ppcMemPath, in PpcMemDevice() argument
45 ppcMemPath(ppcMemPath), sys(sys) in PpcMemDevice()
66 const std::string ppcMemPath; member in host_tool::PpcMemDevice
H A Dio.cpp112 ppcMemFd = sys->open(ppcMemPath.c_str(), O_RDWR); in read()
116 ppcMemPath.c_str()); in read()
136 ppcMemFd = sys->open(ppcMemPath.c_str(), O_RDWR); in write()
140 ppcMemPath.c_str()); in write()
H A Dmain.cpp217 const std::string ppcMemPath = "/sys/kernel/debug/powerpc/lpc/fw"; in main() local
218 host_tool::PpcMemDevice devmem(ppcMemPath); in main()