Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h54 # define __TO_ACC(bacc) (uint32_t)(((bacc & 0x3f0000) >> 16) | ((bacc & 0xf000) >> 6)) macro
63 # define __TO_ACC(bacc) (uint32_t)(((BSWAP_32(bacc) & 0x3f0000) >> 16) | ((BSWAP_32(bacc) & 0xf… macro