Searched refs:highest_bit (Results 1 – 3 of 3) sorted by relevance
1440 int highest_bit; in ixgbe_get_media_type_e610() local1449 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_high)); in ixgbe_get_media_type_e610()1450 if (highest_bit) { in ixgbe_get_media_type_e610()1452 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()1455 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_low)); in ixgbe_get_media_type_e610()1456 if (highest_bit) in ixgbe_get_media_type_e610()1458 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()
1068 static u32 highest_bit(u32 flags) in highest_bit() function1194 if (unlikely(highest_bit(mask) == SCX_KF_CPU_RELEASE && in scx_kf_allowed()1200 if (unlikely(highest_bit(mask) == SCX_KF_DISPATCH && in scx_kf_allowed()