Home
last modified time | relevance | path

Searched refs:Delay (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c54 Delay, pixels; in dml32_dscceComputeDelay() local
96 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dml32_dscceComputeDelay()
99 pixels = Delay * 3 * pixelsPerClock; in dml32_dscceComputeDelay()
116 unsigned int Delay = 0; in dml32_dscComputeDelay() local
120 Delay = Delay + 2; in dml32_dscComputeDelay()
122 Delay = Delay + 0; in dml32_dscComputeDelay()
124 Delay = Delay + 3; in dml32_dscComputeDelay()
126 Delay = Delay + 2; in dml32_dscComputeDelay()
128 Delay = Delay + 12; in dml32_dscComputeDelay()
130 Delay = Delay + 13; in dml32_dscComputeDelay()
[all …]
/linux/arch/sparc/kernel/
H A Ditlb_miss.S8 srlx %g6, 22, %g6 ! Delay slot
18 nop ! Delay slot, fill me
H A Ddtlb_miss.S8 srlx %g6, 22, %g6 ! Delay slot
/linux/tools/power/pm-graph/config/
H A Dfreeze.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dstandby.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dstandby-callgraph.cfg58 # Back to Back Suspend Delay
62 # Pre Suspend Delay
66 # Post Resume Delay
H A Dfreeze-dev.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dfreeze-callgraph.cfg58 # Back to Back Suspend Delay
62 # Pre Suspend Delay
66 # Post Resume Delay
H A Dsuspend.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dsuspend-callgraph.cfg58 # Back to Back Suspend Delay
62 # Pre Suspend Delay
66 # Post Resume Delay
H A Dstandby-dev.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dsuspend-x2-proc.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dsuspend-dev.cfg57 # Back to Back Suspend Delay
61 # Pre Suspend Delay
65 # Post Resume Delay
H A Dexample.cfg85 # Back to Back Suspend Delay
89 # Pre Suspend Delay
93 # Post Resume Delay
/linux/Documentation/devicetree/bindings/mtd/
H A Dlpc32xx-slc.txt11 - nxp,wdr-clks: Delay before Ready signal is tested on write (W_RDY)
12 - nxp,rdr-clks: Delay before Ready signal is tested on read (R_RDY)
/linux/Documentation/devicetree/bindings/net/
H A Dcavium-pip.txt40 - rx-delay: Delay value for RGMII receive clock. Optional. Disabled if 0.
43 - tx-delay: Delay value for RGMII transmit clock. Optional. Disabled if 0.
/linux/arch/arm/lib/
H A Ddelay-loop.S46 @ Delay routine
/linux/Documentation/accounting/
H A Ddelay-accounting.rst2 Delay accounting
42 Delay accounting uses the taskstats interface which is described
77 Delay accounting is disabled by default at boot up.
/linux/arch/arc/kernel/
H A Dentry-arcv2.S226 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ)
228 ; Intr returning to a Delay Slot (DS) insn
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c860 Delay, pixels; in dscceComputeDelay() local
904 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
907 pixels = Delay * 3 * pixelsPerClock; in dscceComputeDelay()
923 dml_uint_t Delay = 0; in dscComputeDelay() local
927 Delay = Delay + 2; in dscComputeDelay()
929 Delay = Delay + 0; in dscComputeDelay()
931 Delay = Delay + 3; in dscComputeDelay()
933 Delay = Delay + 2; in dscComputeDelay()
935 Delay = Delay + 12; in dscComputeDelay()
937 Delay = Delay + 13; in dscComputeDelay()
[all …]
/linux/Documentation/devicetree/bindings/display/tilcdc/
H A Dpanel.txt10 - fdd: FIFO DMA Request Delay
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd21 Description: Delay PicoLCD waits before restarting in new mode when
/linux/samples/pktgen/
H A DREADME.rst32 -w : ($DELAY) Tx Delay value (ns)
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt51 Delay), "rgmii-txid" (delay on TX only), "rgmii-rxid" (delay on RX only),
/linux/net/sched/
H A DKconfig267 tristate "Controlled Delay AQM (CODEL)"
269 Say Y here if you want to use the Controlled Delay (CODEL)
278 tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)"
280 Say Y here if you want to use the FQ Controlled Delay (FQ_CODEL)
454 bool "Controlled Delay" if NET_SCH_CODEL
457 bool "Fair Queue Controlled Delay" if NET_SCH_FQ_CODEL

123