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

/freebsd-current/sys/dev/ice/
H A Dice_nvm.c1823 u16 minsrev_l, minsrev_h; local
1825 minsrev_l = LE16_TO_CPU(data.nvm_minsrev_l);
1828 minsrevs->nvm = minsrev_h << 16 | minsrev_l;
1834 u16 minsrev_l, minsrev_h; local
1836 minsrev_l = LE16_TO_CPU(data.orom_minsrev_l);
1839 minsrevs->orom = minsrev_h << 16 | minsrev_l;

Completed in 219 milliseconds