Searched refs:tables (Results 101 - 125 of 201) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_snps_phy.c20 * in tables rather than calculating the necessary values at runtime.
1791 const struct intel_mpllb_state * const *tables; local
1808 tables = intel_mpllb_tables_get(crtc_state, encoder);
1809 if (!tables)
1812 for (i = 0; tables[i]; i++) {
1813 if (crtc_state->port_clock == tables[i]->clock) {
1814 crtc_state->dpll_hw_state.mpllb = *tables[i];
1986 const struct intel_mpllb_state * const *tables = dg2_hdmi_tables; local
1989 for (i = 0; tables[i]; i++) {
1990 if (clock == tables[
[all...]
H A Dintel_cx0_phy.c502 * Note: The tables below are with SSC. In non-ssc
762 /* C20 basic DP 1.4 tables */
863 /* C20 basic DP 2.0 tables */
1082 /* Precomputed C10 HDMI PLL tables */
1798 const struct intel_c10pll_state * const *tables = mtl_c10_hdmi_tables; local
1801 for (i = 0; tables[i]; i++) {
1802 if (clock == tables[i]->clock)
1853 const struct intel_c10pll_state * const *tables; local
1856 tables = intel_c10pll_tables_get(crtc_state, encoder);
1857 if (!tables)
2037 const struct intel_c20pll_state * const *tables = mtl_c20_hdmi_tables; local
2076 const struct intel_c20pll_state * const *tables; local
[all...]
/linux-master/net/netfilter/
H A Dxt_recent.c89 struct list_head tables; member in struct:recent_net
223 list_for_each_entry(t, &recent_net->tables, list)
425 list_add_tail(&t->list, &recent_net->tables);
655 list_for_each_entry(t, &recent_net->tables, list)
678 INIT_LIST_HEAD(&recent_net->tables);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h245 #define SMU_TABLE_INIT(tables, table_id, s, a, d) \
247 tables[table_id].size = s; \
248 tables[table_id].align = a; \
249 tables[table_id].domain = d; \
343 struct smu_table tables[SMU_TABLE_COUNT]; member in struct:smu_table_context
796 * @set_watermarks_table: Configure and upload the watermarks tables to
815 * @set_default_od_settings: Set the overdrive tables to defaults.
877 * other devices. The i2c's EEPROM also stores bad page tables on boards
915 * @init_smc_tables: Initialize the SMU tables.
920 * @fini_smc_tables: Release the SMU tables
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c127 struct smu_table *tables = smu_table->tables; local
129 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
131 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t),
133 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
H A Dsmu_v13_0_4_ppt.c153 struct smu_table *tables = smu_table->tables; local
155 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
157 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t),
159 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
H A Daldebaran_ppt.c230 struct smu_table *tables = smu_table->tables; local
232 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t),
235 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE,
238 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
241 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
244 SMU_TABLE_INIT(tables, SMU_TABLE_ECCINFO, sizeof(EccInfoTable_t),
259 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL);
2025 /* dpm/clk tables */
H A Dsmu_v13_0_7_ppt.c497 struct smu_table *tables = smu_table->tables; local
499 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t),
502 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
504 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetricsExternal_t),
506 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
508 SMU_TABLE_INIT(tables, SMU_TABLE_OVERDRIVE, sizeof(OverDriveTableExternal_t),
510 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE,
512 SMU_TABLE_INIT(tables, SMU_TABLE_ACTIVITY_MONITOR_COEFF,
515 SMU_TABLE_INIT(tables, SMU_TABLE_COMBO_PPTABL
[all...]
H A Dyellow_carp_ppt.c154 struct smu_table *tables = smu_table->tables; local
156 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
158 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t),
160 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S53 | tables rounded to RN, RM, and RP, according to the table
83 | to nearest, minus, and plus, respectively. The tables include
86 | tables include the first 5 for ease of indexing.
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c61 policing = priv->static_config.tables[BLK_IDX_L2_POLICING].entries;
133 policing = priv->static_config.tables[BLK_IDX_L2_POLICING].entries;
476 policing = priv->static_config.tables[BLK_IDX_L2_POLICING].entries;
/linux-master/arch/x86/mm/
H A Dinit.c47 * takes pgprot_t (pte encoding) and does not use these tables.
169 * By default need to be able to allocate page tables below PGD firstly for
192 unsigned long tables = INIT_PGT_BUF_SIZE; local
195 base = __pa(extend_brk(tables, PAGE_SIZE));
199 pgt_buf_top = pgt_buf_start + (tables >> PAGE_SHIFT);
562 * in using smaller size (i.e. 4K instead of 2M or 1G) page tables.
621 * [map_start, map_end) in top-down. That said, the page tables
686 * bottom-up allocation above the kernel, the page tables will
740 * The code below will alias kernel page-tables in the user-range of the
780 * allocate page tables abov
[all...]
/linux-master/arch/x86/platform/efi/
H A Dquirks.c524 int __init efi_reuse_config(u64 tables, int nr_tables) argument
550 p = tablep = early_memremap(tables, nr_tables * sz);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c372 struct smu_table *tables = smu_table->tables; local
376 kzalloc(tables[SMU_TABLE_PPTABLE].size, GFP_KERNEL);
390 if (tables[SMU_TABLE_OVERDRIVE].size) {
392 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
399 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
406 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
711 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG];
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c425 struct smu_table *tables = smu_table->tables; local
429 kzalloc(tables[SMU_TABLE_PPTABLE].size, GFP_KERNEL);
442 if (tables[SMU_TABLE_OVERDRIVE].size) {
444 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
451 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
459 kzalloc(tables[SMU_TABLE_COMBO_PPTABLE].size, GFP_KERNEL);
712 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG];
H A Dsmu_v14_0_0_ppt.c160 struct smu_table *tables = smu_table->tables; local
162 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
164 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, max(sizeof(DpmClocks_t), sizeof(DpmClocks_t_v14_0_1)),
166 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
/linux-master/drivers/net/netdevsim/
H A Dudp_tunnels.c95 .tables = {
/linux-master/arch/sh/
H A DMakefile157 KBUILD_CFLAGS += -fasynchronous-unwind-tables
/linux-master/arch/powerpc/include/asm/
H A Diommu.h201 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES]; member in struct:iommu_table_group
/linux-master/sound/pci/hda/
H A DMakefile23 snd-hda-codec-cs8409-y := patch_cs8409.o patch_cs8409-tables.o
/linux-master/arch/x86/entry/vdso/
H A DMakefile54 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/arch/sparc/vdso/
H A DMakefile44 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/arch/x86/boot/
H A DMakefile58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c159 struct smu_table *tables = smu_table->tables; local
161 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
163 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t),
165 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
1055 /* save into smu->smu_table.tables[SMU_TABLE_WATERMARKS]->cpu_addr*/
/linux-master/arch/x86/events/intel/
H A Dpt.c568 * @list: linkage to struct pt_buffer's list of tables
704 list_add_tail(&topa->list, &buf->tables);
737 * topa_insert_pages() - create a list of ToPA tables
742 * This initializes a list of ToPA tables with entries from
787 * pt_topa_dump() - print ToPA tables and their entries
794 list_for_each_entry(topa, &buf->tables, list) {
992 list_for_each_entry(topa, &buf->tables, list) {
1199 list_for_each_entry_safe(topa, iter, &buf->tables, list) {
1287 * pt_buffer_setup_aux() - set up topa tables for a PT buffer
1293 * This is a pmu::setup_aux callback that sets up ToPA tables an
[all...]

Completed in 437 milliseconds

123456789