Home
last modified time | relevance | path

Searched +full:post +full:- +full:delay (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dfsl-fec.txt4 - compatible : Should be "fsl,<soc>-fec"
5 - reg : Address and length of the register set for the device
6 - interrupts : Should contain fec interrupt
7 - phy-mode : See ethernet.txt file in the same directory
10 - phy-supply : regulator that powers the Ethernet PHY.
11 - phy-handle : phandle to the PHY device connected to this device.
12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
13 Use instead of phy-handle.
14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
[all …]
H A Dmdio.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
17 bus. These should follow the generic ethernet-phy.yaml document, or
24 "#address-cells":
27 "#size-cells":
30 reset-gpios:
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dti.c4 * SPDX-License-Identifier: GPL-2.0
14 #include <dt-bindings/net/ti-dp83867.h>
79 #define MII_MMD_CTRL_NOINCR 0x4000 /* no post increment */
80 #define MII_MMD_CTRL_INCR_RDWT 0x8000 /* post increment on reads & writes */
81 #define MII_MMD_CTRL_INCR_ON_WT 0xC000 /* post increment on writes only */
83 /* User setting - can be taken from DTS */
102 * phy_read_mmd_indirect - reads data from the MMD registers
119 int value = -1; in phy_read_mmd_indirect()
127 /* Select the Function : DATA with no post increment */ in phy_read_mmd_indirect()
136 * phy_write_mmd_indirect - writes data to the MMD registers
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/backlight/
H A Dpwm-backlight.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/pwm-backlight.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: pwm-backlight bindings
10 - Lee Jones <lee.jones@linaro.org>
11 - Daniel Thompson <daniel.thompson@linaro.org>
12 - Jingoo Han <jingoohan1@gmail.com>
16 const: pwm-backlight
21 pwm-names: true
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2009-2013 QLogic Corporation
74 u16 delay; member
78 u16 delay;
136 val = QLCRDX(adapter->ahw, QLC_83XX_IDC_DRV_PRESENCE); in qlcnic_83xx_idc_check_driver_presence_reg()
146 cur = adapter->ahw->idc.curr_state; in qlcnic_83xx_idc_log_state_history()
147 prev = adapter->ahw->idc.prev_state; in qlcnic_83xx_idc_log_state_history()
149 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_log_state_history()
151 adapter->ahw->idc.name[cur], in qlcnic_83xx_idc_log_state_history()
152 adapter->ahw->idc.name[prev]); in qlcnic_83xx_idc_log_state_history()
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.h1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <linux/delay.h>
79 void _mmc_detect_change(struct mmc_host *host, unsigned long delay,
127 * mmc_claim_host - exclusively claim a host
142 * mmc_pre_req - Prepare for a new request
152 if (host->ops->pre_req) in mmc_pre_req()
153 host->ops->pre_req(host, mrq); in mmc_pre_req()
157 * mmc_post_req - Post process a completed request
158 * @host: MMC host to post process command
159 * @mrq: MMC request to post process for
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.POST1 Power-On-Self-Test support in U-Boot
2 ------------------------------------
4 This project is to support Power-On-Self-Test (POST) in U-Boot.
6 1. High-level requirements
11 and running Power-On-Self-Test in U-Boot. This framework shall
16 The framework shall allow adding/removing/replacing POST tests.
17 Also, standalone POST tests shall be supported.
21 The framework shall allow run-time configuration of the lists
22 of tests running on normal/power-fail booting.
26 The framework shall support manual running of the POST tests.
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dhid-over-i2c.txt1 * HID over I2C Device-Tree bindings
8 http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx
10 If this binding is used, the kernel module i2c-hid will handle the communication
14 - compatible: must be "hid-over-i2c"
15 - reg: i2c slave address
16 - hid-descr-addr: HID descriptor address
17 - interrupts: interrupt line
23 device-specific compatible properties, which should be used in addition to the
24 "hid-over-i2c" string.
26 - compatible:
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-imx.c1 // SPDX-License-Identifier: GPL-2.0+
2 // Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
7 #include <linux/delay.h>
9 #include <linux/dma-mapping.h>
27 #include <linux/platform_data/dma-imx.h>
123 return d->devtype_data->devtype == IMX27_CSPI; in is_imx27_cspi()
128 return d->devtype_data->devtype == IMX35_CSPI; in is_imx35_cspi()
133 return d->devtype_data->devtype == IMX51_ECSPI; in is_imx51_ecspi()
138 return d->devtype_data->devtype == IMX53_ECSPI; in is_imx53_ecspi()
144 unsigned int val = readl(spi_imx->base + MXC_CSPIRXDATA); \
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.c1 // SPDX-License-Identifier: MIT
17 * Emits a PIPE_CONTROL with a non-zero post-sync operation, for
21 * [DevSNB-C+{W/A}] Before any depth stall flush (including those
22 * produced by non-pipelined state commands), software needs to first
23 * send a PIPE_CONTROL with no bits set except Post-Sync Operation !=
26 * [Dev-SNB{W/A}]: Before a PIPE_CONTROL with Write Cache Flush Enable
27 * =1, a PIPE_CONTROL with any non-zero post-sync-op is required.
31 * [Dev-SNB{W/A}]: Pipe-control with CS-stall bit set must be sent
32 * BEFORE the pipe-control with a post-sync op and no write-cache
40 * - Render Target Cache Flush Enable ([12] of DW1)
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 #include <linux/clk-provider.h>
11 #include <linux/delay.h>
73 * struct tegra_clk_sync_source - external clock source from codec
75 * @hw: handle between common and hardware-specific interfaces
95 * struct tegra_clk_frac_div - fractional divider clock
97 * @hw: handle between common and hardware-specific interfaces
99 * @flags: hardware-specific flags
106 * TEGRA_DIVIDER_ROUND_UP - This flags indicates to round up the divider value.
107 * TEGRA_DIVIDER_FIXED - Fixed rate PLL dividers has addition override bit, this
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2005-2016 Broadcom.
7 * linux-drivers@emulex.com
16 * The software must write this register twice to post any command. First,
33 #define SLIPORT_SEMAPHORE_OFFSET_SH 0x94 /* PCI-CFG offset */
42 /* MPU semphore POST stage values */
44 #define POST_STAGE_HOST_RDY 0x2 /* Host has given go-ahed to FW */
46 #define POST_STAGE_ARMFW_RDY 0xc000 /* FW is done with POST */
127 #define DB_EQ_RING_ID_MASK 0x1FF /* bits 0 - 8 */
128 #define DB_EQ_RING_ID_EXT_MASK 0x3e00 /* bits 9-13 */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dtermios-c_oflag.h2 Copyright (C) 2019-2021 Free Software Foundation, Inc.
20 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
24 #define OPOST 0000001 /* Post-process output. */
27 #define ONLCR 0000004 /* Map NL to CR-NL on output. */
31 #define OFILL 0000100 /* Use fill characters for delay. */
37 # define CRDLY 0003000 /* Select carriage-return delays: */
38 # define CR0 0000000 /* Carriage-return delay type 0. */
39 # define CR1 0001000 /* Carriage-return delay type 1. */
40 # define CR2 0002000 /* Carriage-return delay type 2. */
41 # define CR3 0003000 /* Carriage-return delay type 3. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dtermios-c_oflag.h2 Copyright (C) 2019-2021 Free Software Foundation, Inc.
20 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
24 #define OPOST 0000001 /* Post-process output. */
27 #define ONLCR 0000004 /* Map NL to CR-NL on output. */
31 #define OFILL 0000100 /* Use fill characters for delay. */
37 # define CRDLY 0003000 /* Select carriage-return delays: */
38 # define CR0 0000000 /* Carriage-return delay type 0. */
39 # define CR1 0001000 /* Carriage-return delay type 1. */
40 # define CR2 0002000 /* Carriage-return delay type 2. */
41 # define CR3 0003000 /* Carriage-return delay type 3. */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dmmc-pwrseq-simple.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-pwrseq-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
19 const: mmc-pwrseq-simple
21 reset-gpios:
28 They will be de-asserted right after the power has been provided to the
33 description: Handle for the entry in clock-names.
35 clock-names:
[all …]
/OK3568_Linux_fs/kernel/tools/power/pm-graph/config/
H A Dsuspend-x2-proc.cfg2 # Proc S3 (Suspend to Mem) x2 test - includes user processes
9 # sudo ./sleepgraph.py -config config/suspend-proc.cfg
14 # ---- General Options ----
26 output-dir: suspend-{hostname}-{date}-{time}-x2-proc
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
[all …]
H A Dsuspend-dev.cfg2 # Dev S3 (Suspend to Mem) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/suspend-dev.cfg
14 # ---- General Options ----
26 output-dir: suspend-{hostname}-{date}-{time}-dev
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
[all …]
H A Dfreeze-dev.cfg2 # Dev S2 (Freeze) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/freeze-dev.cfg
14 # ---- General Options ----
26 output-dir: freeze-{hostname}-{date}-{time}-dev
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
[all …]
H A Dstandby-dev.cfg2 # Dev S1 (Standby) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/standby-dev.cfg
14 # ---- General Options ----
26 output-dir: standby-{hostname}-{date}-{time}-dev
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
[all …]
H A Dfreeze-callgraph.cfg9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg
15 # ---- General Options ----
27 output-dir: freeze-{hostname}-{date}-{time}-cg
41 # ---- Advanced Options ----
58 # Back to Back Suspend Delay
59 # Time delay between the two test runs in ms (default: 0 ms)
62 # Pre Suspend Delay
63 # Include an N ms delay before (1st) suspend (default: 0 ms)
66 # Post Resume Delay
67 # Include an N ms delay after (last) resume (default: 0 ms)
[all …]
H A Dstandby-callgraph.cfg9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg
15 # ---- General Options ----
27 output-dir: standby-{hostname}-{date}-{time}-cg
41 # ---- Advanced Options ----
58 # Back to Back Suspend Delay
59 # Time delay between the two test runs in ms (default: 0 ms)
62 # Pre Suspend Delay
63 # Include an N ms delay before (1st) suspend (default: 0 ms)
66 # Post Resume Delay
67 # Include an N ms delay after (last) resume (default: 0 ms)
[all …]
H A Dsuspend.cfg9 # sudo ./sleepgraph.py -config config/suspend.cfg
14 # ---- General Options ----
26 output-dir: suspend-{hostname}-{date}-{time}
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
66 # Include an N ms delay after (last) resume (default: 0 ms)
[all …]
H A Dfreeze.cfg9 # sudo ./sleepgraph.py -config config/freeze.cfg
14 # ---- General Options ----
26 output-dir: freeze-{hostname}-{date}-{time}
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
66 # Include an N ms delay after (last) resume (default: 0 ms)
[all …]
H A Dstandby.cfg9 # sudo ./sleepgraph.py -config config/standby.cfg
14 # ---- General Options ----
26 output-dir: standby-{hostname}-{date}-{time}
40 # ---- Advanced Options ----
57 # Back to Back Suspend Delay
58 # Time delay between the two test runs in ms (default: 0 ms)
61 # Pre Suspend Delay
62 # Include an N ms delay before (1st) suspend (default: 0 ms)
65 # Post Resume Delay
66 # Include an N ms delay after (last) resume (default: 0 ms)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js37 open: "dropdown-menu",
103 type: "POST",
106 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
132 type: "POST",
135 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
156 headers: {'X-CSRFToken': $.cookie('csrftoken')},
171 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
195 type: "POST",
198 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
322 ….length+1)+"</strong> layers to your project: <a class=\"alert-link\" id=\"layer-affected-name\"><…
[all …]

12345678910>>...42