Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_cnt.c15 unsigned int bank_count; member
26 .bank_count = 6,
29 .bank_count = 2,
42 total_bank_config += mlxsw_sp_counter_sub_pools[i].bank_count; in mlxsw_sp_counter_pool_validate()
107 sub_pool->size = sub_pool->bank_count * in mlxsw_sp_counter_pool_init()
/Linux-v5.4/drivers/gpio/
Dgpio-tegra.c93 u32 bank_count; member
421 for (b = 0; b < tgi->bank_count; b++) { in tegra_gpio_resume()
459 for (b = 0; b < tgi->bank_count; b++) { in tegra_gpio_suspend()
521 for (i = 0; i < tgi->bank_count; i++) { in tegra_dbg_gpio_show()
578 tgi->bank_count = ret; in tegra_gpio_probe()
580 if (!tgi->bank_count) { in tegra_gpio_probe()
595 tgi->gc.ngpio = tgi->bank_count * 32; in tegra_gpio_probe()
614 tgi->bank_info = devm_kcalloc(&pdev->dev, tgi->bank_count, in tegra_gpio_probe()
625 for (i = 0; i < tgi->bank_count; i++) { in tegra_gpio_probe()
640 for (i = 0; i < tgi->bank_count; i++) { in tegra_gpio_probe()
[all …]