Home
last modified time | relevance | path

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

12345678910>>...84

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs690.c81 tmp.full = dfixed_const(100); in rs690_pm_info()
82 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info()
83 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info()
85 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info()
87 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info()
88 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info()
90 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info()
91 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info()
92 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info()
95 tmp.full = dfixed_const(100); in rs690_pm_info()
[all …]
H A Drv515.c949 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
950 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
951 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
953 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
954 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
956 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
958 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
959 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
960 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
961 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
H A Dr100.c3261 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update()
3282 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3283 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3285 pix_clk.full = 0; in r100_bandwidth_update()
3286 pix_clk2.full = 0; in r100_bandwidth_update()
3287 peak_disp_bw.full = 0; in r100_bandwidth_update()
3289 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3290 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update()
3291 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3292 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-full-cmdline.bb5 SUMMARY = "Standard full-featured Linux system"
6 DESCRIPTION = "Package group bringing in packages needed for a more traditional full-featured Linux…
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 \
16 packagegroup-core-full-cmdline-initscripts \
17 packagegroup-core-full-cmdline-sys-services \
20 RDEPENDS:packagegroup-core-full-cmdline = "\
[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()
190 s->full = 1; in trace_seq_bprintf()
210 if (s->full) in trace_seq_puts()
216 s->full = 1; in trace_seq_puts()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h42 int full; member
223 temp.full = (X << SHIFT_AMOUNT); in ConvertToFraction()
225 temp.full = 0; in ConvertToFraction()
241 temp.full = (X << SHIFT_AMOUNT); in Convert_ULONG_ToFraction()
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()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutmath.c22 u64 full; member
56 multiplicand_ovl.full = multiplicand; in acpi_ut_short_multiply()
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()
147 *out_result = operand_ovl.full; in acpi_ut_short_shift_right()
272 dividend_ovl.full = dividend; in acpi_ut_short_divide()
287 *out_quotient = quotient.full; in acpi_ut_short_divide()
334 divisor.full = in_divisor; in acpi_ut_divide()
[all …]
/openbmc/linux/drivers/power/supply/
H A Dapm_power.c40 union power_supply_propval full; member
57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) || in __find_main_battery()
58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) { in __find_main_battery()
59 if (bp->full.intval > bp->max_charge) { in __find_main_battery()
61 bp->max_charge = bp->full.intval; in __find_main_battery()
63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) || in __find_main_battery()
64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) { 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()
[all …]
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c68 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() argument
83 full->lg_page_size = TARGET_PAGE_BITS; in get_physical_address()
86 full->phys_addr = env->prom_addr | (address & 0x7ffffULL); in get_physical_address()
87 full->prot = PAGE_READ | PAGE_EXEC; in get_physical_address()
90 full->phys_addr = address; in get_physical_address()
91 full->prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_physical_address()
96 full->phys_addr = 0xffffffffffff0000ULL; in get_physical_address()
160 full->lg_page_size = TARGET_PAGE_BITS; in get_physical_address()
164 full->lg_page_size = 18; in get_physical_address()
169 full->lg_page_size = 24; in get_physical_address()
[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…
82 …toc-c/protoc-gen-c$(EXEEXT) -I$(top_srcdir) --c_out=$(top_builddir) $(top_srcdir)/t/test-full.proto
84 -t/test-full.pb.cc t/test-full.pb.h: @PROTOC@ $(top_srcdir)/t/test-full.proto
85 - $(AM_V_GEN)@PROTOC@ -I$(top_srcdir) --cpp_out=$(top_builddir) $(top_srcdir)/t/test-full.proto
[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/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 ---
58 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=full ---
90 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=full ---
98 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=off ---
99 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
106 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=metadata ---
107 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
114 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=falloc ---
115 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
122 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=full ---
[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()
65 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); 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()
70 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
72 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); 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()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c226 print_thresh_setting(struct sdr_record_full_sensor *full, in print_thresh_setting() argument
238 if (full && !UNITS_ARE_DISCRETE(&full->cmn)) { in print_thresh_setting()
239 printf(analog_fmt, sdr_convert_sensor_reading (full, setting)); in print_thresh_setting()
291 if (thresh_available && sr->full) { in ipmi_sensor_print_fc_threshold()
293 print_thresh_setting(sr->full, rsp->data[0] & (bit), \ in ipmi_sensor_print_fc_threshold()
323 if (sr->full) { in ipmi_sensor_print_fc_threshold()
324 uint16_t raw_tol = __TO_TOL(sr->full->mtol); in ipmi_sensor_print_fc_threshold()
327 sdr_convert_sensor_tolerance(sr->full, in ipmi_sensor_print_fc_threshold()
348 if (sr->full) { in ipmi_sensor_print_fc_threshold()
350 print_thresh_setting(sr->full, rsp->data[0] & (bit), \ in ipmi_sensor_print_fc_threshold()
[all …]
H A Dipmi_sdr.c125 if (!sr->full) { in sdr_sensor_has_analog_reading()
144 if ( UNITS_ARE_DISCRETE(&sr->full->cmn) ) { in sdr_sensor_has_analog_reading()
147 if ( !IS_THRESHOLD_SENSOR(&sr->full->cmn) ) { in sdr_sensor_has_analog_reading()
150 if ( (sr->full->cmn.unit.pct | sr->full->cmn.unit.modifier | in sdr_sensor_has_analog_reading()
151 sr->full->cmn.unit.type.base | in sdr_sensor_has_analog_reading()
152 sr->full->cmn.unit.type.modifier)) { in sdr_sensor_has_analog_reading()
166 if (sr->full->linearization >= SDR_SENSOR_L_NONLINEAR && in sdr_sensor_has_analog_reading()
167 sr->full->linearization <= 0x7F) { in sdr_sensor_has_analog_reading()
168 if (ipmi_sensor_get_sensor_reading_factors(intf, sr->full, sr->s_reading) < 0){ in sdr_sensor_has_analog_reading()
1298 struct sdr_record_full_sensor *full, in ipmi_sdr_print_sensor_hysteresis() argument
[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/qemu/accel/tcg/
H A Dcputlb.c1012 static inline void tlb_set_compare(CPUTLBEntryFull *full, CPUTLBEntry *ent, in tlb_set_compare() argument
1027 full->slow_flags[access_type] = flags; in tlb_set_compare()
1039 vaddr addr, CPUTLBEntryFull *full) in tlb_set_page_full() argument
1054 if (full->lg_page_size <= TARGET_PAGE_BITS) { in tlb_set_page_full()
1057 sz = (hwaddr)1 << full->lg_page_size; in tlb_set_page_full()
1061 paddr_page = full->phys_addr & TARGET_PAGE_MASK; in tlb_set_page_full()
1063 prot = full->prot; in tlb_set_page_full()
1064 asidx = cpu_asidx_from_attrs(cpu, full->attrs); in tlb_set_page_full()
1066 &xlat, &sz, full->attrs, &prot); in tlb_set_page_full()
1071 addr, full->phys_addr, prot, mmu_idx); in tlb_set_page_full()
[all …]
/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/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)
47 needed except to enable full-duplex mode (see below). An example of the syntax
65 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
66 In order to enable and successfully use full-duplex mode, three conditions
69 (a) You must have a Etherlink III card model whose hardware supports full-
71 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B
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-
[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"

12345678910>>...84