Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 1928) sorted by relevance

12345678910>>...78

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs690.c333 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
334 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
483 a.full += b.full; in rs690_compute_mode_priority()
486 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
490 a.full = a.full + b.full; in rs690_compute_mode_priority()
500 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
504 a.full = a.full + b.full; in rs690_compute_mode_priority()
534 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
538 a.full = a.full + b.full; in rs690_compute_mode_priority()
561 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
[all …]
H A Drv515.c981 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute()
982 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute()
1102 a.full += b.full; in rv515_compute_mode_priority()
1105 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1111 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority()
1119 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1125 priority_mark12.full = a.full + b.full; in rv515_compute_mode_priority()
1153 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1159 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority()
1180 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-full-cmdline.bb5 SUMMARY = "Standard full-featured Linux system"
11 packagegroup-core-full-cmdline \
12 packagegroup-core-full-cmdline-utils \
13 packagegroup-core-full-cmdline-extended \
14 packagegroup-core-full-cmdline-dev-utils \
15 packagegroup-core-full-cmdline-multiuser \
20 RDEPENDS:packagegroup-core-full-cmdline = "\
21 packagegroup-core-full-cmdline-utils \
22 packagegroup-core-full-cmdline-extended \
23 packagegroup-core-full-cmdline-dev-utils \
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c86 if (s->full) in trace_seq_printf()
98 s->full = 1; in trace_seq_printf()
116 if (s->full) in trace_seq_bitmask()
125 s->full = 1; in trace_seq_bitmask()
146 if (s->full) in trace_seq_vprintf()
156 s->full = 1; in trace_seq_vprintf()
180 if (s->full) in trace_seq_bprintf()
210 if (s->full) in trace_seq_puts()
236 if (s->full) in trace_seq_putc()
262 if (s->full) in trace_seq_putmem()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h42 int full; member
225 temp.full = 0; in ConvertToFraction()
243 temp.full = 0; in Convert_ULONG_ToFraction()
280 fValue.full = 0; in GetScaledFraction()
290 fValue.full = fValue.full << times_shifted; in GetScaledFraction()
291 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction()
301 Sum.full = X.full + Y.full; in fAdd()
311 Difference.full = X.full - Y.full; in fSubtract()
318 if (A.full == B.full) in Equal()
326 if (A.full > B.full) in GreaterThan()
[all …]
/openbmc/linux/scripts/tracing/
H A Dftrace-bisect.sh98 full=$1
102 x=`cat $full | wc -l`
105 cat $full
112 if [ ! -f $full ]; then
113 echo "$full does not exist"
133 sed -ne "1,${x}p" $full > $test
134 sed -ne "$y,\$p" $full > $nontest
/openbmc/linux/drivers/acpi/acpica/
H A Dutmath.c22 u64 full; member
73 *out_product = product.full; in acpi_ut_short_multiply()
97 operand_ovl.full = operand; in acpi_ut_short_shift_left()
110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left()
134 operand_ovl.full = operand; in acpi_ut_short_shift_right()
272 dividend_ovl.full = dividend; in acpi_ut_short_divide()
334 divisor.full = in_divisor; in acpi_ut_divide()
335 dividend.full = in_dividend; in acpi_ut_divide()
396 remainder.full -= divisor.full; in acpi_ut_divide()
400 remainder.full -= divisor.full; in acpi_ut_divide()
[all …]
/openbmc/linux/drivers/power/supply/
H A Dapm_power.c40 union power_supply_propval full; member
59 if (bp->full.intval > bp->max_charge) { in __find_main_battery()
61 bp->max_charge = bp->full.intval; in __find_main_battery()
65 if (bp->full.intval > bp->max_energy) { in __find_main_battery()
67 bp->max_energy = bp->full.intval; in __find_main_battery()
93 &bp.full)) { in find_main_battery()
99 &bp.full)) { in find_main_battery()
120 union power_supply_propval full; in do_calculate_time() local
170 if (_MPSY_PROP(full_prop, &full)) { in do_calculate_time()
251 if (_MPSY_PROP(full_prop, &full)) { in calculate_capacity()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/
H A D0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch5 test-full.proto in protobuf-c-native
7 Those code was auto generated by protoc command with test-full.proto, those code are not compatible
9 the test-full.proto with latest version protobuf.
46 - t/test-full.pb-c.c \
66 - t/test-full.pb.cc \
68 -$(t_generated_code2_cxx_generate_packed_data_OBJECTS): t/test-full.pb.h
81 -t/test-full.pb-c.c t/test-full.pb-c.h: $(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) $(top_srcdir…
84 -t/test-full.pb.cc t/test-full.pb.h: @PROTOC@ $(top_srcdir)/t/test-full.proto
95 - t/test-full.pb-c.c t/test-full.pb-c.h \
97 - t/test-full.pb.cc t/test-full.pb.h \
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D106.out12 --- create_mode=off growth_mode=full ---
24 --- create_mode=falloc growth_mode=full ---
28 --- create_mode=full growth_mode=off ---
29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
32 --- create_mode=full growth_mode=falloc ---
33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
36 --- create_mode=full growth_mode=full ---
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
45 --- growth_mode=full ---
57 --- growth_mode=full ---
H A D10650 for create_mode in off falloc full; do
51 for growth_mode in off falloc full; do
86 for growth_mode in falloc full off; do
95 for growth_mode in falloc full; do
118 rm -f $seq.full
H A D125.out26 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---
122 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=full ---
250 --- cluster_size=512 growth_size=48 create_mode=full growth_mode=full ---
378 --- cluster_size=512 growth_size=80 create_mode=full growth_mode=full ---
506 --- cluster_size=64k growth_size=16 create_mode=full growth_mode=full ---
634 --- cluster_size=64k growth_size=48 create_mode=full growth_mode=full ---
762 --- cluster_size=64k growth_size=80 create_mode=full growth_mode=full ---
775 --- Resizing image from 31k to 96k (preallocation=full) ---
783 --- Resizing image from 31k to 128k (preallocation=full) ---
791 --- Resizing image from 33k to 96k (preallocation=full) ---
[all …]
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c89 full->phys_addr = address; in get_physical_address()
95 full->phys_addr = 0xffffffffffff0000ULL; in get_physical_address()
163 full->lg_page_size = 18; in get_physical_address()
168 full->lg_page_size = 24; in get_physical_address()
195 full->prot &= ~PAGE_WRITE; in get_physical_address()
211 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill() local
616 full->prot = PAGE_READ; in get_physical_address_data()
707 full->prot = PAGE_EXEC; in get_physical_address_code()
764 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill() local
876 CPUTLBEntryFull full = {}; in cpu_sparc_get_phys_page() local
[all …]
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_loader.c59 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
61 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
63 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld()
64 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
67 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
69 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld()
73 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
89 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld()
91 csr.full |= 0x7; in sst_start_mrfld()
98 csr.full &= ~(0x5); in sst_start_mrfld()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c238 if (full && !UNITS_ARE_DISCRETE(&full->cmn)) { in print_thresh_setting()
291 if (thresh_available && sr->full) { in ipmi_sensor_print_fc_threshold()
323 if (sr->full) { in ipmi_sensor_print_fc_threshold()
348 if (sr->full) { in ipmi_sensor_print_fc_threshold()
365 sr->full ? sr->full->threshold.hysteresis.positive : in ipmi_sensor_print_fc_threshold()
370 sr->full ? sr->full->threshold.hysteresis.negative : in ipmi_sensor_print_fc_threshold()
634 sdr->record.full->id_string, in ipmi_sensor_set_threshold()
646 sdr->record.full->id_string, in ipmi_sensor_set_threshold()
658 sdr->record.full->id_string, in ipmi_sensor_set_threshold()
670 sdr->record.full->id_string, in ipmi_sensor_set_threshold()
[all …]
H A Dipmi_sdr.c125 if (!sr->full) { in sdr_sensor_has_analog_reading()
150 if ( (sr->full->cmn.unit.pct | sr->full->cmn.unit.modifier | in sdr_sensor_has_analog_reading()
1341 creading = sdr_convert_sensor_reading(full, full->sensor_min); in print_sensor_min_max()
1342 if ((full->cmn.unit.analog == 0 && full->sensor_min == 0x00) || in print_sensor_min_max()
1343 (full->cmn.unit.analog == 1 && full->sensor_min == 0xff) || in print_sensor_min_max()
1344 (full->cmn.unit.analog == 2 && full->sensor_min == 0x80) || in print_sensor_min_max()
1355 creading = sdr_convert_sensor_reading(full, full->sensor_max); in print_sensor_min_max()
1794 sr->full ? sr->full->oem : sr->compact->oem); in ipmi_sdr_print_sensor_fc()
1829 if(sr->full) { in ipmi_sdr_print_sensor_fc()
1842 sr->full ? sr->full->threshold.hysteresis.positive : in ipmi_sdr_print_sensor_fc()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_fixed.h32 u32 full; member
40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
41 #define dfixed_init(A) { .full = dfixed_const((A)) }
42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
43 #define dfixed_trunc(A) ((A).full >> 12)
44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
57 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
65 u64 tmp = ((u64)A.full << 13); in dfixed_div()
67 do_div(tmp, B.full); in dfixed_div()
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dcsc.c32 struct quantization full; member
55 .full = {
69 .full = {
85 .full = {
99 .full = {
195 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
200 coeff = csc_coeffs.y2r.r709.full.coeff; in csc_set_coeff()
205 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
223 coeff = csc_coeffs.r2y.r601.full.coeff; in csc_set_coeff()
228 coeff = csc_coeffs.r2y.r709.full.coeff; in csc_set_coeff()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h24 u128 full; member
32 union __u128_halves o = { .full = (_old), }, \
33 n = { .full = (_new), }; \
41 o.full; \
58 union __u128_halves o = { .full = *(_oldp), }, \
59 n = { .full = (_new), }; \
71 *(_oldp) = o.full; \
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1138 prot = full->prot; in tlb_set_page_full()
1428 CPUTLBEntryFull *full; in probe_access_internal() local
1518 CPUTLBEntryFull *full; in probe_access_flags() local
1540 CPUTLBEntryFull *full; in probe_access() local
1576 CPUTLBEntryFull *full; in tlb_vaddr_to_host() local
1725 data->full = full; in mmu_lookup1()
1746 CPUTLBEntryFull *full = data->full; in mmu_watch_or_dirty() local
2029 attrs = full->attrs; in do_ld_mmio_beN()
2053 attrs = full->attrs; in do_ld16_mmio_beN()
2576 attrs = full->attrs; in do_st_mmio_leN()
[all …]
/openbmc/qemu/util/
H A Dpath.c53 char *full = g_build_filename(base, name, NULL); in path() local
56 if (access(full, F_OK) == 0) { in path()
58 g_hash_table_insert(hash, save, full); in path()
59 ret = full; in path()
62 g_free(full); in path()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst29 - 3c509B (later revision of the ISA card; supports full-duplex)
31 - 3c589B (later revision of the 3c589; supports full-duplex)
65 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
73 full-duplex mode; these include the original 3c509 (no "B"), the original
78 AUI and 10base2 network cabling is physically incapable of full-duplex
82 itself full-duplex capable. This is almost certainly one of two things: a full-
90 Extremely important caution concerning full-duplex mode
119 12 10baseT (RJ-45 connector); force full-duplex mode
203 0x80 Statistics counter nearly full
231 host is incorrectly set to full duplex on a half duplex network.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-Remove-fcf-protection-full.patch4 Subject: [PATCH] Remove -fcf-protection=full
8 | cc1: error: '-fcf-protection=full' is not supported for this target
25 - -fstack-clash-protection -fcf-protection=full
36 - -fstack-clash-protection -fcf-protection=full
47 - -fstack-clash-protection -fcf-protection=full
58 -LIB_CFLAGS += $(CFLAGS) -D_REENTRANT -fcf-protection=full
59 -LLT_CFLAGS += $(CFLAGS) -fcf-protection=full
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dno-gplv3.inc8 # Settings for full-cmdline
9 RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk gr…
10 RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch"
11 RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip"
22 IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management"
23 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
/openbmc/linux/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.yaml14 interesting voltage is often the voltage over the full resistance
44 Resistance Rout over which the output voltage is measured. See full-ohms.
46 full-ohms:
48 Resistance R + Rout for the full divider. The io-channel is scaled by
55 - full-ohms
84 full-ohms = <222>; /* 200 + 22 */

12345678910>>...78