Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h347 #define ICE_TS_TMR1_OWNR_S 4 macro
348 #define ICE_TS_TMR1_OWNR_M ICE_M(0x7, ICE_TS_TMR1_OWNR_S)
H A Dice_common.c2570 info->tmr1_owner = (number & ICE_TS_TMR1_OWNR_M) >> ICE_TS_TMR1_OWNR_S; in ice_parse_1588_dev_caps()