Home
last modified time | relevance | path

Searched refs:num_of_devices (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_spd.c148 u32 num_of_devices; member
347 info->num_of_devices = in ddr3_spd_init()
350 DEBUG_INIT_FULL_C("DRAM num_of_devices ", info->num_of_devices, 1); in ddr3_spd_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c116 int num_of_devices; member
1088 if (macsec->num_of_devices >= MLX5_MACSEC_NUM_OF_SUPPORTED_INTERFACES) { in mlx5e_macsec_add_secy()
1113 ++macsec->num_of_devices; in mlx5e_macsec_add_secy()
1266 --macsec->num_of_devices; in mlx5e_macsec_del_secy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h11212 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8);
11239 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, in mlxsw_reg_mgpir_unpack() argument
11244 if (num_of_devices) in mlxsw_reg_mgpir_unpack()
11245 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload); in mlxsw_reg_mgpir_unpack()