Home
last modified time | relevance | path

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

12345678910>>...177

/Linux-v5.10/drivers/gpu/drm/radeon/
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 …]
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 …]
/Linux-v5.10/net/ethtool/
Dlinkmodes.c173 __DEFINE_LINK_MODE_PARAMS(10, T, Full),
175 __DEFINE_LINK_MODE_PARAMS(100, T, Full),
177 __DEFINE_LINK_MODE_PARAMS(1000, T, Full),
184 __DEFINE_LINK_MODE_PARAMS(10000, T, Full),
187 __DEFINE_LINK_MODE_PARAMS(2500, X, Full),
189 __DEFINE_LINK_MODE_PARAMS(1000, KX, Full),
190 __DEFINE_LINK_MODE_PARAMS(10000, KX4, Full),
191 __DEFINE_LINK_MODE_PARAMS(10000, KR, Full),
196 __DEFINE_LINK_MODE_PARAMS(20000, MLD2, Full),
197 __DEFINE_LINK_MODE_PARAMS(20000, KR2, Full),
[all …]
Dcommon.c106 __DEFINE_LINK_MODE_NAME(10, T, Full),
108 __DEFINE_LINK_MODE_NAME(100, T, Full),
110 __DEFINE_LINK_MODE_NAME(1000, T, Full),
117 __DEFINE_LINK_MODE_NAME(10000, T, Full),
120 __DEFINE_LINK_MODE_NAME(2500, X, Full),
122 __DEFINE_LINK_MODE_NAME(1000, KX, Full),
123 __DEFINE_LINK_MODE_NAME(10000, KX4, Full),
124 __DEFINE_LINK_MODE_NAME(10000, KR, Full),
126 __DEFINE_LINK_MODE_NAME(20000, MLD2, Full),
127 __DEFINE_LINK_MODE_NAME(20000, KR2, Full),
[all …]
/Linux-v5.10/drivers/net/phy/
Dphy-core.c70 return "Full"; in phy_duplex_to_str()
86 PHY_SETTING( 400000, FULL, 400000baseCR8_Full ),
87 PHY_SETTING( 400000, FULL, 400000baseKR8_Full ),
88 PHY_SETTING( 400000, FULL, 400000baseLR8_ER8_FR8_Full ),
89 PHY_SETTING( 400000, FULL, 400000baseDR8_Full ),
90 PHY_SETTING( 400000, FULL, 400000baseSR8_Full ),
91 PHY_SETTING( 400000, FULL, 400000baseCR4_Full ),
92 PHY_SETTING( 400000, FULL, 400000baseKR4_Full ),
93 PHY_SETTING( 400000, FULL, 400000baseLR4_ER4_FR4_Full ),
94 PHY_SETTING( 400000, FULL, 400000baseDR4_Full ),
[all …]
/Linux-v5.10/Documentation/ABI/testing/
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 …]
Dsysfs-bus-pci-drivers-ehci_hcd9 "companion" full/low-speed USB-1.1 controllers. When a
11 to the EHCI controller; when a full- or low-speed device
16 at full speed, which can be accomplished by forcing the
24 port 4 on bus 2 to run at full speed::
40 connect at full speed.
/Linux-v5.10/drivers/power/supply/
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 …]
/Linux-v5.10/scripts/tracing/
Dftrace-bisect.sh23 # # cat available_filter_functions > ~/full-file
24 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
39 # # mv ~/test-file ~/full-file
44 # # mv ~/non-test-file ~/full-file
51 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
76 echo 'usage: ftrace-bisect full-file test-file non-test-file'
80 full=$1
84 x=`cat $full | wc -l`
87 cat $full
94 if [ ! -f $full ]; then
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/
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
62 Full-duplex mode
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
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h37 * A.full => The full number as it is. Generally not easy to read
42 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()
[all …]
/Linux-v5.10/kernel/trace/
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 …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/toshiba/
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 …]
/Linux-v5.10/include/uapi/linux/
Dmii.h44 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
98 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
124 #define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BaseX Full */
[all …]
/Linux-v5.10/drivers/gpu/ipu-v3/
Dipu-ic-csc.c29 * RGB full-range to RGB limited-range
46 * RGB limited-range to RGB full-range
63 * YUV full-range to YUV limited-range
81 * YUV limited-range to YUV full-range
112 * BT.601 RGB full-range to YUV full-range
128 /* BT.601 RGB full-range to YUV limited-range */
140 /* BT.601 RGB limited-range to YUV full-range */
164 * BT.601 YUV full-range to RGB full-range
186 /* BT.601 YUV full-range to RGB limited-range */
197 /* BT.601 YUV limited-range to RGB full-range */
[all …]
/Linux-v5.10/drivers/usb/gadget/udc/
DKconfig39 full speed USB Device Port with support for five configurable
116 high speed or full speed USB device. This driver supppors
134 Many Texas Instruments OMAP processors have flexible full
150 an integrated full speed USB 1.1 device controller. The
175 supports both full and high speed USB 2.0 data transfers.
187 that supports both full and high speed USB 2.0 data transfers.
201 that supports super, high, and full speed USB 3.0 data transfers.
212 an integrated full speed USB 1.1 device controller.
226 full speed USB 1.1 device controller. It has 4 configurable
252 full speed USB peripheral.
[all …]
/Linux-v5.10/sound/soc/intel/atom/sst/
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 …]
/Linux-v5.10/drivers/staging/comedi/drivers/
Djr3_pci.h70 * the full scales.
151 * coordinate transformation, or new sensor full scale is set by the
303 * hardware full scales to be adjusted to potentially allow
319 * command (10) set new full scales (pg. 38).
326 * Default_FS contains the full scale that is used if the user does
327 * not set a full scale.
341 /* Min_full_scale is the recommend minimum full scale. */
345 * determine the appropriate value for setting the full scales. The
346 * software allows the user to set the sensor full scale to an
347 * arbitrary value. But setting the full scales has some hazards. If
[all …]
/Linux-v5.10/include/drm/
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()
/Linux-v5.10/drivers/acpi/acpica/
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 …]
/Linux-v5.10/drivers/media/platform/ti-vpe/
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 …]
/Linux-v5.10/Documentation/devicetree/bindings/iio/afe/
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 */
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
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 …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json24 …of demand and prefetch transactions that the L2 XQ rejects due to a full or near full condition wh…
34full or nearly full condition which likely indicates back pressure from L2Q. It also counts reques…
787 …"PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) mem…
795 …"BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memo…
800 …"PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) mem…
808 …"BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memo…
813 …"PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) mem…
821 …"BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memo…
826 …"PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) mem…
834 …"BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memo…
[all …]
/Linux-v5.10/kernel/time/
DKconfig100 bool "Full dynticks system (tickless)"
138 The major pre-requirement for full dynticks to work is to
140 other dependencies to provide in order to make the full
145 requirements to make the full dynticks feature working.
146 Without the full dynticks, there is no way to test the support
149 accounting. This option copes with the absence of the full

12345678910>>...177