Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.h438 #define INCVAL_HIGH_M 0xFF macro
H A Dice_ptp_hw.c101 return ((u64)(hi & INCVAL_HIGH_M) << 32) | lo; in ice_ptp_read_src_incval()