Home
last modified time | relevance | path

Searched +full:we +full:- +full:extra +full:- +full:delay (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti,gpmc-child.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc-child.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
11 - Roger Quadros <rogerq@kernel.org>
24 gpmc,sync-clk-ps:
28 # Chip-select signal timings corresponding to GPMC_CONFIG2:
29 gpmc,cs-on-ns:
33 gpmc,cs-rd-off-ns:
[all …]
H A Domap-gpmc.txt7 - compatible: Should be set to one of the following:
9 ti,omap2420-gpmc (omap2420)
10 ti,omap2430-gpmc (omap2430)
11 ti,omap3430-gpmc (omap3430 & omap3630)
12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x)
13 ti,am3352-gpmc (am335x devices)
15 - reg: A resource specifier for the register space
17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is
19 - #address-cells: Must be set to 2 to allow memory address translation
20 - #size-cells: Must be set to 1 to allow CS address passing
[all …]
/freebsd/sbin/ipfw/
H A Ddummynet.c1 /*-
7 * Implemented by Rasool Al-Saadi <ralsaadi@swin.edu.au>
9 * Copyright (c) 2002-2003,2010 Luigi Rizzo
57 { "dst-ip", TOK_DSTIP },
58 { "src-ip", TOK_SRCIP },
59 { "dst-port", TOK_DSTPORT },
60 { "src-port", TOK_SRCPORT },
75 { "fq_codel", TOK_FQ_CODEL}, /* FQ-Codel */
77 { "fq_pie", TOK_FQ_PIE}, /* FQ-PIE */
81 { "delay", TOK_DELA
850 double delay; global() member
[all...]
/freebsd/sys/netinet/
H A Dip_dummynet.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998-2010 Luigi Rizzo, Universita` di Pisa
34 * Definition of the kernel-userland API for dummynet.
89 /* subtypes used for setting/getting extra parameters.
92 DN_AQM_PARAMS, /* AQM extra params */
93 DN_SCH_PARAMS, /* scheduler extra params */
127 * Userland sets bw and delay in bits/s and milliseconds.
133 int delay; /* ms and ticks */ member
140 * flow masks, buckets for the flow hash, and possibly scheduler-
[all …]
/freebsd/sys/isa/
H A Dpnp.c2 * SPDX-License-Identifier: BSD-2-Clause
59 #define PNP_QUIRK_EXTRA_IO 2 /* Has extra io ports */
96 /* The READ_DATA port that we are using currently */
121 outb(_PNP_ADDRESS, 0); /* yes, we do need it twice! */ in pnp_send_initiation_key()
146 DELAY(250); /* Delay 250 usec */ in pnp_get_serial()
150 DELAY(25 in pnp_get_serial()
549 int extra = 1024; pnp_read_bytes() local
[all...]
/freebsd/sys/dev/ata/
H A Data-lowlevel.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org>
43 #include <dev/ata/ata-all.h>
44 #include <dev/ata/ata-pci.h>
69 ch->hw.begin_transaction = ata_begin_transaction; in ata_generic_hw()
70 ch->hw.end_transaction = ata_end_transaction; in ata_generic_hw()
71 ch->hw.status = ata_generic_status; in ata_generic_hw()
72 ch->hw.softreset = NULL; in ata_generic_hw()
73 ch->hw.command = ata_generic_command; in ata_generic_hw()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
44 #define D(fmt, ...) printf("%-10s " fmt "\n", \
88 o->type = type; in set_oid()
89 o->len = len; in set_oid()
90 o->subtype = 0; in set_oid()
97 * so we can use the value to check for stale pointers.
102 /* defaults (sysctl-accessible) */
123 /* Adjusted vs non-adjusted curr_time difference (ticks). */
126 /* counters of objects -- used for reporting space */
[all …]
H A Ddummynet.txt36 ------------------------------
38 presumably in the rr_free_queue() call -- seems to hang
40 ------------------------------
59 selected through a mask on the 5-tuple itself.
69 As an example, we can have
70 ipfw queue 5 config sched 10 flow_mask src-ip 0x000000ff
71 ipfw sched 10 config type WF2Q+ sched_mask src-ip 0xffffff00
77 -----------------
78 Dummynet-related data is split into several data structures,
79 part of them constituting the userland-kernel API, and others
[all …]
H A Dip_dummynet.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Codel/FQ_Codel and PIE/FQ-PIE Code:
9 * Implemented by Rasool Al-Saadi <ralsaadi@swin.edu.au>
11 * Copyright (c) 1998-2002,2010 Luigi Rizzo, Universita` di Pisa
82 /* we use this argument in case of a schk_new */
88 /*---- callout hooks. ----*/
131 /*----- end of callout hooks -----*/
143 if (d->type == type || (name && !strcasecmp(d->name, name))) in find_aqm_type()
159 if (d->type == type || (name && !strcasecmp(d->name, name))) in find_sched_type()
[all …]
H A Ddn_sched_fq_pie.c2 * FQ_PIE - The FlowQueue-PIE scheduler/AQM
8 * Implemented by Rasool Al-Saadi <ralsaadi@swin.edu.au>
33 * As there is no an office document for FQ-PIE specification, we used
34 * FQ-CoDel algorithm with some modifications to implement FQ-PIE.
35 * This FQ-PIE implementation is a beta version and have not been tested
36 * extensively. Our FQ-PIE uses stand-alone PIE AQM per sub-queue. By
37 * default, timestamp is used to calculate queue delay instead of departure
95 /* flow (sub-queue) stats */
104 /* A flow of packets (sub-queue)*/
115 /* extra fq_pie scheduler configurations */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-parade-ps8640.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
11 pp3300_brij_ps8640: pp3300-brij-ps8640-regulator {
12 compatible = "regulator-fixed";
14 regulator-name = "pp3300_brij_ps8640";
16 regulator-min-microvolt = <3300000>;
17 regulator-max-microvolt = <3300000>;
20 enable-active-high;
22 pinctrl-names = "default";
23 pinctrl-0 = <&en_pp3300_edp_brij_ps8640>;
[all …]
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
17 off-on-delay-us = <500000>;
22 * extra power cycle of the touchscreen and eDP panel at bootup.
23 * This should help speed bootup because we have off-on-delay-us.
25 regulator-boot-on;
32 clock-frequency = <400000>;
37 pinctrl-names = "default";
38 pinctrl-0 = <&edp_brij_en>, <&edp_brij_irq>;
39 gpio-controller;
[all …]
H A Dsc7280-herobrine-crd.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include "sc7280-herobrine.dtsi"
11 #include "sc7280-herobrine-audio-wcd9385.dtsi"
12 #include "sc7280-herobrine-lte-sku.dtsi"
22 * However, on CRD there's an extra regulator in the way. Since this
23 * is expected to be uncommon, we'll leave the "vreg_edp_bl" label
27 vreg_edp_bl_crd: vreg-edp-bl-crd-regulator {
28 compatible = "regulator-fixed";
29 regulator-name = "vreg_edp_bl_crd";
[all …]
H A Dmsm8998-fxtec-pro1.dts1 // SPDX-License-Identifier: BSD-3-Clause
7 /dts-v1/;
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/leds/common.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
20 chassis-typ
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c1 //===---------- emutls.c - Implements __emutls_get_address ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 // There are 4 pthread key cleanup rounds on Bionic. Delay emutls deallocation
17 // to round 2. We need to delay deallocation because:
18 // - Android versions older than M lack __cxa_thread_atexit_impl, so apps
20 // - Apps might use __thread/thread_local variables in pthread destructors.
21 // We can't wait until the final two rounds, because jemalloc needs two rounds
22 // after the final malloc/free call to free its thread-specific data (see
31 // sized element in this array. Disable this for warn-as-error builds.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h1 //===-- llvm/MC/MCSchedule.h - Scheduling -------
[all...]
/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.49 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
94 Limit the amount we can prefetch with one call to this amount in bytes.
102 Turbo L2ARC warm-up.
179 Percent of ARC size allowed for L2ARC-only headers.
188 on L2ARC devices by this percentage of write size if we have filled the device.
191 we TRIM twice the space required to accommodate upcoming writes.
208 is later set, we do not read the prefetched buffers from L2ARC.
252 before moving on to the next top-leve
[all...]
/freebsd/tools/tools/netmap/
H A Dnmreplay.c29 * enforcing the output rate and possibly random losses and delay
49 * --- Main functions of the program ---
59 * q->cur_pkt points to the buffer containing the packet
60 * q->cur_len packet length, excluding CRC
61 * q->cur_caplen available packet length (may be shorter than cur_len)
62 * q->cur_tt transmission time for the packet, computed from the trace.
66 * q->c_loss (set with the -L command line option) decides
69 * The function is supposed to set q->c_drop = 1 if the
72 * q->c_bw (set with the -B command line option) is used to
74 * in q->cur_tt the transmission time (in nanoseconds) of
[all …]
/freebsd/sys/arm64/rockchip/
H A Drk3399_emmcphy.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
102 { "rockchip,rk3399-emmc-phy", 1 },
112 #define LOWEST_SET_BIT(mask) ((((mask) - 1) & (mask)) ^ (mask))
150 SYSCON_WRITE_4(sc->syscon, GRF_EMMCPHY_CON6, in rk_emmcphy_enable()
153 /* Enable output tap delay */ in rk_emmcphy_enable()
156 SYSCON_WRITE_4(sc->syscon, GRF_EMMCPHY_CON0, in rk_emmcphy_enable()
163 SYSCON_WRITE_4(sc->syscon, GRF_EMMCPHY_CON6, (mask << 16) | val); in rk_emmcphy_enable()
168 sc->phy_conf = (struct rk_emmcphy_conf *)ofw_bus_search_compatible(dev, in rk_emmcphy_enable()
169 compat_data)->ocd_data; in rk_emmcphy_enable()
[all …]
/freebsd/sys/arm/allwinner/
H A Da10_ahci.c1 /*-
3 * Copyright (c) 2014-2015 M. Warner Losh <imp@FreeBSD.org>
26 * The magic-bit-bang sequence used in this code may be based on a linux
51 * set with a few extra implementation-specific registers that need to
59 /* BITx -- Unknown bit that needs to be set/cleared at position x */
60 /* UFx -- Uknown multi-bit field frobbed during init */
165 * Here starts the magic -- most of the comments are based in ahci_a10_phy_reset()
172 * Lock out other access while we initialize. Or at least that in ahci_a10_phy_reset()
176 ATA_OUTL(ctlr->r_mem, AHCI_RWCR, 0); in ahci_a10_phy_reset()
177 DELAY(100); in ahci_a10_phy_reset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp1 //===---------------------- InOrderIssueStage.cpp ---------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// InOrderIssueStage implements an in-order execution pipeline.
12 //===----------------------------------------------------------------------===//
20 #define DEBUG_TYPE "llvm-mca"
43 --CyclesLeft; in cycleEnd()
80 if (RM.checkAvailability(IR.getInstruction()->getDesc())) { in hasResourceHazard()
89 unsigned FirstWBCycle = IR.getInstruction()->getLatency(); in findFirstWriteBackCycle()
90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle()
[all …]
/freebsd/sys/dev/atkbdc/
H A Datkbdc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1996-1999
5 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp)
66 #define availq(q) ((q)->head != (q)->tail)
68 #define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0)
70 #define emptyq(q) ((q)->tail = (q)->head = 0)
73 #define read_data(k) (bus_space_read_1((k)->iot, (k)->ioh0, 0))
74 #define read_status(k) (bus_space_read_1((k)->iot, (k)->ioh1, 0))
76 (bus_space_write_1((k)->iot, (k)->ioh0, 0, (d)))
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c2 * ntp_util.c - stuff I didn't have any other place for
64 double wander_threshold = 1e-7; /* initial frequency threshold */
114 * uninit_util - free memory allocated by init_util
154 * init_util - initialize the util module of ntpd
179 * hourly_stats - print some interesting stats
219 * (prr) getpriority returns -1 on error, but -1 is also a valid in write_stats()
220 * return value (!), so instead we have to zero errno before the in write_stats()
221 * call and check it for non-zero afterwards. in write_stats()
230 * as well, set the prio_set flag so we remembe in write_stats()
585 record_peer_stats(sockaddr_u * addr,int status,double offset,double delay,double dispersion,double jitter) record_peer_stats() argument
737 record_raw_stats(sockaddr_u * srcadr,sockaddr_u * dstadr,l_fp * t1,l_fp * t2,l_fp * t3,l_fp * t4,int leap,int version,int mode,int stratum,int ppoll,int precision,double root_delay,double root_dispersion,u_int32 refid,int len,u_char * extra) record_raw_stats() argument
[all...]
/freebsd/sys/dev/e1000/
H A Dif_em.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2001-2024, Intel Corporation
104 * Valid Range: 80-256 for 82542 and 82543-based adapters
105 * 80-4096 for others
121 * EM_MAX_RXD - Maximum number of receive Descriptors
122 * Valid Range: 80-256 for 82542 and 82543-based adapters
123 * 80-4096 for others
140 * EM_TIDV - Transmit Interrupt Delay Value
141 * Valid Range: 0-65535 (0=off)
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_opal.c1 /*-
54 * 0 - disabled
55 * 1 - enable error messages (EPRINTF)
56 * 2 - enable error and debug messages (DPRINTF)
88 timo *= 10; /* Timeout is in milliseconds, we delay in 100us */ in opal_ipmi_recv()
92 /* Crank the OPAL state machine while we poll for a reply. */ in opal_ipmi_recv()
94 err = opal_call(OPAL_IPMI_RECV, sc->sc_interface, in opal_ipmi_recv()
95 vtophys(sc->sc_msg), vtophys(msg_len)); in opal_ipmi_recv()
99 DELAY(100); in opal_ipmi_recv()
100 if (timo-- <= 0) { in opal_ipmi_recv()
[all …]

12345678910>>...17