Searched +full:re +full:- +full:clocked (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_snvs.c | 1 /*- 29 * Driver for imx6 Secure Non-Volatile Storage system, which really means "all 31 * realtime clock, tamper monitor, and power-management functions. Currently 60 * The RTC is a 47-bit counter clocked at 32KHz and organized as a 32.15 61 * fixed-point binary value. Shifting by SBT_LSB bits translates between 66 #define SBT_LSB (SBT_BITS - RTC_BITS) 75 {"fsl,sec-v4.0-mon-rtc-lp", true}, 83 return (SYSCON_READ_4(sc->syscon, offset)); in RD4() 90 SYSCON_WRITE_4(sc->syscon, offset, value); in WR4() 99 sc->lpcr |= LPCR_SRTC_ENV; in snvs_rtc_enable() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,lmk04832.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Beguin <liambeguin@gmail.com> 21 - ti,lmk04832 26 '#address-cells': 29 '#size-cells': 32 '#clock-cells': 35 spi-max-frequency: 40 - description: PLL2 reference clock. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
H A D | pipeline.json | 8 …: "This event counts the number of the divide operations executed. Uses edge-detect and a cmask va… 23 "BriefDescription": "Speculative and retired macro-conditional branches", 28 …": "This event counts both taken and not taken speculative and retired macro-conditional branch in… 33 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 38 …": "This event counts both taken and not taken speculative and retired macro-unconditional branch … 73 "BriefDescription": "Not taken macro-conditional branches", 78 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 83 "BriefDescription": "Taken speculative and retired macro-conditional branches", 88 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 93 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | pipeline.json | 8 …: "This event counts the number of the divide operations executed. Uses edge-detect and a cmask va… 23 "BriefDescription": "Speculative and retired macro-conditional branches", 28 …": "This event counts both taken and not taken speculative and retired macro-conditional branch in… 33 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 38 …": "This event counts both taken and not taken speculative and retired macro-unconditional branch … 73 "BriefDescription": "Not taken macro-conditional branches", 78 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 83 "BriefDescription": "Taken speculative and retired macro-conditional branches", 88 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 93 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/ |
H A D | pipeline.json | 8 …: "This event counts the number of the divide operations executed. Uses edge-detect and a cmask va… 23 "BriefDescription": "Speculative and retired macro-conditional branches", 28 …": "This event counts both taken and not taken speculative and retired macro-conditional branch in… 33 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 38 …": "This event counts both taken and not taken speculative and retired macro-unconditional branch … 73 "BriefDescription": "Not taken macro-conditional branches", 78 "PublicDescription": "This event counts not taken macro-conditional branch instructions.", 83 "BriefDescription": "Taken speculative and retired macro-conditional branches", 88 …"PublicDescription": "This event counts taken speculative and retired macro-conditional branch ins… 93 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82543.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 81 * e1000_init_phy_params_82543 - Init PHY func ptrs. 86 struct e1000_phy_info *phy = &hw->phy; in e1000_init_phy_params_82543() 91 if (hw->phy.media_type != e1000_media_type_copper) { in e1000_init_phy_params_82543() 92 phy->type = e1000_phy_none; in e1000_init_phy_params_82543() 95 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82543() 96 phy->ops.power_down = e1000_power_down_phy_copper; in e1000_init_phy_params_82543() 99 phy->addr = 1; in e1000_init_phy_params_82543() 100 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT; in e1000_init_phy_params_82543() [all …]
|
H A D | e1000_82575.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 121 * e1000_sgmii_uses_mdio_82575 - Determine if I2C pins are for external MDIO 134 switch (hw->mac.type) { in e1000_sgmii_uses_mdio_82575() 155 * e1000_init_phy_params_82575 - Initialize PHY function ptrs 160 struct e1000_phy_info *phy = &hw->phy; in e1000_init_phy_params_82575() 166 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic; in e1000_init_phy_params_82575() 167 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575() 169 if (hw->phy.media_type != e1000_media_type_copper) { in e1000_init_phy_params_82575() 170 phy->type = e1000_phy_none; in e1000_init_phy_params_82575() [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_phy.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 54 * ixgbe_out_i2c_byte_ack - Send I2C byte with ack 71 * ixgbe_in_i2c_byte_ack - Receive an I2C byte and send ack 85 * ixgbe_ones_comp_byte_add - Perform one's complement addition 89 * Returns one's complement 8-bit sum. 100 * ixgbe_read_i2c_combined_generic_int - Perform I2C read combined operation 112 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_read_i2c_combined_generic_int() 125 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask)) in ixgbe_read_i2c_combined_generic_int() 140 /* Re-start condition */ in ixgbe_read_i2c_combined_generic_int() [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
H A D | web2 | 37720 clocked 99810 Jean-Christophe 99811 Jean-Pierre 163746 re
|
/freebsd/contrib/tzdata/ |
H A D | backzone | 10 # When proposing changes to this file, please use 'git format-patch' 12 # or by using 'git send-email'. This will help maintainers save time. 15 # From Paul Eggert (2014-10-31): 23 # pre-1970 timestamps, they are less reliable, cover only a tiny 24 # sliver of the pre-1970 era, and cannot feasibly be improved to cover 29 # differed from other zones only in pre-1970 timestamps. 41 # From Paul Eggert (2020-04-15): 43 # Patches in 'git format-patch' format would be welcome. 45 # From Phake Nick (2020-04-15): 74 # If the zone overrides main-data links only when building with [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 29 * BBR - Congestion Based Congestion Control 159 /* Should the following be dynamic too -- loss wise */ 193 * num-measures > min(0) and 227 /* thresholds for reduction on drain in sub-states/drain */ 265 * means in non-recovery/retransmission scenarios 266 * cwnd will never be reached by the flight-size. 271 static int32_t bbr_sack_not_required = 0; /* set to one to allow non-sack to use bbr */ 292 * - Yuchung Cheng's RACK TCP (for which its named) that [all …]
|
H A D | rack.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 162 * - Matt Mathis's Rate Halving which slowly drops 165 * - Yuchung Cheng's RACK TCP (for which its named) that 168 * - Reorder Detection of RFC4737 and the Tail-Loss probe draft 186 * TCP output is also over-written with a new version since it 191 static int32_t rack_tlp_limit = 2; /* No more than 2 TLPs w-out new data */ 194 static int32_t rack_reorder_fade = 60000000; /* 0 - never fade, def 60,000,000 195 * - 60 seconds */ 199 static uint8_t rack_ssthresh_rest_rto_rec = 0; /* Do we restore ssthresh when we have rec -> rto ->… [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|