Searched refs:table_size (Results 1 - 25 of 150) sorted by path

123456

/linux-master/arch/arc/include/asm/
H A Dunwind.h113 unsigned long table_size);
/linux-master/arch/sparc/include/asm/
H A Diommu_64.h36 u64 table_size; /* IOTSB table size */ member in struct:atu_iotsb
/linux-master/arch/sparc/kernel/
H A Dpci_sun4v.h96 unsigned long table_size,
H A Dpci_sun4v.c745 u64 table_size; local
758 table_size = (atu->size / IO_PAGE_SIZE) * 8;
759 order = get_order(table_size);
769 iotsb->table_size = table_size;
775 iotsb->table_size,
/linux-master/drivers/acpi/pmic/
H A Dtps68470_pmic.c199 const unsigned int table_size, int *reg,
205 if (i >= table_size)
197 pmic_get_reg_bit(u64 address, const struct tps68470_pmic_table *table, const unsigned int table_size, int *reg, int *bitmask) argument
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_sdm.h33 u32 table_size; member in struct:ccu_sdm_internal
45 .table_size = ARRAY_SIZE(_table), \
H A Dccu_sdm.c37 for (i = 0; i < sdm->table_size; i++)
102 for (i = 0; i < sdm->table_size; i++)
131 for (i = 0; i < sdm->table_size; i++)
151 for (i = 0; i < sdm->table_size; i++)
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c318 int table_size = dev->limits.num_mgms + dev->limits.num_amgms; local
321 table_size,
322 table_size - 1,
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c43 static int hash_func(__u64 tag, int table_size) argument
45 return do_div(tag, (unsigned int)table_size);
/linux-master/include/uapi/linux/
H A Di2o-dev.h219 __u32 table_size:16; member in struct:_i2o_lct
/linux-master/arch/arc/kernel/
H A Dunwind.c187 const void *table_start, unsigned long table_size,
195 table->size = table_size;
369 unsigned long table_size)
375 if (table_size <= 0)
386 init_text->base, init_text->size, table_start, table_size, NULL, 0);
184 init_unwind_table(struct unwind_table *table, const char *name, const void *core_start, unsigned long core_size, const void *init_start, unsigned long init_size, const void *table_start, unsigned long table_size, const u8 *header_start, unsigned long header_size) argument
368 unwind_add_table(struct module *module, const void *table_start, unsigned long table_size) argument
/linux-master/arch/powerpc/mm/
H A Dinit-common.c117 unsigned long table_size = sizeof(void *) << shift; local
118 unsigned long align = table_size;
143 new = kmem_cache_create(name, table_size, align, 0, ctor(shift));
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1068 u64 window_size, table_size, tce_count, addr; local
1080 table_size = tce_count << 3;
1082 if (table_size < PAGE_SIZE)
1083 table_size = PAGE_SIZE;
1086 get_order(table_size));
1094 memset(tces, 0, table_size);
1107 table_size,
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c727 unsigned long page_size, unsigned long table_size)
732 if (table_size)
742 page_size, table_size);
726 pseries_lpar_register_process_table(unsigned long base, unsigned long page_size, unsigned long table_size) argument
/linux-master/drivers/acpi/apei/
H A Deinj-core.c285 if (trigger_tab->table_size > PAGE_SIZE ||
286 trigger_tab->table_size < trigger_tab->header_size)
289 (trigger_tab->table_size - trigger_tab->header_size) /
325 u32 table_size; local
354 table_size = trigger_tab->table_size;
356 table_size - sizeof(*trigger_tab),
361 (unsigned long long)trigger_paddr + table_size - 1);
365 trigger_tab = ioremap_cache(trigger_paddr, table_size);
423 table_size
[all...]
/linux-master/drivers/acpi/nfit/
H A Dnfit.h296 u32 table_size; member in struct:nfit_blk::nfit_blk_mmio
/linux-master/drivers/acpi/
H A Dtables.c229 char *id, unsigned long table_size, struct acpi_subtable_proc *proc,
242 if (!table_size)
254 count = acpi_parse_entries_array(id, table_size,
263 char *id, unsigned long table_size, int entry_id,
274 return acpi_table_parse_entries_array(id, table_size, &proc, 1,
288 int __init acpi_table_parse_entries(char *id, unsigned long table_size, argument
293 return __acpi_table_parse_entries(id, table_size, entry_id, handler,
228 acpi_table_parse_entries_array( char *id, unsigned long table_size, struct acpi_subtable_proc *proc, int proc_num, unsigned int max_entries) argument
262 __acpi_table_parse_entries( char *id, unsigned long table_size, int entry_id, acpi_tbl_entry_handler handler, acpi_tbl_entry_handler_arg handler_arg, void *arg, unsigned int max_entries) argument
/linux-master/drivers/clk/mmp/
H A Dclk-mix.c109 unsigned int table_size)
118 for (i = 0; i < table_size; i++) {
220 for (i = 0; i < mix->table_size; i++) {
353 for (i = 0; i < mix->table_size; i++) {
360 if (i < mix->table_size) {
386 for (i = 0; i < mix->table_size; i++) {
397 if (i < mix->table_size)
424 _filter_clk_table(mix, mix->table, mix->table_size);
464 table_bytes = sizeof(*config->table) * config->table_size;
469 mix->table_size
107 _filter_clk_table(struct mmp_clk_mix *mix, struct mmp_clk_mix_clk_table *table, unsigned int table_size) argument
[all...]
H A Dclk.h79 unsigned int table_size; member in struct:mmp_clk_mix_config
92 unsigned int table_size; member in struct:mmp_clk_mix
/linux-master/drivers/clk/mvebu/
H A Darmada-37xx-periph.c657 int table_size = 0; local
661 table_size++;
662 rate->width = order_base_2(table_size);
/linux-master/drivers/clk/renesas/
H A Dr9a06g032-clocks.c924 u8 table_size; member in struct:r9a06g032_clk_div
965 for (i = 0; clk->table_size && i < clk->table_size - 1; i++) {
1076 div->table[div->table_size++] = desc->div.table[i];
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c467 int table_size, i, ret; local
485 table_size = ARRAY_SIZE(qm_cmd_dump_table);
486 for (i = 0; i < table_size; i++) {
494 if (i == table_size) {
H A Dqm.c1122 int table_size = ARRAY_SIZE(shaper_cbs_s); local
1125 for (i = 0; i < table_size; i++) {
1135 int table_size = ARRAY_SIZE(shaper_cir_s); local
1138 for (i = 0; i < table_size; i++) {
/linux-master/drivers/firmware/efi/
H A Defi-init.c94 size_t table_size; local
116 table_size = sizeof(efi_config_table_t) * systab->nr_tables;
118 table_size);
127 early_memunmap(config_tables, table_size);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.c117 unsigned int order = get_order(adev->gart.table_size);
142 dma_addr = dma_map_page(&adev->pdev->dev, p, 0, adev->gart.table_size,
163 sg->sgl->length = adev->gart.table_size;
165 sg->sgl->dma_length = adev->gart.table_size;
169 bp.size = adev->gart.table_size;
228 unsigned int order = get_order(adev->gart.table_size);
265 return amdgpu_bo_create_kernel(adev, adev->gart.table_size, PAGE_SIZE,

Completed in 301 milliseconds

123456