Home
last modified time | relevance | path

Searched refs:table_size (Results 51 – 75 of 176) sorted by relevance

12345678

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c88 u32 table_size = 0; in il3945_get_rate_idx_by_rssi() local
97 table_size = ARRAY_SIZE(il3945_tpt_table_g); in il3945_get_rate_idx_by_rssi()
101 table_size = ARRAY_SIZE(il3945_tpt_table_a); in il3945_get_rate_idx_by_rssi()
108 while (idx < table_size && rssi < tpt_table[idx].min_rssi) in il3945_get_rate_idx_by_rssi()
111 idx = min(idx, table_size - 1); in il3945_get_rate_idx_by_rssi()
/openbmc/linux/arch/sparc/include/asm/
H A Diommu_64.h36 u64 table_size; /* IOTSB table size */ member
/openbmc/linux/drivers/clk/mmp/
H A Dclk.h79 unsigned int table_size; member
92 unsigned int table_size; member
/openbmc/libpldm/include/libpldm/
H A Dfru.h468 int get_fru_record_by_option(const uint8_t *table, size_t table_size,
471 int get_fru_record_by_option_check(const uint8_t *table, size_t table_size,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.h83 u32 table_size, struct brcmf_fw_name *fwnames,
/openbmc/linux/scripts/
H A Dkallsyms.c63 static unsigned int table_size, table_cnt; variable
277 if (table_cnt >= table_size) { in read_map()
278 table_size += 10000; in read_map()
279 table = realloc(table, sizeof(*table) * table_size); in read_map()
/openbmc/libpldm/src/dsp/
H A Dfru.c208 const void *table, size_t table_size) in is_table_end() argument
212 table_size); in is_table_end()
216 int get_fru_record_by_option(const uint8_t *table, size_t table_size, in get_fru_record_by_option() argument
229 while (!is_table_end(record_data_src, table, table_size)) { in get_fru_record_by_option()
/openbmc/linux/tools/testing/nvdimm/test/
H A Dndtest.h60 u32 table_size; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c1026 u32 table_size; in verify_bbt_descr() local
1051 table_size = this->chipsize >> this->bbt_erase_shift; in verify_bbt_descr()
1053 table_size = mtd->size >> this->bbt_erase_shift; in verify_bbt_descr()
1054 table_size >>= 3; in verify_bbt_descr()
1055 table_size *= bits; in verify_bbt_descr()
1057 table_size += pattern_len; in verify_bbt_descr()
1058 BUG_ON(table_size > (1 << this->bbt_erase_shift)); in verify_bbt_descr()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c192 struct ctl_node *node, struct ctl_table *table, size_t table_size) in init_header() argument
195 head->ctl_table_size = table_size; in init_header()
1364 const char *path, struct ctl_table *table, size_t table_size) in __register_sysctl_table() argument
1372 sizeof(struct ctl_node)*table_size, GFP_KERNEL_ACCOUNT); in __register_sysctl_table()
1377 init_header(header, root, set, node, table, table_size); in __register_sysctl_table()
1426 size_t table_size) in register_sysctl_sz() argument
1429 path, table, table_size); in register_sysctl_sz()
1455 const char *table_name, size_t table_size) in __register_sysctl_init() argument
1457 struct ctl_table_header *hdr = register_sysctl_sz(path, table, table_size); in __register_sysctl_init()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c740 int table_size; in a6xx_hfi_init() local
746 table_size = sizeof(*table); in a6xx_hfi_init()
747 table_size += (ARRAY_SIZE(gmu->queues) * in a6xx_hfi_init()
751 table->size = table_size; in a6xx_hfi_init()
/openbmc/linux/arch/sparc/kernel/
H A Dpci_sun4v.h96 unsigned long table_size,
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c1197 u32 table_size; in verify_bbt_descr() local
1222 table_size = targetsize >> this->bbt_erase_shift; in verify_bbt_descr()
1224 table_size = mtd->size >> this->bbt_erase_shift; in verify_bbt_descr()
1225 table_size >>= 3; in verify_bbt_descr()
1226 table_size *= bits; in verify_bbt_descr()
1228 table_size += pattern_len; in verify_bbt_descr()
1229 BUG_ON(table_size > (1 << this->bbt_erase_shift)); in verify_bbt_descr()
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c363 size_t table_size = ARRAY_SIZE(lowpan_frags_ns_ctl_table); in lowpan_frags_ns_sysctl_register() local
375 table_size = 0; in lowpan_frags_ns_sysctl_register()
386 table_size); in lowpan_frags_ns_sysctl_register()
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c331 size_t table_size = tcet->nb_table * sizeof(uint64_t); in spapr_tce_set_need_vfio() local
351 memcpy(tcet->table, oldtable, table_size); in spapr_tce_set_need_vfio()
443 size_t table_size = tcet->nb_table * sizeof(uint64_t); in spapr_tce_reset() local
446 memset(tcet->table, 0, table_size); in spapr_tce_reset()
H A Dspapr_hcall.c986 target_ulong table_size = args[3]; in h_register_process_table() local
997 table_byte_size = 1ULL << (table_size + 12); in h_register_process_table()
1009 } else if (table_size > 24) { in h_register_process_table()
1012 cproc = PATE1_GR | proc_tbl | table_size; in h_register_process_table()
1023 } else if (table_size > 24) { in h_register_process_table()
1027 cproc = (proc_tbl << 25) | page_size << 5 | table_size; in h_register_process_table()
/openbmc/u-boot/disk/
H A Dpart_amiga.h118 u32 table_size; member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0_pptable.h140 …uint16_t table_size; //Driver portion table size. The offset to smc_pptab… member
H A Dsmu_v13_0_pptable.h142 …uint16_t table_size; //Driver portion table size. The offset to smc_pptab… member
/openbmc/linux/drivers/acpi/pmic/
H A Dtps68470_pmic.c199 const unsigned int table_size, int *reg, in pmic_get_reg_bit() argument
205 if (i >= table_size) in pmic_get_reg_bit()
/openbmc/linux/drivers/iio/health/
H A Dafe4403.c151 if (reg_val >= afe440x_attr->table_size) in afe440x_show_register()
173 for (val = 0; val < afe440x_attr->table_size; val++) in afe440x_store_register()
177 if (val == afe440x_attr->table_size) in afe440x_store_register()
H A Dafe4404.c182 if (reg_val >= afe440x_attr->table_size) in afe440x_show_register()
204 for (val = 0; val < afe440x_attr->table_size; val++) in afe440x_store_register()
208 if (val == afe440x_attr->table_size) in afe440x_store_register()
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
229 table_size = PMECC_LOOKUP_TABLE_SIZE_512; in atmel_pmecc_create_gf_tables()
233 table_size = PMECC_LOOKUP_TABLE_SIZE_1024; in atmel_pmecc_create_gf_tables()
237 (2 * table_size * sizeof(u16)), in atmel_pmecc_create_gf_tables()
243 gf_tables->index_of = gf_tables->alpha_to + table_size; in atmel_pmecc_create_gf_tables()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_chain.c124 dma_free_coherent(dev, chain->pbl_sp.table_size, in qed_chain_free_pbl()
286 chain->pbl_sp.table_size = size; in qed_chain_alloc_pbl()
/openbmc/linux/include/net/
H A Dnet_namespace.h479 struct ctl_table *table, size_t table_size);
484 const char *path, struct ctl_table *table, size_t table_size) in register_net_sysctl_sz() argument

12345678