Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dddimm_parser.hpp114 bool checkValidValue(uint8_t i_ByteValue, uint8_t i_shift,
/openbmc/linux/drivers/clk/
H A Dclk-loongson1.c154 f_shift, f_width, i_shift, i_width) \ argument
160 .int_shift = (i_shift), \
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp26 bool DdimmVpdParser::checkValidValue(uint8_t i_ByteValue, uint8_t i_shift, in checkValidValue() argument
30 uint8_t l_ByteValue = i_ByteValue >> i_shift; in checkValidValue()