Searched refs:ppcMemPath (Results 1 – 3 of 3) sorted by relevance
43 explicit PpcMemDevice(const std::string& ppcMemPath, in PpcMemDevice() argument45 ppcMemPath(ppcMemPath), sys(sys) in PpcMemDevice()66 const std::string ppcMemPath; member in host_tool::PpcMemDevice
112 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()
217 const std::string ppcMemPath = "/sys/kernel/debug/powerpc/lpc/fw"; in main() local218 host_tool::PpcMemDevice devmem(ppcMemPath); in main()