Searched refs:highest_bit (Results 1 – 1 of 1) sorted by relevance
1545 int highest_bit; in ixgbe_get_media_type_e610() local1554 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_high)); in ixgbe_get_media_type_e610()1555 if (highest_bit) { in ixgbe_get_media_type_e610()1557 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()1560 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_low)); in ixgbe_get_media_type_e610()1561 if (highest_bit) { in ixgbe_get_media_type_e610()1563 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()