Home
last modified time | relevance | path

Searched +full:pd +full:- +full:disable (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Brian Norris <briannorris@chromium.org>
15 - rockchip,rk3399-dmc
17 devfreq-events:
26 clock-names:
28 - const: dmc_clk
30 operating-points-v2: true
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/usb/
H A Dwillsemi,wusb3801.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: WUSB3801 Type-C port controller
10 The Will Semiconductor WUSB3801 is a USB Type-C port controller which
12 compatible with the USB Type-C Cable and Connector Specification v1.2.
15 - Samuel Holland <samuel@sholland.org>
20 - willsemi,wusb3801
30 $ref: ../connector/usb-connector.yaml#
33 The managed USB Type-C connector. Since WUSB3801 does not support
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-tqma9352-mba93xxla.dts1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
4 * D-82229 Seefeld, Germany.
8 /dts-v
[all...]
H A Dimx93-tqma9352-mba93xxca.dts1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
4 * D-82229 Seefeld, Germany.
8 /dts-v
[all...]
H A Dimx8dxl-ss-conn.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 /delete-node/ &enet1_lpcg;
7 /delete-node/ &fec2;
10 conn_enet0_root_clk: clock-conn-enet0-root {
11 compatible = "fixed-clock";
12 #clock-cell
[all...]
H A Dimx8mn-var-som-symphony.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * Copyright 2019-2020 Variscite Ltd.
9 /dts-v1/;
11 #include <dt-bindings/usb/pd.h>
12 #include "imx8mn-var-som.dtsi"
15 model = "Variscite VAR-SO
[all...]
H A Dimx8mn-dimonoff-gateway-evk.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/usb/pd.h>
9 #include "imx8mn-var-som-symphony.dts"
13 compatible = "dimonoff,gateway-evk", "variscite,var-som-mx8mn",
20 reg_disp_3v3: regulator-disp-3v3 {
21 compatible = "regulator-fixed";
22 regulator-name = "Display 3V3";
23 regulator-min-microvolt = <3300000>;
24 regulator-max-microvolt = <3300000>;
[all …]
/freebsd-src/contrib/ntp/html/hints/
H A Dsolaris.xtra.40958498 If the time_constant parameter is 7 or higher, and the phase-lock looping model
10 the clock routine as soon as the time_offset becomes non-zero.
19 satish.mynam@Eng 1998-04-30
20 1. Use Sun's version of NTP software instead of PD version. This problem
21 is not seen with Sun's NTP version (which is mostly eqivalent to PD NTP 3.4
26 The workaround for public domain NTP version is to disable the
32 The easiest way to disable ntp_adjtime option is(without changing
33 any makefiles or other config files) to disable the KERNEL_PLL
38 the ./config.h file. This will disable the KERNEL_PLL part of the source
50 /net/divya/export/home/mynam/public_domain/ntp/xntp3-5.92/xntpd>strings
[all …]
/freebsd-src/usr.sbin/pmccontrol/
H A Dpmccontrol.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 #define PMCC_CPU_ALL -1
59 #define PMCC_PMC_ALL -1
90 " " PMCC_PROGRAM_NAME " -L\n"
91 " " PMCC_PROGRAM_NAME " -l\n"
92 " " PMCC_PROGRAM_NAME " -s\n"
93 " " PMCC_PROGRAM_NAME " [-e pmc | -d pmc | -c cpu] ...";
155 cpu = np->op_cpu; in pmcc_do_enable_disable()
156 pmc = np->op_pmc; in pmcc_do_enable_disable()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-bletchley.dts1 // SPDX-License-Identifier: GPL-2.0+
3 /dts-v1/;
5 #include "aspeed-g6.dtsi"
6 #include <dt-bindings/gpio/aspeed-gpio.h>
7 #include <dt-bindings/usb/pd.h>
8 #include <dt-bindings/leds/leds-pca955x.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/i2c/i2c.h>
14 compatible = "facebook,bletchley-bmc", "aspeed,ast2600";
29 iio-hwmon {
[all …]
/freebsd-src/sys/i386/i386/
H A Dbios.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
94 for (cv = (u_int8_t *)sdh, ck = 0, i = 0; i < (sdh->len * 16); i++) { in bios32_init()
98 if ((ck == 0) && (BIOS_START <= sdh->entry ) && in bios32_init()
99 (sdh->entry < (BIOS_START + BIOS_SIZE))) { in bios32_init()
100 bios32_SDCI = BIOS_PADDRTOVADDR(sdh->entry); in bios32_init()
104 sdh->entr in bios32_init()
571 struct pnp_sysdev *pd; pnpbios_identify() local
[all...]
/freebsd-src/sys/netpfil/pf/
H A Dpf_syncookies.c14 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
41 * exhaustion. Trigger for the synflood mode is the number of half-open
43 * We leave synflood mode when the number of half-open states - including
44 * in-flight syncookies - drops far enough again
167 nvlpacked = nvlist_pack(nvl, &nv->len); in pf_get_syncookies()
171 if (nv->siz in pf_get_syncookies()
267 pf_synflood_check(struct pf_pdesc * pd) pf_synflood_check() argument
296 pf_syncookie_send(struct mbuf * m,int off,struct pf_pdesc * pd) pf_syncookie_send() argument
313 pf_syncookie_check(struct pf_pdesc * pd) pf_syncookie_check() argument
338 pf_syncookie_validate(struct pf_pdesc * pd) pf_syncookie_validate() argument
429 pf_syncookie_mac(struct pf_pdesc * pd,union pf_syncookie cookie,uint32_t seq) pf_syncookie_mac() argument
463 pf_syncookie_generate(struct mbuf * m,int off,struct pf_pdesc * pd,uint16_t mss) pf_syncookie_generate() argument
504 pf_syncookie_recreate_syn(uint8_t ttl,int off,struct pf_pdesc * pd) pf_syncookie_recreate_syn() argument
[all...]
H A Dpf_norm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright 2011-2018 Alexander Bluhm <bluhm@openbsd.org>
168 key->frc_src.v4 = ip->ip_src;
169 key->frc_dst.v4 = ip->ip_ds
964 struct pf_pdesc pd; pf_refragment6() local
1049 pf_normalize_ip(struct mbuf ** m0,struct pfi_kkif * kif,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip() argument
1211 pf_normalize_ip6(struct mbuf ** m0,struct pfi_kkif * kif,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip6() argument
1388 pf_normalize_tcp(struct pfi_kkif * kif,struct mbuf * m,int ipoff,int off,void * h,struct pf_pdesc * pd) pf_normalize_tcp() argument
1512 pf_normalize_tcp_init(struct mbuf * m,int off,struct pf_pdesc * pd,struct tcphdr * th,struct pf_state_peer * src,struct pf_state_peer * dst) pf_normalize_tcp_init() argument
1602 pf_normalize_sctp_init(struct mbuf * m,int off,struct pf_pdesc * pd,struct pf_state_peer * src,struct pf_state_peer * dst) pf_normalize_sctp_init() argument
1621 pf_normalize_tcp_stateful(struct mbuf * m,int off,struct pf_pdesc * pd,u_short * reason,struct tcphdr * th,struct pf_kstate * state,struct pf_state_peer * src,struct pf_state_peer * dst,int * writeback) pf_normalize_tcp_stateful() argument
2016 pf_normalize_mss(struct mbuf * m,int off,struct pf_pdesc * pd) pf_normalize_mss() argument
2070 pf_scan_sctp(struct mbuf * m,int ipoff,int off,struct pf_pdesc * pd,struct pfi_kkif * kif) pf_scan_sctp() argument
2196 pf_normalize_sctp(int dir,struct pfi_kkif * kif,struct mbuf * m,int ipoff,int off,void * h,struct pf_pdesc * pd) pf_normalize_sctp() argument
2277 pf_scrub_ip(struct mbuf ** m0,struct pf_pdesc * pd) pf_scrub_ip() argument
2321 pf_scrub_ip6(struct mbuf ** m0,struct pf_pdesc * pd) pf_scrub_ip6() argument
[all...]
/freebsd-src/usr.sbin/mptutil/
H A Dmptutil.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
16 * 3. Neither the name of the author nor the names of any co-contributors
50 fprintf(stderr, "usage: mptutil [-u unit] <command> ...\n\n"); in usage()
53 fprintf(stderr, " show adapter - display controller information\n"); in usage()
54 fprintf(stderr, " show config - display RAID configuration\n"); in usage()
55 fprintf(stderr, " show drives - list physical drives\n"); in usage()
56 fprintf(stderr, " show events - display event log\n"); in usage()
57 fprintf(stderr, " show volumes - list logical volumes\n"); in usage()
58 fprintf(stderr, " fail <drive> - fail a physical drive\n"); in usage()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-mba6.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2013-2021 TQ-Systems GmbH
6 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
9 #include <dt-bindings/clock/imx6qdl-clock.h>
10 #include <dt-binding
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
20 - enum:
21 - usb-a-connector
22 - usb-b-connector
23 - usb-c-connector
25 - items:
[all …]
/freebsd-src/tools/tools/ath/athprom/
H A Deeprom-510 |-------------------------------------------------------------|
12 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
13 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
15 |-------------------------------------------------------------|
33 |-------------------------------------------------------------|
41 | freq | pd | pwr1 | pwr2 | pwr3 | pwr4 | pwr5 |
63 | 6-24 | $pwr6_24_0 | $pwr6_24_1 | $pwr6_24_2 | $pwr6_24_3 |
70 | 6-24 | $pwr6_24_4 | $pwr6_24_5 | $pwr6_24_6 | $pwr6_24_7 |
96 |-------------------------------------------------------------|
98 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
[all …]
/freebsd-src/sys/dev/ath/
H A Dif_ath_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
34 * PCI/Cardbus front-end for the Atheros Wireless LAN controller driver.
130 /* XXX TODO: don't do this for non-PCI (ie, PCIe, Cardbus!) */ in ath_pci_setup()
142 * Disable retry timeout to keep PCI Tx retries from in ath_pci_setup()
165 struct ath_softc *sc = &psc->sc_s in ath_pci_attach()
172 const struct pci_device_table *pd; ath_pci_attach() local
[all...]
/freebsd-src/sys/dev/mfi/
H A Dmfireg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
28 /*-
283 * Pre-TB command size and TB command size.
374 MFI_EVT_CLASS_DEBUG = -2,
375 MFI_EVT_CLASS_PROGRESS = -1,
467 #define MFI_DEFAULT_ID -
958 struct mfi_evt_pd pd; global() member
988 struct mfi_evt_pd pd; global() member
1007 struct mfi_evt_pd pd; global() member
1010 struct mfi_evt_pd pd; global() member
1016 struct mfi_evt_pd pd; global() member
1021 struct mfi_evt_pd pd; global() member
1026 struct mfi_evt_pd pd; global() member
1308 uint8_t pd; global() member
1311 } pd[MFI_MAX_ROW_SIZE]; global() member
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dingenic,pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 Please refer to pinctrl-bindings.txt in this directory for details of the
21 the X1000 and the X1830 contains 4 GPIO ports, PA to PD, for a total of 128
28 - Paul Cercueil <paul@crapouillou.net>
33 - enum:
34 - ingenic,jz4730-pinctrl
35 - ingenic,jz4740-pinctrl
36 - ingenic,jz4725b-pinctrl
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsunxi-d1s-t113-mangopi-mq-r.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Common peripherals and configurations for MangoPi MQ-R boards.
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/leds/common.h>
16 stdout-path = "serial3:115200n8";
20 compatible = "gpio-leds";
22 led-0 {
29 /* board wide 5V supply directly from the USB-C socket */
30 reg_vcc5v: regulator-5v {
31 compatible = "regulator-fixed";
[all …]
/freebsd-src/sys/dev/oce/
H A Doce_queue.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
34 * freebsd-drivers@emulex.com
95 sc->wq[i] = oce_wq_init(sc, sc->tx_ring_size, in oce_queue_init_all()
97 if (!sc->wq[i]) in oce_queue_init_all()
103 sc->rq[i] = oce_rq_init(sc, sc->rx_ring_size, sc->rq_frag_size, in oce_queue_init_all()
106 if (!sc->rq[i]) in oce_queue_init_all()
115 for (vector = 0; vector < sc->intr_count; vector++) { in oce_queue_init_all()
117 aic = &sc->aic_obj[vector]; in oce_queue_init_all()
118 aic->max_eqd = OCE_MAX_EQD; in oce_queue_init_all()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp1 //===- MCSubtargetInfo.cpp - Subtarget Information --------
228 MCSubtargetInfo(const Triple & TT,StringRef C,StringRef TC,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) MCSubtargetInfo() argument
[all...]
/freebsd-src/sys/dev/safe/
H A Dsafe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * SafeNet SafeXcel-1141 hardware crypto accelerator
133 bus_dmamap_sync((_dma)->dma_tag, (_dma)->dma_map, (_flags))
167 bus_space_read_4((sc)->sc_st, (sc)->sc_s
775 struct safe_pdesc *pd; safe_process() local
[all...]
/freebsd-src/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
45 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_fill_qp_context()
46 if_t dev = priv->dev; in mlx4_en_fill_qp_context()
49 context->flags = cpu_to_be32(7 << 16 | rss << MLX4_RSS_QPC_FLAG_OFFSET); in mlx4_en_fill_qp_context()
50 context->pd = cpu_to_be32(mdev->priv_pdn); in mlx4_en_fill_qp_context()
51 context->mtu_msgmax = 0xff; in mlx4_en_fill_qp_context()
53 context->rq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
55 context->sq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
57 context->sq_size_stride = ilog2(TXBB_SIZE) - 4; in mlx4_en_fill_qp_context()
[all …]

12345678