Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_aspeed.cpp36 const std::string LpcMapperAspeed::lpcControlPath = "/dev/aspeed-lpc-ctrl"; member in ipmi_flash::LpcMapperAspeed
97 const auto lpcControlFd = sys->open(lpcControlPath.c_str(), O_RDWR); in mapWindow()
102 lpcControlPath.c_str()); in mapWindow()
142 mappedFd = sys->open(lpcControlPath.c_str(), O_RDONLY | O_SYNC); in mapRegion()
146 lpcControlPath.c_str()); in mapRegion()
H A Dlpc_aspeed.hpp50 static const std::string lpcControlPath; member in ipmi_flash::LpcMapperAspeed