Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.h329 #define P_REG_40B_HIGH_S 8 macro
H A Dice_ptp_hw.c332 *val = (u64)high << P_REG_40B_HIGH_S | (low & P_REG_40B_LOW_M); in ice_read_40b_phy_reg_e822()
448 high = (u32)(val >> P_REG_40B_HIGH_S); in ice_write_40b_phy_reg_e822()