/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_devlink.c | 820 u32 *p_cur, u32 *p_max) in ocelot_sb_occ_port_pool_get() argument 841 ocelot_wm_status(ocelot, wm_index, p_cur, p_max); in ocelot_sb_occ_port_pool_get() 843 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get() 853 u32 *p_cur, u32 *p_max) in ocelot_sb_occ_tc_port_bind_get() argument 874 ocelot_wm_status(ocelot, wm_index, p_cur, p_max); in ocelot_sb_occ_tc_port_bind_get() 876 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 198 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/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 257 unsigned int p_min, p_max; in chipone_configure_pll() local 286 p_max = clamp(fin / 5000000, 1U, 31U); in chipone_configure_pll() 288 for (p = p_min; p < p_max; p++) { /* PLL_REF_DIV[4,3:0] */ in chipone_configure_pll()
|
H A D | samsung-dsim.c | 572 u8 p_min, p_max; in samsung_dsim_pll_find_pms() local 578 p_max = fin / (driver_data->pll_fin_min * MHZ); in samsung_dsim_pll_find_pms() 580 for (_p = p_min; _p <= p_max; ++_p) { in samsung_dsim_pll_find_pms()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.h | 398 u32 *p_cur, u32 *p_max); 402 u32 *p_cur, u32 *p_max);
|
H A D | spectrum_buffers.c | 1767 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_port_pool_get() argument 1777 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, pm->occ.max); in mlxsw_sp_sb_occ_port_pool_get() 1784 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_tc_port_bind_get() argument 1796 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, cm->occ.max); in mlxsw_sp_sb_occ_tc_port_bind_get()
|
H A D | spectrum.h | 612 u32 *p_cur, u32 *p_max); 616 u32 *p_cur, u32 *p_max);
|
H A D | core.c | 1508 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_port_pool_get() argument 1518 pool_index, p_cur, p_max); in mlxsw_devlink_sb_occ_port_pool_get() 1525 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_tc_port_bind_get() argument 1536 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2104 u32 *p_cur, u32 *p_max) in felix_sb_occ_port_pool_get() argument 2109 p_cur, p_max); in felix_sb_occ_port_pool_get() 2115 u32 *p_cur, u32 *p_max) in felix_sb_occ_tc_port_bind_get() argument 2120 pool_type, p_cur, p_max); in felix_sb_occ_tc_port_bind_get()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 1128 u32 *p_cur, u32 *p_max); 1132 u32 *p_cur, u32 *p_max);
|
/linux/include/net/ |
H A D | dsa.h | 1178 u32 *p_cur, u32 *p_max); 1182 u32 *p_cur, u32 *p_max);
|
/linux/lib/ |
H A D | maple_tree.c | 7073 unsigned long p_min, p_max; in mas_dfs_postorder() local 7087 p_max = mas->max; in mas_dfs_postorder() 7092 mas->max = p_max; in mas_dfs_postorder()
|