Home
last modified time | relevance | path

Searched full:characteristics (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dclk-pll.c42 const struct clk_pll_characteristics *characteristics; member
59 const struct clk_pll_characteristics *characteristics = in clk_pll_prepare() local
60 pll->characteristics; in clk_pll_prepare()
79 if (characteristics->out) in clk_pll_prepare()
80 out = characteristics->out[pll->range]; in clk_pll_prepare()
82 if (characteristics->icpll) in clk_pll_prepare()
84 characteristics->icpll[pll->range] << PLL_ICPR_SHIFT(id)); in clk_pll_prepare()
128 const struct clk_pll_characteristics *characteristics = in clk_pll_get_best_div_mul() local
129 pll->characteristics; in clk_pll_get_best_div_mul()
138 if (parent_rate < characteristics->input.min) in clk_pll_get_best_div_mul()
[all …]
H A Ddt-compat.c342 struct clk_master_characteristics *characteristics; in of_at91_clk_master_get_characteristics() local
344 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics()
345 if (!characteristics) in of_at91_clk_master_get_characteristics()
348 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics()
352 characteristics->divisors, 4); in of_at91_clk_master_get_characteristics()
354 characteristics->have_div3_pres = in of_at91_clk_master_get_characteristics()
357 return characteristics; in of_at91_clk_master_get_characteristics()
360 kfree(characteristics); in of_at91_clk_master_get_characteristics()
372 struct clk_master_characteristics *characteristics; in of_at91_clk_master_setup() local
383 characteristics = of_at91_clk_master_get_characteristics(np); in of_at91_clk_master_setup()
[all …]
H A Dclk-sam9x60-pll.c33 const struct clk_pll_characteristics *characteristics; member
99 if (core->characteristics->upll) in sam9x60_frac_pll_prepare()
109 if (core->characteristics->upll) { in sam9x60_frac_pll_prepare()
157 if (core->characteristics->upll) in sam9x60_frac_pll_unprepare()
329 const struct clk_pll_characteristics *characteristics = in sam9x60_div_pll_compute_div() local
330 core->characteristics; in sam9x60_div_pll_compute_div()
339 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
340 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
361 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
362 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
[all …]
H A Dclk-master.c39 const struct clk_master_characteristics *characteristics; member
83 const struct clk_master_characteristics *characteristics = in clk_master_recalc_rate() local
84 master->characteristics; in clk_master_recalc_rate()
93 if (characteristics->have_div3_pres && pres == MASTER_PRES_MAX) in clk_master_recalc_rate()
98 rate /= characteristics->divisors[div]; in clk_master_recalc_rate()
100 if (rate < characteristics->output.min) in clk_master_recalc_rate()
102 else if (rate > characteristics->output.max) in clk_master_recalc_rate()
130 const struct clk_master_characteristics *characteristics) in at91_clk_register_master() argument
152 master->characteristics = characteristics; in at91_clk_register_master()
H A Dpmc.h161 const struct clk_master_characteristics *characteristics);
184 const struct clk_pll_characteristics *characteristics);
192 const struct clk_pll_characteristics *characteristics,
199 const struct clk_pll_characteristics *characteristics,
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch34 + grub_uint32_t characteristics)
52 + section->characteristics = grub_host_to_target32 (characteristics);
139 - text_section->characteristics = grub_cpu_to_le32_compile_time (
162 - data_section->characteristics
173 - mods_section->characteristics
186 - reloc_section->characteristics
H A D0135-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch63 text_section->characteristics = grub_cpu_to_le32_compile_time (
78 data_section->characteristics
93 mods_section->characteristics
108 reloc_section->characteristics
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnumaperf.rst8 node. These disparate memory ranges may share some characteristics, such
14 characteristics. Some memory may share the same node as a CPU, and others
55 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
104 performance characteristics in order to provide large address space of
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Defi-header.S21 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics
85 IMAGE_SCN_MEM_EXECUTE // Characteristics
99 IMAGE_SCN_MEM_WRITE // Characteristics
119 .long 0 // Characteristics
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Defi-header.S25 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics
91 IMAGE_SCN_MEM_EXECUTE // Characteristics
105 IMAGE_SCN_MEM_WRITE // Characteristics
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Defi-header.S58 IMAGE_FILE_LINE_NUMS_STRIPPED @ Characteristics
116 IMAGE_SCN_MEM_EXECUTE @ Characteristics
129 IMAGE_SCN_MEM_WRITE @ Characteristics
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-i3c50 BCR stands for Bus Characteristics Register and express the
60 DCR stands for Device Characteristics Register and express the
110 BCR stands for Bus Characteristics Register and express the
118 DCR stands for Device Characteristics Register and express the
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_sys.c22 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_state_show()
69 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_show()
120 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_state_show()
135 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_hostnotification_show()
183 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_reflect_show()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S32 * Characteristics: IMAGE_FILE_32BIT_MACHINE |
101 .long 0x42100040 /* Characteristics (section flags) */
116 .long 0xe0500020 /* Characteristics (section flags) */
H A Dcrt0_aarch64_efi.S32 * Characteristics: IMAGE_FILE_DEBUG_STRIPPED |
100 .long 0x42100040 /* Characteristics (section flags) */
116 .long 0xe0500020 /* Characteristics (section flags) */
/OK3568_Linux_fs/buildroot/package/dc3dd/
H A D0002-fix-autoreconf.patch25 - dnl This test must precede tests of compiler characteristics like
30 dnl Checks for typedefs, structures, and compiler characteristics.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c322 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local
348 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps()
349 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps()
350 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps()
354 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps()
356 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S119 IMAGE_FILE_LINE_NUMS_STRIPPED # Characteristics
208 IMAGE_SCN_ALIGN_16BYTES # Characteristics
229 IMAGE_SCN_ALIGN_1BYTES # Characteristics
248 IMAGE_SCN_ALIGN_1BYTES # Characteristics
270 IMAGE_SCN_ALIGN_16BYTES # Characteristics
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-priv.h36 /* Various characteristics of each board */
41 /* Characteristics of sensor devices */
55 /* Characteristics of audio sensor devices */
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample4.c40 /* Defer openning the output file as we want to set its characteristics in main()
68 /* Also, we'll store the signal characteristics of the first file in main()
H A Dexample0.c48 /* Open the output file; we must specify the output signal characteristics. in main()
50 * file characteristics */ in main()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dqdio.h54 * @ac: adapter characteristics
94 * @ac: adapter characteristics
267 /* qdio adapter-characteristics-1 flag */
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dyocto-project-compatible.rst42 Over time, the project identified characteristics in layers that allow them
57 characteristics for interoperability. It also puts constraints on how invasive

12345678910>>...19