Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/linux/drivers/clk/at91/
H A Dclk-pll.c42 const struct clk_pll_characteristics *characteristics; member
60 const struct clk_pll_characteristics *characteristics = in clk_pll_prepare() local
61 pll->characteristics; in clk_pll_prepare()
80 if (characteristics->out) in clk_pll_prepare()
81 out = characteristics->out[pll->range]; in clk_pll_prepare()
83 if (characteristics->icpll) in clk_pll_prepare()
85 characteristics->icpll[pll->range] << PLL_ICPR_SHIFT(id)); in clk_pll_prepare()
129 const struct clk_pll_characteristics *characteristics = in clk_pll_get_best_div_mul() local
130 pll->characteristics; in clk_pll_get_best_div_mul()
139 if (parent_rate < characteristics->input.min) in clk_pll_get_best_div_mul()
[all …]
H A Dclk-master.c32 const struct clk_master_characteristics *characteristics; member
91 const struct clk_master_characteristics *characteristics = in clk_master_div_recalc_rate() local
92 master->characteristics; in clk_master_div_recalc_rate()
103 rate /= characteristics->divisors[div]; in clk_master_div_recalc_rate()
105 if (rate < characteristics->output.min) in clk_master_div_recalc_rate()
107 else if (rate > characteristics->output.max) in clk_master_div_recalc_rate()
126 div = master->characteristics->divisors[div]; in clk_master_div_save_context()
147 div = master->characteristics->divisors[div]; in clk_master_div_restore_context()
165 const struct clk_master_characteristics *characteristics = in clk_master_div_set() local
166 master->characteristics; in clk_master_div_set()
[all …]
H A Ddt-compat.c370 struct clk_master_characteristics *characteristics; in of_at91_clk_master_get_characteristics() local
372 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics()
373 if (!characteristics) in of_at91_clk_master_get_characteristics()
376 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics()
380 characteristics->divisors, 4); in of_at91_clk_master_get_characteristics()
382 characteristics->have_div3_pres = in of_at91_clk_master_get_characteristics()
385 return characteristics; in of_at91_clk_master_get_characteristics()
388 kfree(characteristics); in of_at91_clk_master_get_characteristics()
400 struct clk_master_characteristics *characteristics; in of_at91_clk_master_setup() local
412 characteristics = of_at91_clk_master_get_characteristics(np); in of_at91_clk_master_setup()
[all …]
H A Dclk-sam9x60-pll.c34 const struct clk_pll_characteristics *characteristics; member
104 if (core->characteristics->upll) in sam9x60_frac_pll_set()
114 if (core->characteristics->upll) { in sam9x60_frac_pll_set()
169 if (core->characteristics->upll) in sam9x60_frac_pll_unprepare()
440 const struct clk_pll_characteristics *characteristics = in sam9x60_div_pll_compute_div() local
441 core->characteristics; in sam9x60_div_pll_compute_div()
450 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
451 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
472 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
473 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
[all …]
H A Dpmc.h182 const struct clk_master_characteristics *characteristics,
189 const struct clk_master_characteristics *characteristics,
216 const struct clk_pll_characteristics *characteristics);
225 const struct clk_pll_characteristics *characteristics,
233 const struct clk_pll_characteristics *characteristics,
/openbmc/smbios-mdr/src/
H A Dcpu.cpp101 void Cpu::characteristics(uint16_t value) in characteristics() function in phosphor::smbios::Cpu
118 processor::characteristics(result); in characteristics()
247 characteristics(cpuInfo->characteristics); // offset 26h in infoUpdate()
H A Dpcieslot.cpp104 void Pcie::pcieIsHotPluggable(const uint8_t characteristics) in pcieIsHotPluggable() argument
109 PCIeSlot::hotPluggable(characteristics & 0x2); in pcieIsHotPluggable()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst9 node. These disparate memory ranges may share some characteristics, such
15 characteristics. Some memory may share the same node as a CPU, and others
56 nodes' access characteristics share the same performance relative to other
69 be allocated from based on the node's performance characteristics. If
79 The performance characteristics the kernel provides for the local initiators
103 performance characteristics in order to provide large address space of
/openbmc/linux/arch/s390/include/uapi/asm/
H A Ddasd.h46 char characteristics[64]; /* from read_device_characteristics */ member
118 char characteristics[64]; /* from read_device_characteristics */ member
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1396 uint64_t characteristics = H_CPU_CHAR_HON_BRANCH_HINTS & in h_get_cpu_characteristics() local
1407 characteristics |= H_CPU_CHAR_L1D_FLUSH_ORI30; in h_get_cpu_characteristics()
1408 characteristics |= H_CPU_CHAR_L1D_FLUSH_TRIG2; in h_get_cpu_characteristics()
1409 characteristics |= H_CPU_CHAR_L1D_THREAD_PRIV; in h_get_cpu_characteristics()
1424 characteristics |= H_CPU_CHAR_SPEC_BAR_ORI31; in h_get_cpu_characteristics()
1439 characteristics |= H_CPU_CHAR_CACHE_COUNT_DIS; in h_get_cpu_characteristics()
1442 characteristics |= H_CPU_CHAR_BCCTRL_SERIALISED; in h_get_cpu_characteristics()
1447 characteristics |= H_CPU_CHAR_BCCTR_FLUSH_ASSIST; in h_get_cpu_characteristics()
1455 args[0] = characteristics; in h_get_cpu_characteristics()
/openbmc/smbios-mdr/include/
H A Dcpu.hpp368 uint16_t characteristics; member
386 void characteristics(const uint16_t value);
/openbmc/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst6 hardware related characteristics are often dynamically configurable. The
20 characteristics. Monitoring performance is best done with device/vendor
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c360 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local
386 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps()
387 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps()
388 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps()
392 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps()
394 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-oletools_0.60.2.bb1 SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files"
H A Dpython3-prctl_1.8.1.bb2 DESCRIPTION = "The linux prctl function allows you to control specific characteristics of a \
/openbmc/linux/Documentation/power/powercap/
H A Ddtpm.rst40 characteristics of the children nodes and their power limitations.
64 When the nodes are inserted in the tree, their power characteristics are propagated to the parents::
200 If a device has its power characteristics changing, then the tree must
212 * dtpm_update_power() : Update the power characteristics of the dtpm node
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.h82 uint32_t characteristics; member
92 uint32_t characteristics; member
/openbmc/openpower-sbe-interface/
H A Dconfigure.ac16 # Checks for typedefs, structures, and compiler characteristics.
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dquery-dvb-frontend-info.rst12 Digital TV API version and other characteristics about the frontend, and can
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/
H A Diperf2_2.0.13.bb1 …o measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A D0002-Enable-support-for-the-kernel-module.patch25 dnl Checks for typedefs, structures, and compiler characteristics.
/openbmc/linux/Documentation/hwmon/
H A Dg762.rst18 hardware characteristics of the system (reference clock, pulses per
70 based on the parameters associated with the physical characteristics of the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/
H A D0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch33 # Checks for typedefs, structures, and compiler characteristics.
H A D0001-Do-not-use-AC_HEADER_STDC.patch
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0003-check-for-libexecinfo-providing-backtrace-APIs.patch34 # Checks for typedefs, structures, and compiler characteristics.

123456