Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_spd.c149 u32 num_of_devices; member
348 info->num_of_devices = in ddr3_spd_init()
351 DEBUG_INIT_FULL_C("DRAM num_of_devices ", info->num_of_devices, 1); in ddr3_spd_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h10005 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8);
10019 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, in mlxsw_reg_mgpir_unpack() argument
10023 if (num_of_devices) in mlxsw_reg_mgpir_unpack()
10024 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload); in mlxsw_reg_mgpir_unpack()