Home
last modified time | relevance | path

Searched +full:loss +full:- +full:of +full:- +full:signal (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/openbmc/linux/drivers/atm/
H A Dsuni.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * drivers/atm/suni.h - S/UNI PHY driver
6 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
26 /* 0x08-0x0F reserved */
29 #define SUNI_RSOP_SBL 0x12 /* RSOP Section BIP-8 LSB */
30 #define SUNI_RSOP_SBM 0x13 /* RSOP Section BIP-8 MSB */
33 /* 0x16-0x17 reserved */
36 #define SUNI_RLOP_LBL 0x1A /* RLOP Line BIP-8/24 LSB */
37 #define SUNI_RLOP_LB 0x1B /* RLOP Line BIP-8/24 */
38 #define SUNI_RLOP_LBM 0x1C /* RLOP Line BIP-8/24 MSB */
[all …]
H A Diphase.h10 of the GNU General Public License (GPL), incorporated herein by reference.
15 WITHOUT ANY WARRANTY; without even the implied warranty of
21 supports a variety of varients of Interphase ATM PCI (i)Chip adapter
23 in terms of PHY type, the size of control memory and the size of
29 Complete the ABR logic of the driver, and added the ABR work-
32 Add the flow control logic to the driver to allow rate-limit VC.
34 Add the support of all the variants of the Interphase ATM PCI
127 #define ATM_DESC(skb) (skb->protocol)
128 #define IA_SKB_STATE(skb) (skb->protocol)
157 #define NR_VCI 1024 /* number of VCIs */
[all …]
H A Didt77105.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* drivers/atm/idt77105.c - IDT77105 (PHY) driver */
36 struct atm_dev *dev; /* device back-pointer */
39 unsigned char old_mcr; /* storage of MCR reg while signal lost */
44 #define PRIV(dev) ((struct idt77105_priv *) dev->phy_data)
46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg)
47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
59 * Retrieve the value of one of the IDT77105's counters.
60 * `counter' is one of the IDT77105_CTRSEL_* constants.
81 * a separate copy of the stats allows implementation of
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsff,sfp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP)
11 - Russell King <linux@armlinux.org.uk>
16 - sff,sfp # for SFP modules
17 - sff,sff # for soldered down SFF modules
19 i2c-bus:
22 phandle of an I2C bus controller for the SFP two wire serial
24 maximum-power-milliwatt:
[all …]
H A Dti,dp83822.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Andrew Davis <afd@ti.com>
14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It
15 provides all of the physical layer functions needed to transmit and receive
16 data over standard, twisted-pair cables or to connect to an external,
17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to
24 - $ref: ethernet-phy.yaml#
30 ti,link-loss-low:
[all …]
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 #include <signal.h>
26 static pid_t pid = -1;
62 signal(SIGALRM, sigalrm); in main()
69 if (strcmp(de->d_name, "0") == 0) { in main()
H A Dsetns-dcache.c9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26 #include <signal.h>
36 static pid_t pid = -1;
54 if (unshare(CLONE_NEWNET) == -1) { in main()
61 if (socket(AF_UNIX, SOCK_STREAM, 0) == -1) { in main()
65 if (pipe(fd) == -1) { in main()
70 if (pid == -1) { in main()
[all …]
H A Dsetns-sysvipc.c9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 #include <signal.h>
35 static pid_t pid = -1;
53 if (unshare(CLONE_NEWIPC) == -1) { in main()
60 if (shmget(IPC_PRIVATE, 1, IPC_CREAT) == -1) { in main()
64 if (pipe(fd) == -1) { in main()
69 if (pid == -1) { in main()
[all …]
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Druntime_monitor.hpp22 * 1) Listens for the PowerLost signal that indicates master
30 * expected to be asserted, so any loss of PGOOD is considered
46 * @param[in] d - the device to monitor
47 * @param[in] b - D-Bus bus object
48 * @param[in] e - event object
49 * @param[in] i - poll interval
70 * The PowerLost signal handler.
76 * @param[in] msg - D-Bus message for callback
81 * Returns the match string for the PowerLost signal
87 std::string s = type::signal() + path("/org/openbmc/control/power0") + in getMatchString()
[all …]
/openbmc/phosphor-power/power-sequencer/
H A Druntime_monitor.hpp22 * 1) Listens for the PowerLost signal that indicates master
30 * expected to be asserted, so any loss of PGOOD is considered
46 * @param[in] d - the device to monitor
47 * @param[in] b - D-Bus bus object
48 * @param[in] e - event object
49 * @param[in] i - poll interval
70 * The PowerLost signal handler.
76 * @param[in] msg - D-Bus message for callback
81 * Returns the match string for the PowerLost signal
87 std::string s = type::signal() + path("/org/openbmc/control/power0") + in getMatchString()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dmicrochip,sparx5-serdes.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/phy/microchip,sparx5-serdes.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Steen Hegelund <steen.hegelund@microchip.com>
21 * Rx built-in fault detector (loss-of-lock/loss-of-signal)
22 * Adjustable tx de-emphasis (FFE)
31 The SERDES6G is a high-speed SERDES interface, which can operate at
34 * 100 Mbps (100BASE-FX)
35 * 1.25 Gbps (SGMII/1000BASE-X/1000BASE-KX)
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dani.h9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40 * enum ath5k_ani_mode - mode for ANI / noise sensitivity
49 * amount of OFDM and CCK frame errors (default).
60 * struct ath5k_ani_state - ANI state and associated counters
61 * @ani_mode: One of enum ath5k_ani_mode
65 * @ofdm_weak_sig: OFDM weak signal detection state (on/off)
66 * @cck_weak_sig: CCK weak signal detection state (on/off)
[all …]
/openbmc/linux/net/ipv4/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 of the Internet which carries audio and video broadcasts. More
40 so-called IP spoofing, however it can pose problems if you use
42 than packets from that host to you) or if you operate a non-routing
52 <file:Documentation/networking/ip-sysctl.rst>.
60 Keep track of statistics on structure of FIB TRIE table.
71 address into account. Furthermore, the TOS (Type-Of-Service) field
72 of the packet can be used for routing decisions as well.
88 for those packets. The router considers all these paths to be of
89 equal "cost" and chooses one of them in a non-deterministic fashion
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-event.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
11 include start of frame or loss of signal events, for example. Changes in
12 the value or state of a V4L2 control can also be reported through
18 an event is subscribed, the events of subscribed types are dequeueable
36 This means that flooding of one event type will not interfere with
42 3. Where applicable, certain event types can ensure that the payload of
44 payload of the next oldest event. Thus ensuring that no information
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A De500v1_power_isa.dtsi8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
18 * ALTERNATIVELY, this software may be distributed under the terms of the
20 * Foundation, either version 2 of that License or (at your option) any
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
[all …]
H A De500v2_power_isa.dtsi8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
18 * ALTERNATIVELY, this software may be distributed under the terms of the
20 * Foundation, either version 2 of that License or (at your option) any
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
[all …]
/openbmc/u-boot/drivers/usb/dwc3/
H A Dsamsung_usb_phy.c1 // SPDX-License-Identifier: GPL-2.0
3 * samsung_usb_phy.c - DesignWare USB3 (DWC3) PHY handling file
12 #include <asm/arch/xhci-exynos.h>
19 writel(0x0, &phy->phy_reg0); in exynos5_usb3_phy_init()
21 clrbits_le32(&phy->phy_param0, in exynos5_usb3_phy_init()
24 /* Set Loss-of-Signal Detector sensitivity */ in exynos5_usb3_phy_init()
26 setbits_le32(&phy->phy_param0, PHYPARAM0_REF_LOSLEVEL); in exynos5_usb3_phy_init()
29 writel(0x0, &phy->phy_resume); in exynos5_usb3_phy_init()
35 setbits_le32(&phy->link_system, in exynos5_usb3_phy_init()
39 /* Set Tx De-Emphasis level */ in exynos5_usb3_phy_init()
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 DMX_QBUF - DMX_DQBUF - Exchange a buffer with the driver
45 numbers range from zero to the number of buffers allocated with
47 one. The contents of the struct :c:type:`dmx_buffer` returned
51 memory pages of the buffer in physical memory, so they cannot be swapped
72 On success 0 is returned, on error -1 and the ``errno`` variable is set
74 :ref:`Generic Error Codes <gen-errors>` chapter.
77 Non-blocking I/O has been selected using ``O_NONBLOCK`` and no
81 The ``index`` is out of bounds, or no buffers have been allocated yet.
85 temporary problems like signal loss or CRC errors.
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 * Maintained at www.Open-FCoE.org
15 * Fibre Channel Switch - Enhanced Link Services definitions.
16 * From T11 FC-LS Rev 1.2 June 7, 2005.
20 * ELS Command codes - byte 0 of the frame payload
28 ELS_ABTX = 0x06, /* Abort exchange - obsolete */
56 ELS_NACT = 0x33, /* N-port activate alias_id */
57 ELS_NDACT = 0x34, /* N-port deactivate alias_id */
58 ELS_QOSR = 0x40, /* quality of service request */
72 ELS_RNFT = 0x63, /* report node FC-4 types */
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/
H A Dirqsrcs_dcn_1_0.h4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
192 #define DCN_1_0__SRCID__DC_DAC_A_AUTO_DET 0xA // DAC A auto - detection DACA_AUTODETECT_GEN…
309 #define DCN_1_0__SRCID__DC_DIGA_FAST_TRAINING_COMPLETE_INT 0xF // DIGA - Fast Training Complete…
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_ids.h12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
17 * 3. Neither the name of IBM nor the names of its contributors
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 #define VIRTIO_ID_SIGNAL_DIST 21 /* virtio signal distribution device */
[all …]
/openbmc/linux/include/uapi/linux/
H A Dvirtio_ids.h12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
17 * 3. Neither the name of IBM nor the names of its contributors
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 #define VIRTIO_ID_SIGNAL_DIST 21 /* virtio signal distribution device */
[all …]
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Linux network driver for QLogic BR-series Converged Network Adapter.
6 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
7 * Copyright (c) 2014-2015 QLogic Corporation
41 u64 loss_of_syncs; /*!< Loss of sync count */
42 u64 loss_of_signals; /*!< Loss of signal count */
47 u64 bbsc_frames_lost; /*!< Credit Recovery-Frames Lost */
48 u64 bbsc_credits_lost; /*!< Credit Recovery-Credits Lost */
49 u64 bbsc_link_resets; /*!< Credit Recovery-Link Resets */
56 u64 frame_65_127; /*!< Frames 65-127 bytes */
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_xgbepcsr.c1 // SPDX-License-Identifier: GPL-2.0
7 * WingMan Kwok <w-kwok2@ti.com>
17 /* PCS-R registers */
25 /* bit mask of width w at offset s */
26 #define MASK_WID_SH(w, s) (((1 << w) - 1) << s)
219 ret = -ETIMEDOUT; in netcp_xgbe_wait_pll_locked()
258 /* For 2 lane Phy-B, lane0 is actually lane1 */ in netcp_xgbe_serdes_write_tbus_addr()
314 int loss, i, status = 1; in netcp_xgbe_check_link_status() local
317 /* Get the Loss bit */ in netcp_xgbe_check_link_status()
318 loss = readl(serdes_regs + 0x1fc0 + 0x20 + (i * 0x04)) & 0x1; in netcp_xgbe_check_link_status()
[all …]
/openbmc/linux/drivers/soc/fsl/qbman/
H A Ddpaa_sys.h1 /* Copyright 2008 - 2016 Freescale Semiconductor, Inc.
5 * * Redistributions of source code must retain the above copyright
6 * notice, this list of conditions and the following disclaimer.
8 * notice, this list of conditions and the following disclaimer in the
10 * * Neither the name of Freescale Semiconductor nor the
11 * names of its contributors may be used to endorse or promote products
14 * ALTERNATIVELY, this software may be distributed under the terms of the
16 * Foundation, either version 2 of that License or (at your option) any
21 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
[all …]

12345678910>>...14