Home
last modified time | relevance | path

Searched refs:p_max (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_link.c1103 int v_max = 0, p_max = 0; in dp_link_adjust_levels() local
1119 if (p_max < data_p) in dp_link_adjust_levels()
1120 p_max = data_p; in dp_link_adjust_levels()
1124 dp_link->phy_params.p_level = p_max >> DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_adjust_levels()
/Linux-v5.10/drivers/pci/hotplug/
Dcpqphp_core.c198 void __iomem *p_max; in get_subsequent_smbios_entry() local
204 p_max = smbios_start + readw(smbios_table + ST_LENGTH); in get_subsequent_smbios_entry()
209 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()
221 if (p_temp < p_max) in get_subsequent_smbios_entry()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c60 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
88 for (p = p_min; p <= p_max && delta; p++) { in dsi_calc_mnp()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h328 u32 *p_cur, u32 *p_max);
332 u32 *p_cur, u32 *p_max);
Dspectrum_buffers.c1713 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_port_pool_get() argument
1723 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, pm->occ.max); in mlxsw_sp_sb_occ_port_pool_get()
1730 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_tc_port_bind_get() argument
1742 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, cm->occ.max); in mlxsw_sp_sb_occ_tc_port_bind_get()
Dspectrum.h515 u32 *p_cur, u32 *p_max);
519 u32 *p_cur, u32 *p_max);
Dcore.c1348 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_port_pool_get() argument
1358 pool_index, p_cur, p_max); in mlxsw_devlink_sb_occ_port_pool_get()
1365 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_tc_port_bind_get() argument
1376 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
/Linux-v5.10/drivers/video/fbdev/intelfb/
Dintelfbhw.c944 u32 p_min, p_max, p_inc, div_max; in calc_pll_params() local
953 p_max = ROUND_DOWN_TO(div_max, p_inc); in calc_pll_params()
956 if (p_max > pll->max_p) in calc_pll_params()
957 p_max = pll->max_p; in calc_pll_params()
959 DBG_MSG("p range is %d-%d (%d)\n", p_min, p_max, p_inc); in calc_pll_params()
999 } while ((p <= p_max)); in calc_pll_params()
/Linux-v5.10/include/net/
Ddevlink.h1211 u32 *p_cur, u32 *p_max);
1216 u32 *p_cur, u32 *p_max);
/Linux-v5.10/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c549 u8 p_min, p_max; in exynos_dsi_pll_find_pms() local
555 p_max = fin / (6 * MHZ); in exynos_dsi_pll_find_pms()
557 for (_p = p_min; _p <= p_max; ++_p) { in exynos_dsi_pll_find_pms()