Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1608 * add_u32_u32_fx - Add two u32 fixed point values and discard overflow
1614 static u32 add_u32_u32_fx(u32 a, u32 b) in add_u32_u32_fx() function
1742 rx_offset = add_u32_u32_fx(rx_offset, cfg->rx_offset.serdes); in ice_phy_set_offsets_eth56g()
1744 rx_offset = add_u32_u32_fx(rx_offset, cfg->rx_offset.sfd); in ice_phy_set_offsets_eth56g()
1751 rx_offset = add_u32_u32_fx(rx_offset, bs_ds); in ice_phy_set_offsets_eth56g()