Searched refs:lpcControlPath (Results 1 – 2 of 2) sorted by relevance
36 const std::string LpcMapperAspeed::lpcControlPath = "/dev/aspeed-lpc-ctrl"; member in ipmi_flash::LpcMapperAspeed96 const auto lpcControlFd = sys->open(lpcControlPath.c_str(), O_RDWR); in mapWindow()101 lpcControlPath.c_str()); in mapWindow()141 mappedFd = sys->open(lpcControlPath.c_str(), O_RDONLY | O_SYNC); in mapRegion()145 lpcControlPath.c_str()); in mapRegion()
49 static const std::string lpcControlPath; member in ipmi_flash::LpcMapperAspeed