Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Ddiv64.h178 uint32_t m_hi = m >> 32; in __arch_xprod_64() local
197 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()
201 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()
206 res += (uint64_t)m_hi * n_hi; in __arch_xprod_64()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h358 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
362 d_hi = m_hi - s_hi; \
374 if (m_hi < s_hi) { \
379 d_hi = m_hi - s_hi; \
521 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
523 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
527 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
529 SUB_64(m_hi, 0, m_lo, s); \