Searched refs:ICE_OROM_VER_SHIFT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_type.h1312 #define ICE_OROM_VER_SHIFT 24 macro
1313 #define ICE_OROM_VER_MASK (0xff << ICE_OROM_VER_SHIFT)
H A Dice_nvm.c1073 orom->major = (u8)((combo_ver & ICE_OROM_VER_MASK) >> ICE_OROM_VER_SHIFT);

Completed in 94 milliseconds