/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-wdt.txt | 3 ** at91sam9-wdt 6 - compatible: must be "atmel,at91sam9260-wdt". 7 - reg: physical base address of the controller and length of memory mapped 9 - clocks: phandle to input clock. 12 - timeout-sec: contains the watchdog timeout in seconds. 13 - interrupts : Should contain WDT interrupt. 14 - atmel,max-heartbeat-sec : Should contain the maximum heartbeat value in 17 - atmel,min-heartbeat-sec : Should contain the minimum heartbeat value in 18 seconds. This value must be smaller than the max-heartbeat-sec value. 20 - atmel,watchdog-type : Should be "hardware" or "software". Hardware watchdog [all …]
|
H A D | atmel,at91sam9-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/watchdog/atmel,at91sam9-wdt.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Eugen Hristev <eugen.hristev@microchip.com> 15 const: atmel,at91sam9260-wdt 26 atmel,max-heartbeat-sec: 32 atmel,min-heartbeat-sec: 35 must be smaller than the max-heartbeat-sec value. It is used to 39 atmel,watchdog-type: [all …]
|
H A D | atmel-sama5d4-wdt.txt | 4 - compatible: "atmel,sama5d4-wdt" or "microchip,sam9x60-wdt" 5 - reg: base physical address and length of memory mapped region. 8 - timeout-sec: watchdog timeout value (in seconds). 9 - interrupts: interrupt number to the CPU. 10 - atmel,watchdog-type: should be "hardware" or "software". 11 "hardware": enable watchdog fault reset. A watchdog fault triggers 12 watchdog reset. 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 19 watchdog reset time depends on mean CPU usage and will not reset at all 22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is [all …]
|
H A D | st_lpc_wdt.txt | 1 STMicroelectronics Low Power Controller (LPC) - Watchdog 4 LPC currently supports Watchdog OR Real Time Clock OR Clocksource 7 [See: ../rtc/rtc-st-lpc.txt for RTC options] 8 [See: ../timer/st,stih407-lpc for Clocksource options] 12 - compatible : Should be: "st,stih407-lpc" 13 - reg : LPC registers base address + size 14 - interrupts : LPC interrupt line number and associated flags 15 - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt) 16 - st,lpc-mode : The LPC can run either one of three modes: 24 - st,syscfg : Phandle to syscfg node used to enable watchdog and configure [all …]
|
H A D | realtek,otto-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/watchdog/realtek,otto-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sander Vanheule <sander@svanheule.net> 16 interrupt, although the phase 2 interrupt will occur with the system reset. 17 - Phase 1: During this phase, the WDT can be pinged to reset the timeout. 18 - Phase 2: Starts after phase 1 has timed out, and only serves to give the 19 system some time to clean up, or notify others that it's going to reset. 20 During this phase, pinging the WDT has no effect, and a reset is [all …]
|
H A D | xlnx,versal-wwdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/xlnx,versal-wwdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Neeli Srinivas <srinivas.neeli@amd.com> 16 predefined window periods of time. This means a period that is not 18 restarted within the open window time. If software tries to restart 19 WWDT outside of the open window time period, it generates a reset. 22 - $ref: watchdog.yaml# 27 - xlnx,versal-wwdt [all …]
|
H A D | atmel,sama5d4-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/atmel,sama5d4-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Eugen Hristev <eugen.hristev@microchip.com> 13 - $ref: watchdog.yaml# 18 - enum: 19 - atmel,sama5d4-wdt 20 - microchip,sam9x60-wdt 21 - microchip,sama7g5-wdt [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-timed.c | 22 /* \summary: Berkeley UNIX Time Synchronization Protocol */ 28 #include "netdissect-stdinc.h" 46 nd_byte tsp_name[256]; /* null-terminated string up to 256 */ 60 #define TSP_SETTIME 5 /* send network time */ 69 #define TSP_DATE 14 /* reset the time (date command) */ 70 #define TSP_DATEREQ 15 /* remote request to reset the time */ 71 #define TSP_DATEACK 16 /* acknowledge time setting */ 115 int sec, usec; in timed_print() local 117 ndo->ndo_protocol = "timed"; in timed_print() 118 tsp_type = GET_U_1(tsp->tsp_type); in timed_print() [all …]
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vrtc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 uint8_t sec; member 71 uint8_t nvram2[128 - 51]; 86 #define VRTC_LOCK(vrtc) mtx_lock(&((vrtc)->mtx)) 87 #define VRTC_UNLOCK(vrtc) mtx_unlock(&((vrtc)->mtx)) 88 #define VRTC_LOCKED(vrtc) mtx_owned(&((vrtc)->mtx)) 91 * RTC time is considered "broken" if: 92 * - RTC updates are halted by the guest 93 * - RTC date/time fields have invalid values [all …]
|
H A D | vatpit.c | 1 /*- 52 #define VATPIT_LOCK(vatpit) mtx_lock_spin(&((vatpit)->mtx)) 53 #define VATPIT_UNLOCK(vatpit) mtx_unlock_spin(&((vatpit)->mtx)) 54 #define VATPIT_LOCKED(vatpit) mtx_owned(&((vatpit)->mtx)) 92 struct bintime callout_bt; /* target time */ 114 bintime_sub(&delta, &c->now_bt); in vatpit_delta_ticks() 116 result = delta.sec * PIT_8254_FREQ; in vatpit_delta_ticks() 117 result += delta.frac / vatpit->freq_bt.frac; in vatpit_delta_ticks() 129 c = &vatpit->channel[channel]; in vatpit_get_out() 131 switch (c->mode) { in vatpit_get_out() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | input.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Torokhov <dmitry.torokhov@gmail.com> 21 $ref: /schemas/types.yaml#/definitions/uint32-array 34 linux,input-type: 37 - 1 # EV_KEY 38 - 2 # EV_REL 39 - 3 # EV_ABS 40 - 5 # EV_SW [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | st,stpmic1.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - pascal Paillet <p.paillet@foss.st.com> 24 "#interrupt-cells": 27 interrupt-controller: true 36 const: st,stpmic1-onkey 40 - description: onkey-falling, happens when onkey is pressed. IT_PONKEY_F of pmic 41 - description: onkey-rising, happens when onkey is released. IT_PONKEY_R of pmic 43 interrupt-names: [all …]
|
H A D | actions,atc260x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 11 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com> 16 (i.e. regulators and system power-off/reboot) for the ATC2603C and ATC2609A 18 ATC2603C includes 3 programmable DC-DC converters, 9 programmable LDO 20 ATC2609A includes 5 programmable DC-DC converters and 10 programmable LDO 24 - $ref: /schemas/input/input.yaml 29 - actions,atc2603c [all …]
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 1 /*- 2 * SPDX-License-Identifier: Beerware 4 * ---------------------------------------------------------------------------- 5 * "THE BEER-WARE LICENSE" (Revision 42): 8 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 9 * ---------------------------------------------------------------------------- 46 * forever when the time step is large. 53 * time services. 65 dummy_get_timecount, 0, ~0u, 1000000, "dummy", -1000000 88 .th_scale = (uint64_t)-1 / 1000000, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | samsung-i2s.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung-i2s.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylweste [all...] |
/freebsd/sys/dev/ixgbe/ |
H A D | if_bypass.c | 3 Copyright (c) 2001-2017, Intel Corporation 47 while (atomic_cmpset_int(&sc->bypass.low, 0, 1) == 0) in ixgbe_bypass_mutex_enter() 49 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_mutex_enter() 60 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_mutex_clear() 62 while (atomic_cmpset_int(&sc->bypass.low, 1, 0) == 0) in ixgbe_bypass_mutex_clear() 75 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_wd_mutex_enter() 86 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_wd_mutex_clear() 95 ixgbe_get_bypass_time(u32 *year, u32 *sec) in ixgbe_get_bypass_time() argument 99 *year = 1970; /* time starts at 01/01/1970 */ in ixgbe_get_bypass_time() 101 *sec = current.tv_sec; in ixgbe_get_bypass_time() [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_wdog.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 #include <sys/time.h> 73 {"fsl,imx6sx-wdt", 1}, 74 {"fsl,imx6sl-wdt", 1}, 75 {"fsl,imx6q-wdt", 1}, 76 {"fsl,imx53-wdt", 1}, 77 {"fsl,imx51-wdt", 1}, 78 {"fsl,imx50-wdt", 1}, 79 {"fsl,imx35-wdt", 1}, [all …]
|
H A D | imx_wdogreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 34 #define WDOG_CR_WT_MASK 0xff00 /* Count; 0.5 sec units */ 37 #define WDOG_CR_WDA (1u << 5) /* Don't assert ext reset */ 38 #define WDOG_CR_SRS (1u << 4) /* Don't assert soft reset */ 39 #define WDOG_CR_WDT (1u << 3) /* Assert ext reset on timeout */ 48 #define WDOG_RSR_REG 0x04 /* Reset Status Register */ 49 #define WDOG_RSR_POR (1u << 4) /* Due to Power-On Reset */ 50 #define WDOG_RSR_TOUT (1u << 1) /* Due WDog timeout reset */ 51 #define WDOG_RSR_SFTW (1u << 0) /* Due Soft reset */ [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5.3 | 1 …mdal Kerberos 5 library" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*- 5 krb5 \- Heimdal Kerberos 5 library 87 …de KRB5_LIB_CALL \fBkrb5_get_kdc_sec_offset\fP (krb5_context context, int32_t *sec, int32_t *usec)" 90 …code KRB5_LIB_CALL \fBkrb5_set_kdc_sec_offset\fP (krb5_context context, int32_t sec, int32_t usec)" 171 …de KRB5_LIB_CALL \fBkrb5_set_real_time\fP (krb5_context context, krb5_timestamp sec, int32_t usec)" 181 Add a specified list of error messages to the et list in context. Call func (probably a comerr-gene… 250 KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication). 498 Reset the (potentially uninitalized) krb5_data structure. 502 \fIp\fP krb5_data to reset. 692 …r_code KRB5_LIB_CALL krb5_get_kdc_sec_offset (krb5_context context, int32_t * sec, int32_t * usec)" [all …]
|
/freebsd/sys/arm/mv/armada38x/ |
H A D | armada38x_rtc.c | 1 /*- 31 #include <sys/time.h> 69 #define MV_RTC_LOCK(sc) mtx_lock_spin(&(sc)->mutex) 70 #define MV_RTC_UNLOCK(sc) mtx_unlock_spin(&(sc)->mutex) 98 { -1, 0 } 143 {"marvell,armada-380-rtc", RTC_A38X}, 144 {"marvell,armada-8k-rtc", RTC_A8K}, 157 /* Reset Test register */ in mv_rtc_reset() 161 /* Reset Time register */ in mv_rtc_reset() 165 /* Reset Status register */ in mv_rtc_reset() [all …]
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | pcf85063.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 60 uint8_t sec; member 139 /* read current date and time */ in pcf85063_get_time() 146 bcd.sec = data.sec & 0x7F; in pcf85063_get_time() 183 ts->tv_sec -= utc_offset(); in pcf85063_set_time() 187 data.sec = bcd.sec; in pcf85063_set_time() 190 data.dow = bcd.dow - 1; in pcf85063_set_time() 195 if (ts->tv_nsec > PCF85063_HALF_OF_SEC_NS) in pcf85063_set_time() 196 data.sec++; in pcf85063_set_time() [all …]
|
H A D | nxprtc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 * Driver for NXP real-time clock/calendar chips: 31 * - PCF8563 = low power, countdown timer 32 * - PCA8565 = like PCF8563, automotive temperature range 33 * - PCF8523 = low power, countdown timer, oscillator freq tuning, 2 timers 34 * - PCF2127 = like PCF8523, industrial, tcxo, tamper/ts, i2c & spi, 512B ram 35 * - PCA2129 = like PCF8523, automotive, tcxo, tamper/ts, i2c & spi, (note 1) 36 * - PCF2129 = like PCF8523, industrial, tcxo, tamper/ts, i2c & spi, (note 1) 40 * divider chain that clocks the time of day registers, and they start counting [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1 //===-- lib/MC/XCOFFObjectWriter.cpp - XCOFF file writer ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 36 // .text --> contains program code and read-only data. 37 // .data --> contains initialized data, function descriptors, and the TOC. 38 // .bss --> contains uninitialized data. 42 // into a section based on its storage-mapping class, with the exception of 70 return MCSym->getVisibilityType(); in getVisibilityType() 74 return MCSym->getStorageClass(); in getStorageClass() [all …]
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2004 Sean M. Kelly <smkelly@FreeBSD.org> 41 #include <sys/time.h> 91 static int fd = -1; 92 static int carp_thresh_seconds = -1; 108 { "pretimeout-action", required_argument, &pretimeout_act_set, 1 }, 110 { "softtimeout-action", required_argument, &softtimeout_act_set, 1 }, 135 if (rtprio(RTP_SET, 0, &rtp) == -1) in main() 138 if (!is_dry_run && watchdog_init() == -1) in main() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/st/ |
H A D | stm32mp257f-ev1.dts | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/regulator/st,stm32mp25-regulator.h> 13 #include "stm32mp25-pinctrl.dtsi" 14 #include "stm32mp25xxai-pinctrl.dtsi" 17 model = "STMicroelectronics STM32MP257F-EV1 Evaluation Board"; 18 compatible = "st,stm32mp257f-ev1", "st,stm32mp257"; 27 stdout-path = "serial0:115200n8"; [all …]
|