/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-tsec-phy.txt | 5 the definition of the PHY node in booting-without-of.txt for an example 9 - reg : Offset and length of the register set for the device, and optionally 14 - compatible : Should define the compatible device type for the 16 - "fsl,gianfar-tbi" 17 - "fsl,gianfar-mdio" 18 - "fsl,etsec2-tbi" 19 - "fsl,etsec2-mdio" 20 - "fsl,ucc-mdio" 21 - "fsl,fman-mdio" 23 - "gianfar" [all …]
|
H A D | macb.txt | 4 - compatible: Should be "cdns,[<chip>-]{macb|gem}" 5 Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. 6 Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs. 7 Use "cdns,sam9x60-macb" for Microchip sam9x60 SoC. 8 Use "cdns,np4-macb" for NP4 SoC devices. 9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". 10 Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs. 11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs. 12 Use "atmel,sama5d3-macb" for the 10/100Mbit IP available on Atmel sama5d3 SoCs. 13 Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. [all …]
|
H A D | fsl-fec.txt | 4 - 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 D | cdns,macb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nicolas Ferre <nicolas.ferre@microchip.com> 11 - Claudiu Beznea <claudiu.beznea@microchip.com> 16 - items: 17 - enum: 18 - cdns,at91rm9200-emac # Atmel at91rm9200 SoC 19 - const: cdns,emac # Generic 21 - items: [all …]
|
H A D | fsl,fec.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Wei Fang <wei.fang@nxp.com> 12 - NXP Linux Team <linux-imx@nxp.com> 15 - $ref: ethernet-controller.yaml# 20 - enum: 21 - fsl,imx25-fec 22 - fsl,imx27-fec [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | pci.h | 1 /* SPDX-License-Identifier: ISC */ 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 31 * PCI-specific Target state 36 * HOST_INTEREST->hi_interconnect_state points here 37 * (and all members are 32-bit quantities in order to 79 /* Per-pipe state. */ 130 * bootup. To do that the original PCI-E Link Control is stored before 131 * device bootup is executed and re-programmed later. 138 /* The device has a special powersave-oriented register. When device is [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | egalax-ts.txt | 4 - compatible: must be "eeti,egalax_ts" 5 - reg: i2c slave address 6 - interrupts: touch controller interrupt 7 - wakeup-gpios: the gpio pin to be used for waking up the controller 15 interrupt-parent = <&gpio1>; 17 wakeup-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | samsung,pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 12 - Tomasz Figa <tomasz.figa@gmail.com> 22 - External GPIO interrupts (see interrupts property in pin controller node); 24 - External wake-up interrupts - multiplexed (capable of waking up the system 25 see interrupts property in external wake-up interrupt controller node - 26 samsung,pinctrl-wakeup-interrupt.yaml); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-consumer-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/gpio/gpio-consumer-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bartosz Golaszewski <brgl@bgdev.pl> 11 - Linus Walleij <linus.walleij@linaro.org> 20 enable-gpios: 25 reset-gpios: 30 powerdown-gpios: 36 pwdn-gpios: [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_beacon.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 51 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bt->bt_nexttbtt)); in ar5416SetBeaconTimers() 52 OS_REG_WRITE(ah, AR_NEXT_DBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextdba)); in ar5416SetBeaconTimers() 53 OS_REG_WRITE(ah, AR_NEXT_SWBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextswba)); in ar5416SetBeaconTimers() 54 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim)); in ar5416SetBeaconTimers() 56 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD); in ar5416SetBeaconTimers() 57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD; in ar5416SetBeaconTimers() [all …]
|
/freebsd/share/examples/ses/sesd/ |
H A D | sesd.0 | 42 .Op Fl t Ar poll-interval 47 monitors SCSI Environmental Services (or SAF-TE) devices for changes 54 detached becomes a daemon, by default waking up every 30 seconds to 58 .Bl -tag -width Ds 61 .It Fl t Ar poll-interval 75 .Bl -tag -width /dev/sesN -compact
|
/freebsd/sys/sys/ |
H A D | turnstile.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * Turnstile interface. Non-sleepable locks use a turnstile for the 34 * turnstile contains two sub-queues: one for threads waiting for a 46 * up the turnstile associated with the given lock in the hash table. Then 52 * releasing the lock, turnstile_unpend() must be called to wake up the 53 * pending thread(s) and give up ownership of the turnstile. 56 * without waking up any waiters, it may call turnstile_disown().
|
H A D | sleepqueue.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 58 * if at least one swapped-out thread was resumed. In that case, the caller 59 * is responsible for waking up the swapper by calling kick_proc0() after 68 * XXX: Some other parts of the kernel such as ithread sleeping may end up
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-csr.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 14 * low power states due to driver-invoked device resets 15 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-drive [all...] |
/freebsd/sys/kern/ |
H A D | kern_lock.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 65 _Static_assert((PRILASTFLAG * 2) - 1 <= USHRT_MAX, 78 #define TD_SLOCKS_INC(td) ((td)->td_lk_slocks++) 79 #define TD_SLOCKS_DEC(td) ((td)->td_lk_slocks--) [all...] |
/freebsd/share/man/man9/ |
H A D | selrecord.9 | 54 and the waking of the proper threads when an event of interest occurs on an 89 when they wake up. 120 .An -nosplit
|
H A D | ifnet.9 | 1 .\" -*- Nroff -*- 151 interface-related messages on the 157 defines the kernel-internal interfaces, including the 209 These memberships are reference-counted. 219 .Bl -tag -width ".Va if_capabilities" -offset indent 285 reference-count the 292 (Initialized by the driver-specific 297 Opaque per-interface data for the packet filter, 316 (Initialized by the driver-specific 335 A pointer to an interface-specific MIB structure exported by [all …]
|
H A D | sleepqueue.9 | 1 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org> 95 The implementation of each wait channel splits its sleepqueue into 2 sub-queues 180 parameter specifies the sub-queue, in which the contending thread will be 185 .Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact 201 .Bl -tag -width ".Dv SLEEPQ_INTERRUPTIBLE" -compact 205 .Bl -tag -width ".Dv SLEEPQ_STOP_ON_BDRY" -compact 210 Wake it up instead. 251 function is used for non-interruptible sleeps that do not have a timeout. 254 function is used for non-interruptible sleeps that have had a timeout set via 276 the wait functions return a non-zero value if the thread was awakened due to [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | rrwlock.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 45 * A reader-writer lock implementation that allows re-entrant reads, but 51 * - rr_lock: protects modification and reading of rrwlock_t fields 52 * - rr_cv: cv for waking up readers or waiting writers 53 * - rr_writer: thread id of the current writer 54 * - rr_anon_rount: number of active anonymous readers 55 * - rr_linked_rcount: total number of non-anonymous active readers 56 * - rr_writer_wanted: a writer wants the lock 89 * A reader-mostly lock implementation, tuning above reader-writer locks
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 1 /*- 2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU) 8 * The Mach Operating System project at Carnegie-Mellon University. 35 * Copyright (c) 1987, 1990 Carnegie-Mellon University. 55 * Pittsburgh PA 15213-3890 107 * --- 109 * |-> vmd_inactive_target (~3%) 110 * | - The active queue scan target is given by 111 * | (vmd_inactive_target + vmd_free_target - vmd_free_count). 114 * |-> vmd_free_target (~2%) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | brcm,bcm4329-fmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arend van Spriel <arend@broadcom.com> 19 - $ref: ieee80211.yaml# 24 - items: 25 - enum: 26 - brcm,bcm43143-fmac 27 - brcm,bcm4341b0-fmac [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 26 key-read routine, so there are no reentrancy issues. This means 31 to permit the user to interrupt long-running operations. Generally, a 40 The up side is that there's no asynchronous behavior to worry about, 50 the place -- I hate to litter the source code with that. For example, 58 on DISCARD and LNEXT. To clarify, what vi WANTS is 8-bit clean, with 68 3) and POSIX 1003.1-1992, so it should be fairly portable. 78 ^V<character>^C, i.e. the sequence may end up being ^V^C<character>. 94 that an optimization doesn't cover up an infinite loop. This also 154 processes) receive the SIGTSTP. This permits it to clean up the terminal 156 group a SIGTSTP, putting everyone to sleep and waking the shell.
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mtl_transaction_mgr.h | 3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 106 * Time stamp (in microseconds) when the p_madw needs to wake up. 125 * acting as an event wheel - reporting as error each packet was supposed to get 128 * Both the list and the map hold the osm_madw_req_t objects - one for every madw. 132 * the current time - then the mad received a response. If not - the mad didn't get 150 * A qlist of all the madw with their waking time. 153 * Lock used on the transaction manager - make sure changes on it are serial. [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_beacon.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 52 * + Timer 0 - 0..15 0xffff TU in ar5212SetBeaconTimers() 53 * + Timer 1 - 0..18 0x7ffff TU/8 in ar5212SetBeaconTimers() 54 * + Timer 2 - 0..24 0x1ffffff TU/8 in ar5212SetBeaconTimers() 55 * + Timer 3 - 0..15 0xffff TU in ar5212SetBeaconTimers() 57 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt & 0xffff); in ar5212SetBeaconTimers() 58 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba & 0x7ffff); in ar5212SetBeaconTimers() [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | atomic.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 44 #else // <- Add other operating systems here 72 // https://github.com/apple/darwin-xnu/blob/2ff845c2e033bd0ff64b5b6aa6063a1f8f65aa32/bsd/sys/ulock.… 83 static_assert(sizeof(__cxx_atomic_contention_t) == 8, "Waking up on 8 bytes value"); 104 #else // <- Add other operating systems here 111 …[=]() -> bool { return !__cxx_nonatomic_compare_equal(__cxx_atomic_load(__ptr, memory_order_relaxe… 132 …n &__libcpp_contention_table[__libcpp_contention_hasher(p) & (__libcpp_contention_table_size - 1)]; in __libcpp_contention_state() 166 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release); in __libcpp_atomic_notify() [all …]
|