Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_write_bytes_action.cpp47 uint8_t currentValues[UINT8_MAX]; in execute() local
48 interface.read(reg, size, currentValues, in execute()
55 (currentValues[i] & (~masks[i])); in execute()