Searched defs:m_hi (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | div64.h | 174 uint32_t m_hi = m >> 32; in __arch_xprod_64() local
|
/openbmc/u-boot/include/ |
H A D | div64.h | 163 uint32_t m_hi = m >> 32; in __arch_xprod_64() local
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.h | 367 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument 530 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument 536 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
|