Searched refs:a_hi (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.h | 348 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument 351 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | prim_ops.c | 2013 u32 a,a_lo,a_hi; in mul_long() 2019 a_hi = a >> 16; in mul_long() 2023 rlo_hi = (a_hi * s_lo + a_lo * s_hi) + (rlo_lo >> 16); in mul_long() 2024 rhi_lo = a_hi * s_hi + (rlo_hi >> 16); in mul_long()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 17979 - u32 a,a_lo,a_hi; 17985 - a_hi = a >> 16; 17989 - rlo_hi = (a_hi * s_lo + a_lo * s_hi) + (rlo_lo >> 16); 17990 - rhi_lo = a_hi * s_hi + (rlo_hi >> 16); 17993 + u32 a, a_lo, a_hi; 17999 + a_hi = a >> 16; 18003 + rlo_hi = (a_hi * s_lo + a_lo * s_hi) + (rlo_lo >> 16); 18004 + rhi_lo = a_hi * s_hi + (rlo_hi >> 16);
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1077 * Downsizing iCfgParam structure to include a_string, a_low, a_hi
|