Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-src/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-src/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_DELAY },
[all …]
/freebsd-src/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-src/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-src/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-src/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-alon
[all...]
/freebsd-src/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-type = "handset";
21 qcom,board-id = <0x02000b 0x10>;
29 * Until we hook up type-c detection, we
32 extcon_usb: extcon-usb {
33 compatible = "linux,extcon-usb-gpio";
[all …]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h1 //===-- llvm/MC/MCSchedule.h - Scheduling -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "llvm/Config/llvm-config.h"
39 // cycle after dispatch. This should be used for out-of-order cpus when
46 // in the same cycle. This is for in-order cpus, or the in-order portion of
47 // an out-of-order cpus.
50 // If the resource has sub-units, a pointer to the first element of an array
52 // nullptr if the resource does not have sub-units.
[all …]
/freebsd-src/sys/amd64/conf/
H A DFIRECRACKER2 # FIRECRACKER -- kernel configuration file for Firecracker VM
4 # This is largely a stripped-down version of the GENERIC kernel configuration
12 # it bypasses the boot loader; some environment variables are hard-coded
17 # https://firecracker-microvm.github.io/
22 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
26 options NUMA # Non-Uniform Memory Architecture support
44 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
54 options PSEUDOFS # Pseudo-filesystem framework
65 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
68 options SYSVSHM # SYSV-style shared memory
[all …]
/freebsd-src/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-src/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-src/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-src/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-src/sys/geom/vinum/
H A Dgeom_vinum_raid5.c
/freebsd-src/sys/dev/igc/
H A Dif_igc.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2001-2024, Intel Corporation
6 * Copyright (c) 2021-2024 Rubicon Communications, LLC (Netgate)
101 * Valid Range: 128-4096
117 * IGC_MAX_RXD - Maximum number of receive Descriptors
118 * Valid Range: 128-409
[all...]
/freebsd-src/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-src/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 - Maximu
[all...]

12345678910>>...17