Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp2x6xx.cpp230 uint8_t encodedNibble = static_cast<uint8_t>((config + baseOffset) << 4); in selectConfig() local
231 uint16_t command = 0x0F00 | encodedNibble; in selectConfig()