Home
last modified time | relevance | path

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

12345678910>>...65

/OK3568_Linux_fs/kernel/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.c981 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
982 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
983 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
985 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
986 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
988 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
990 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
991 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
992 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
993 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
H A Dr100.c3244 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update()
3265 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3266 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3268 pix_clk.full = 0; in r100_bandwidth_update()
3269 pix_clk2.full = 0; in r100_bandwidth_update()
3270 peak_disp_bw.full = 0; in r100_bandwidth_update()
3272 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3273 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update()
3274 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3275 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
[all …]
H A Devergreen.c1954 a.full = dfixed_const(1000); in evergreen_dram_bandwidth()
1955 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth()
1956 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth()
1957 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
1958 a.full = dfixed_const(10); in evergreen_dram_bandwidth()
1959 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()
1960 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()
1961 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1962 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
1974 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display()
[all …]
/OK3568_Linux_fs/yocto/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…
12 packagegroup-core-full-cmdline \
13 packagegroup-core-full-cmdline-utils \
14 packagegroup-core-full-cmdline-extended \
15 packagegroup-core-full-cmdline-dev-utils \
16 packagegroup-core-full-cmdline-multiuser \
17 packagegroup-core-full-cmdline-initscripts \
18 packagegroup-core-full-cmdline-sys-services \
21 RDEPENDS:packagegroup-core-full-cmdline = "\
[all …]
/OK3568_Linux_fs/kernel/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()
145 if (s->full) in trace_seq_vprintf()
155 s->full = 1; in trace_seq_vprintf()
179 if (s->full) in trace_seq_bprintf()
189 s->full = 1; in trace_seq_bprintf()
209 if (s->full) in trace_seq_puts()
215 s->full = 1; in trace_seq_puts()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A Dsst_loader.c60 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
62 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
64 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld()
65 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
66 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
68 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
70 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld()
71 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
73 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
74 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
[all …]
H A Dsst_ipc.c126 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
137 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
160 msg->mrfld_header.p.header_high.full); in sst_post_message_mrfld()
169 sst_shim_write64(sst_drv_ctx->shim, SST_IPCX, msg->mrfld_header.full); in sst_post_message_mrfld()
186 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld()
187 isr.full = sst_shim_read64(sst_drv_ctx->shim, SST_ISRX); in intel_sst_clear_intr_mrfld()
191 sst_shim_write64(sst_drv_ctx->shim, SST_ISRX, isr.full); in intel_sst_clear_intr_mrfld()
194 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld()
199 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld()
202 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp40 static inline double full() { return 360.0; } in full() function
47 static inline double full() { return 2.0 * boost::math::constants::pi<double>(); } in full() function
69 value += detail::shift<Units>::full(); in put_in_range()
73 value -= detail::shift<Units>::full(); in put_in_range()
83 static const double full = detail::shift<Units>::full(); in operator ()() local
84 double mx = 10.0 * full; in operator ()()
91 static const double half = full / 2.0; in operator ()()
101 v1 = put_in_range(v1, 0, full); in operator ()()
102 v2 = put_in_range(v2, 0, full); in operator ()()
/OK3568_Linux_fs/kernel/scripts/tracing/
H A Dftrace-bisect.sh80 full=$1
84 x=`cat $full | wc -l`
87 cat $full
94 if [ ! -f $full ]; then
95 echo "$full does not exist"
115 sed -ne "1,${x}p" $full > $test
116 sed -ne "$y,\$p" $full > $nontest
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fixed.h31 u32 full; member
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
40 #define dfixed_init(A) { .full = dfixed_const((A)) }
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
42 #define dfixed_trunc(A) ((A).full >> 12)
43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
56 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
64 u64 tmp = ((u64)A.full << 13); in dfixed_div()
66 do_div(tmp, B.full); in dfixed_div()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v6_0.c525 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth()
526 yclk.full = dfixed_const(wm->yclk); in dce_v6_0_dram_bandwidth()
527 yclk.full = dfixed_div(yclk, a); in dce_v6_0_dram_bandwidth()
528 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v6_0_dram_bandwidth()
529 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth()
530 dram_efficiency.full = dfixed_const(7); in dce_v6_0_dram_bandwidth()
531 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v6_0_dram_bandwidth()
532 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth()
533 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth()
554 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth_for_display()
[all …]
H A Ddce_v8_0.c662 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth()
663 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth()
664 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth()
665 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth()
666 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth()
667 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth()
668 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth()
669 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth()
670 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth()
691 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display()
[all …]
H A Ddce_v10_0.c727 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth()
728 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth()
729 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth()
730 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth()
731 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth()
732 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth()
733 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth()
734 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth()
735 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth()
756 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display()
[all …]
/OK3568_Linux_fs/buildroot/support/config-fragments/autobuild/
H A Dtoolchain-configs.csv19 support/config-fragments/autobuild/br-arm-full-static.config,x86_64
48 support/config-fragments/autobuild/br-arc-full-internal.config,any
51 support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64
52 support/config-fragments/autobuild/br-arm-internal-full.config,any
55 support/config-fragments/autobuild/br-i386-pentium4-full.config,x86_64
57 support/config-fragments/autobuild/br-microblazeel-full-internal.config,any
58 support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64
62 support/config-fragments/autobuild/br-powerpc-internal-full.config,any
63 support/config-fragments/autobuild/br-riscv64-full-internal.config,any
65 support/config-fragments/autobuild/br-xtensa-full-internal.config,any
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ufs19 device descriptor parameters. The full information about
28 device descriptor parameters. The full information about
37 the UFS device descriptor parameters. The full information
47 The full information about the descriptor could be found
56 the UFS device descriptor parameters. The full information
66 The full information about the descriptor could be found
76 parameters. The full information about the descriptor could
87 parameters. The full information about the descriptor could
97 the UFS device descriptor parameters. The full information
106 the UFS device descriptor parameters. The full information
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.txt5 interesting voltage is often the voltage over the full resistance
27 See full-ohms.
28 - full-ohms : Resistance R + Rout for the full divider. The io-channel
41 full-ohms = <222>; /* 200 + 22 */
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dmidibuf.c39 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
44 return this->full; in midibuf_is_full()
49 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
121 this->full = 1; in line6_midibuf_write()
228 this->full = 0; in line6_midibuf_read()
240 this->full = 0; in line6_midibuf_ignore()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Drebuilding-packages.txt4 [[full-rebuild]]
5 === Understanding when a full rebuild is necessary
15 Instead, it is the responsibility of the user to know when a full
30 * When an additional package is added to the configuration, a full
36 can rebuild them manually, or you should do a full rebuild. For
44 either have to do a full rebuild, or rebuild +ctorrent+ itself.
49 _sysroot_. A full rebuild is needed to get rid of this
62 * When a change to the root filesystem skeleton is made, a full
65 there is no need for a full rebuild: a simple +make+ invocation
75 or perform a full rebuild to ensure any +bar+ dependent packages are
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/toshiba/
H A Dspider_net.rst29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
30 to receive data from the hardware. A "full" descriptor has data in it,
32 descriptor is neither empty or full; it is simply not ready. It may
39 buffers, and marks them "full". The OS follows up, taking the full
46 marks it full, and advances the GDACTDPA by one. Thus, when there is
47 flowing RX traffic, every descr behind it should be marked "full",
53 hardware is ahead, the tail pointer will be pointing at a "full"
56 all of the descrs in front of the tail pointer should be "full", and
102 The status x4... corresponds to "full" and status xa... corresponds
109 "full" == SPIDER_NET_DESCR_FRAME_END == 0x4
[all …]

12345678910>>...65