Home
last modified time | relevance | path

Searched refs:bank_size (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_cnt.c249 u64 bank_size; in mlxsw_sp_counter_resources_register() local
258 bank_size = MLXSW_CORE_RES_GET(mlxsw_core, COUNTER_BANK_SIZE); in mlxsw_sp_counter_resources_register()
261 pool_size, bank_size, in mlxsw_sp_counter_resources_register()
279 sub_pool_size = sub_pool->bank_count * bank_size; in mlxsw_sp_counter_resources_register()
286 sub_pool_size, bank_size, in mlxsw_sp_counter_resources_register()
300 if (WARN_ON(total_bank_config > div64_u64(pool_size, bank_size) + 1)) in mlxsw_sp_counter_resources_register()
H A Dspectrum_acl_bloom_filter.c15 unsigned int bank_size; member
424 return erp_bank * bf->bank_size + bf_index; in mlxsw_sp_acl_bf_rule_count_index_get()
520 bf->bank_size = bf_bank_size; in mlxsw_sp_acl_bf_init()
/linux/drivers/i2c/
H A Di2c-stub.c82 u16 bank_size; member
116 (chip->bank_sel - 1) * chip->bank_size + in stub_get_wordp()
328 chip->bank_size = bank_end[i] - bank_start[i] + 1; in i2c_stub_allocate_banks()
337 chip->bank_words = kcalloc(chip->bank_mask * chip->bank_size, in i2c_stub_allocate_banks()
344 chip->bank_mask, chip->bank_size, chip->bank_start, in i2c_stub_allocate_banks()
/linux/arch/x86/boot/
H A Dvesa.h46 u8 bank_size; /* 28 */ member
/linux/include/video/
H A Duvesafb.h53 u8 bank_size; member
/linux/drivers/media/i2c/
H A Dthp7312.c1665 unsigned int bank_size; in thp7312_fw_load_to_ram() local
1673 bank_size = min_t(u32, size, THP7312_RAM_BANK_SIZE); in thp7312_fw_load_to_ram()
1674 num_chunks = DIV_ROUND_UP(bank_size, THP7312_FW_DOWNLOAD_UNIT); in thp7312_fw_load_to_ram()
1677 __func__, bank_size, i, num_chunks); in thp7312_fw_load_to_ram()