Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_cnt.c254 u64 bank_size; in mlxsw_sp_counter_resources_register() local
263 bank_size = MLXSW_CORE_RES_GET(mlxsw_core, COUNTER_BANK_SIZE); in mlxsw_sp_counter_resources_register()
266 pool_size, bank_size, in mlxsw_sp_counter_resources_register()
284 sub_pool_size = sub_pool->bank_count * bank_size; in mlxsw_sp_counter_resources_register()
291 sub_pool_size, bank_size, in mlxsw_sp_counter_resources_register()
305 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
150 return erp_bank * bf->bank_size + bf_index; in mlxsw_sp_acl_bf_rule_count_index_get()
259 bf->bank_size = bf_bank_size; in mlxsw_sp_acl_bf_init()
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c71 long bank_size; in dram_init() local
105 bank_size = get_ddr_bank_size(cs, in dram_init()
107 size += bank_size; in dram_init()
109 debug("DDR Bank%d size: %ld MiB\n\n", cs, bank_size >> 20); in dram_init()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-stub.c83 u16 bank_size; member
117 (chip->bank_sel - 1) * chip->bank_size + in stub_get_wordp()
324 chip->bank_size = bank_end[i] - bank_start[i] + 1; in i2c_stub_allocate_banks()
333 chip->bank_words = kcalloc(chip->bank_mask * chip->bank_size, in i2c_stub_allocate_banks()
340 chip->bank_mask, chip->bank_size, chip->bank_start, in i2c_stub_allocate_banks()
/OK3568_Linux_fs/kernel/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c698 size_t bank_size; in tegra_pinctrl_suspend() local
702 bank_size = tegra_pinctrl_get_bank_size(dev, i); in tegra_pinctrl_suspend()
704 for (k = 0; k < bank_size; k++) in tegra_pinctrl_suspend()
716 size_t bank_size; in tegra_pinctrl_resume() local
720 bank_size = tegra_pinctrl_get_bank_size(dev, i); in tegra_pinctrl_resume()
722 for (k = 0; k < bank_size; k++) in tegra_pinctrl_resume()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvesa.h46 u8 bank_size; /* 28 */ member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c1404 int gt1x_load_patch(u8 *patch, u32 patch_size, int offset, int bank_size) in gt1x_load_patch() argument
1412 …4X, bank-size: %d", patch_size, gt1x_calc_checksum(patch, patch_size), 0xC000 + offset, bank_size); in gt1x_load_patch()
1414 if (loaded_length == 0 || (loaded_length + offset) % bank_size == 0) { in gt1x_load_patch()
1416 bank = 0x04 + (loaded_length + offset) / bank_size; in gt1x_load_patch()
1433 address = 0xC000 + (loaded_length + offset) % bank_size; in gt1x_load_patch()
H A Dgt1x_generic.h515 extern int gt1x_load_patch(u8 *patch, u32 patch_size, int offset, int bank_size);
/OK3568_Linux_fs/u-boot/include/
H A Dvbe.h66 u8 bank_size; /* 22 */ member
/OK3568_Linux_fs/kernel/include/video/
H A Duvesafb.h53 u8 bank_size; member
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dflexcan.c490 u8 bank_size; in flexcan_get_mb() local
496 bank_size = sizeof(priv->regs->mb[0]) / priv->mb_size; in flexcan_get_mb()
498 bank = mb_index >= bank_size; in flexcan_get_mb()
500 mb_index -= bank_size; in flexcan_get_mb()
/OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dgpio.h776 u8 bank_size; /* total number of pins in the bank */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dgpio.h1452 unsigned int bank_size; /* total number of pins in the bank */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1820 (int *) (&rep.bank_size), &offset, &flags)) in ProcXF86DGAGetVideoLL()
1825 rep.ram_size = rep.bank_size >> 10; in ProcXF86DGAGetVideoLL()