Searched refs:upper_bound (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | eeprom.h | 38 int upper_bound; /* J */ member
|
D | pci_phy.c | 272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
|
D | eeprom.c | 484 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppevvmath.h | 150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local 158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
|
/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 771 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument 786 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const()
|
/drivers/net/wireless/realtek/rtw88/ |
D | phy.c | 390 u8 upper_bound, lower_bound; in rtw_phy_dig() local 428 rtw_phy_dig_get_boundary(dm_info, &upper_bound, &lower_bound, linked); in rtw_phy_dig() 429 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
|
/drivers/md/persistent-data/ |
D | dm-btree.c | 66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function 456 i = upper_bound(n, key); in dm_btree_lookup_next_single()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 392 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
|
D | bnx2x_hsi.h | 4950 u32 upper_bound; member
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 3325 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local 3330 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance() 3331 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance() 3332 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
|