/freebsd-src/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-wd [all...] |
/freebsd-src/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, use in timed_print() 117 int sec, usec; timed_print() local [all...] |
/freebsd-src/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-src/sys/amd64/vmm/io/ |
H A D | vrtc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 uint8_t sec; 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)->mt 54 uint8_t sec; global() member [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->mod in vatpit_get_out() [all...] |
/freebsd-src/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-schema [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-schema [all...] |
/freebsd-src/sys/kern/ |
H A D | kern_tc.c | 1 /*- 2 * SPDX-License-Identifier: Beerware 4 * ------- 2084 cpu_tick_calibrate(int reset) cpu_tick_calibrate() argument [all...] |
/freebsd-src/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 - Sylwester Nawrocki <s.nawrocki@samsung.com> 14 - $ref: dai-common.yaml# 19 samsung,s3c6410-i2s: for 8/16/24bit stereo I2S. 21 samsung,s5pv210-i2s: for 8/16/24bit multichannel (5.1) I2S with 22 secondary FIFO, s/w reset control and internal mux for root clock [all …]
|
/freebsd-src/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-src/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 in ixgbe_get_bypass_time() 508 u32 sec, year; ixgbe_bp_wd_reset() local 637 u32 mon, days, hours, min, sec; ixgbe_bp_log() local 638 u32 time = eeprom[count].logs & BYPASS_LOG_TIME_M; ixgbe_bp_log() local 719 u32 mask, value, sec, year; ixgbe_bypass_init() local [all...] |
/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1 //===-- lib/MC/XCOFFObjectWriter.cpp - XCOFF file writer ------- 152 virtual void reset() { reset() function 183 void reset() override { reset() function 288 void reset() override { reset() function 466 void XCOFFObjectWriter::reset() { reset() function in __anon26f8c94b0111::XCOFFObjectWriter 473 for (auto *Sec : Sections) reset() local 1017 writeSectionHeader(const SectionEntry * Sec) writeSectionHeader() argument 1179 finalizeRelocationInfo(SectionEntry * Sec,uint64_t RelCount) finalizeRelocationInfo() argument 1205 calcOffsetToRelocations(SectionEntry * Sec,uint64_t & RawPointer) calcOffsetToRelocations() argument 1267 for (auto *Sec : Sections) { finalizeSectionInfo() local 1287 for (auto *Sec : Sections) { finalizeSectionInfo() local 1664 getEncodedType(const MCSectionXCOFF * Sec) getEncodedType() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 1 //===- llvm/MC/MCMachObjectWriter.h - Mach Object Writer --------* 56 virtual void reset() {} reset() function 155 getSectionAddress(const MCSection * Sec) getSectionAddress() argument 233 addRelocation(const MCSymbol * RelSymbol,const MCSection * Sec,MachO::any_relocation_info & MRE) addRelocation() argument [all...] |