Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v6.1/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-mediatek.txt8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
72 clock-names = "cpu", "intermediate";
194 clock-names = "cpu", "intermediate";
206 clock-names = "cpu", "intermediate";
218 clock-names = "cpu", "intermediate";
230 clock-names = "cpu", "intermediate";
/Linux-v6.1/arch/m68k/fpsp040/
Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
20 | RN Infinity with the sign of the intermediate result.
22 | intermediate result.
Dx_unfl.S7 | For 881/2 compatibility, sw must denormalize the intermediate
9 | by taking the intermediate result (which is always normalized) and
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_pm.c1428 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local
1435 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1437 intermediate->cxsr = false; in g4x_compute_intermediate_wm()
1438 intermediate->hpll_en = false; in g4x_compute_intermediate_wm()
1442 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1444 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1446 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1449 intermediate->wm.plane[plane_id] = in g4x_compute_intermediate_wm()
1453 drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > in g4x_compute_intermediate_wm()
1457 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/dvb/
Ddvb-frontend-parameters.rst34 /* intermediate frequency in kHz for QPSK */
45 intermediate frequency, i.e. the offset which is effectively added to
46 the local oscillator frequency (LOF) of the LNB. The intermediate
Dfe-set-voltage.rst39 LNBf type, the polarization or the intermediate frequency (IF) of the
/Linux-v6.1/Documentation/power/powercap/
Ddtpm.rst115 hierarchically. There is one root node, all intermediate nodes are
116 grouping the child nodes which can be intermediate nodes also or real
119 The intermediate nodes aggregate the power information and allows to
130 intermediate node, then the power consumption will be the sum of all
197 Alternatively, if the node to be inserted is an intermediate one, then
/Linux-v6.1/tools/testing/selftests/futex/
DREADME28 implemented in header files, avoiding the need to compile intermediate object
37 results are printed to stdout, while intermediate ERROR or FAIL messages are
/Linux-v6.1/net/packet/
DKconfig10 directly with network devices without an intermediate network
/Linux-v6.1/fs/squashfs/
DKconfig35 intermediate buffer and then memcopied it into the page cache.
39 If unsure, select "Decompress file data into an intermediate buffer"
42 bool "Decompress file data into an intermediate buffer"
44 Decompress file data into an intermediate buffer and then
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt8516.dtsi59 clock-names = "cpu", "intermediate";
72 clock-names = "cpu", "intermediate";
85 clock-names = "cpu", "intermediate";
98 clock-names = "cpu", "intermediate", "armpll";
Dmt8183.dtsi287 clock-names = "cci", "intermediate";
336 clock-names = "cpu", "intermediate";
352 clock-names = "cpu", "intermediate";
368 clock-names = "cpu", "intermediate";
384 clock-names = "cpu", "intermediate";
400 clock-names = "cpu", "intermediate";
416 clock-names = "cpu", "intermediate";
432 clock-names = "cpu", "intermediate";
448 clock-names = "cpu", "intermediate";
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-rf-tuner.rst14 converts that received signal to lower intermediate frequency (IF) or
83 intermediate frequency output or baseband output. Used when
Dpixfmt-reserved.rst239 It remains an opaque intermediate format and the MDP hardware must be
247 It is an opaque intermediate format. The used compression is lossless
257 It is an opaque intermediate format. The used compression is lossless
Ddev-event.rst45 is lost, but only an intermediate step leading up to that
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
DKconfig36 in peer GPUs' memory without intermediate copies in system memory.
/Linux-v6.1/drivers/spi/
Dspi-zynqmp-gqspi.c516 u32 count = 0, intermediate; in zynqmp_qspi_filltxfifo() local
520 memcpy(&intermediate, xqspi->txbuf, 4); in zynqmp_qspi_filltxfifo()
525 memcpy(&intermediate, xqspi->txbuf, in zynqmp_qspi_filltxfifo()
531 zynqmp_gqspi_write(xqspi, GQSPI_TXD_OFST, intermediate); in zynqmp_qspi_filltxfifo()
/Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/
Dxmit.h100 u8 intermediate;/* Intermediate status notification */ member
Dxmit.c578 if (status->intermediate) in b43legacy_handle_txstatus()
613 status.intermediate = !!(tmp & 0x40); in b43legacy_handle_hwtxstatus()
/Linux-v6.1/Documentation/cpu-freq/
Dcpu-drivers.rst176 case of errors, even if we switched to intermediate frequency earlier.
224 get_intermediate should return a stable intermediate frequency platform wants to
231 to intermediate frequency for some target frequency. In that case core will
/Linux-v6.1/fs/cramfs/
DKconfig43 This saves some memory since no intermediate buffering is
/Linux-v6.1/Documentation/staging/
Dcrc32.rst123 This produces a 40-bit (rather than a 33-bit) intermediate remainder,
145 producing a 48-bit intermediate remainder. Rather than doing a single
159 leaves the low-order bits of the intermediate remainder zero, the
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst138 intermediate window: 4' - 4 = (5' - 5) * (3' - 3) / (2' - 2)
/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst40 the new one. This means that intermediate results can be thrown away but
44 the same state). In that case the intermediate state changes were lost but
/Linux-v6.1/drivers/net/wireless/broadcom/b43/
Dxmit.h221 u8 intermediate; /* Intermediate status notification (not final) */ member

1234