Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dleb128.c294 uint_t bitshift; in dwarf_ehe_extract() local
296 bitshift = (sizeof (uint64_t) - fsize) * 8; in dwarf_ehe_extract()
297 sresult = (sresult << bitshift) >> bitshift; in dwarf_ehe_extract()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c742 uint8_t bitshift, bytemask; in i_psvc_get_presence() local
752 bitshift = PSVC_GET_ASPEC_BITSHIFT(mobjp->addr_spec); in i_psvc_get_presence()
755 value_8bit_inv & (bytemask >> bitshift); in i_psvc_get_presence()
1965 uint8_t bitshift, bytemask; in i_psvc_get_reg_11_1() local
1985 bitshift = PSVC_GET_ASPEC_BITSHIFT(aspec); in i_psvc_get_reg_11_1()
1988 *value = (i2cregarg.reg_value & bytemask) >> bitshift; in i_psvc_get_reg_11_1()
1999 uint8_t bitshift, bytemask; in i_psvc_get_reg_11_7() local
2020 bitshift = PSVC_GET_ASPEC_BITSHIFT(aspec); in i_psvc_get_reg_11_7()
2023 *value = (i2cregarg.reg_value & bytemask) >> bitshift; in i_psvc_get_reg_11_7()
2038 uint8_t bitshift, bytemask; in i_psvc_set_reg_11_1() local
[all …]