Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsysfs.cpp57 uint32_t ioChannelsValue; in findPhandleMatch() local
60 ioChannelsFile.read(reinterpret_cast<char*>(&ioChannelsValue), in findPhandleMatch()
61 sizeof(ioChannelsValue)); in findPhandleMatch()
76 if (ioChannelsValue == pHandleValue) in findPhandleMatch()