Home
last modified time | relevance | path

Searched +full:sp +full:- +full:disabled +full:- +full:ports (Results 1 – 25 of 41) sorted by relevance

12

/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-ssmb-spu3.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 * SSMB - SPU3 Switch Management Board
7 * SPU - Seat Power Unit
11 * Based on an original 'vf610-twr.dts' which is Copyright 2015,
15 /dts-v1/;
23 stdout-path = &uart0;
31 gpio-leds {
32 compatible = "gpio-leds";
33 pinctrl-0 = <&pinctrl_leds_debug>;
34 pinctrl-names = "default";
[all …]
H A Dvf610-zii-spb4.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 * SPB - Seat Power Box
11 /dts-v1/;
19 stdout-path = &uart0;
27 gpio-leds {
28 compatible = "gpio-leds";
29 pinctrl-0 = <&pinctrl_leds_debug>;
30 pinctrl-names = "default";
32 led-debug {
35 linux,default-trigger = "heartbeat";
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51-zii-scu3-esb.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
13 compatible = "zii,imx51-scu3-esb", "fsl,imx51";
16 stdout-path = &uart1;
25 usb_vbus: regulator-usb-vbus {
26 compatible = "regulator-fixed";
27 regulator-name = "usb_vbus";
28 regulator-min-microvolt = <5000000>;
29 regulator-max-microvolt = <5000000>;
31 pinctrl-names = "default";
[all …]
H A Dimx6qdl-zii-rdu2.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright (C) 2016-2017 Zodiac Inflight Innovations
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/sound/fsl-imx-audmux.h>
11 stdout-path = &uart1;
15 mdio-gpio0 = &mdio1;
20 compatible = "virtual,mdio-gpio";
21 #address-cells = <1>;
22 #size-cells = <0>;
23 pinctrl-names = "default";
[all …]
H A Dimx7d-zii-rpu2.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 * RPU - Remote Peripheral Unit
10 /dts-v1/;
11 #include <dt-bindings/thermal/thermal.h>
16 compatible = "zii,imx7d-rpu2", "fsl,imx7d";
19 stdout-path = &uart2;
23 compatible = "fixed-clock";
24 #clock-cells = <0>;
25 clock-frequency = <24576000>;
28 cs2000_in_dummy: dummy-oscillator {
[all …]
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst1 .. SPDX-License-Identifier: GPL-2.0
8 - Madalin Bucur <madalin.bucur@nxp.com>
9 - Camelia Groza <camelia.groza@nxp.com>
13 - DPAA Ethernet Overview
14 - DPAA Ethernet Supported SoCs
15 - Configuring DPAA Ethernet in your kernel
16 - DPAA Ethernet Frame Processing
17 - DPAA Ethernet Features
18 - DPAA IRQ Affinity and Receive Side Scaling
19 - Debugging
[all …]
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later
12 /* Maximum number of HW Ports */
96 /* Hard-coded configuration:
97 * These values are used as hard-coded values for KeyGen configuration
98 * and they replace user selections for this hard-coded version
109 * - the value for symmetric hash usage must be in accordance with hash
111 * - according to tests performed, spreading is not working if symmetric
113 * So ultimately symmetric hash functionality should be always disabled:
201 * schemes sharing between multiple ports is not
207 * Must be between 1 and 2^24-1
[all …]
/linux/drivers/net/wan/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
37 Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
80 tristate "Synchronous Point-to-Point Protocol (PPP) support"
95 comment "X.25/LAPB support is disabled"
104 Driver for PCI200SYN cards by Goramo sp. j.
182 tristate "FarSync T-Series support"
185 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
188 Synchronous communication is supported on all ports at speeds up to
241 Say Y here if you want to use built-in HSS ports
250 you to open an LAPB point-to-point connection to some other computer
/linux/include/scsi/
H A Dlibfc.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Maintained at www.Open-FCoE.org
43 * enum fc_lport_state - Local port states
44 * @LPORT_ST_DISABLED: Disabled
51 * @LPORT_ST_RFF_ID: Register FC-4 Features by ID (RFF_ID) sent
89 * enum fc_rport_state - Remote port states
91 * @RPORT_ST_FLOGI: Waiting for FLOGI completion for point-to-multipoint
92 * @RPORT_ST_PLOGI_WAIT: Waiting for peer to login for point-to-multipoint
113 * struct fc_disc_port - temporary discovery port to hold rport identifiers
127 * enum fc_rport_event - Remote port events
[all …]
/linux/net/xfrm/
H A Dxfrm_policy.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * Split up af-specific portion
82 * +---- root_d: sorted by daddr:prefix
86 * | +- roo
167 struct flow_dissector_key_ports ports; global() member
3364 struct sec_path *sp = skb_sec_path(skb); xfrm_secpath_reject() local
3406 xfrm_policy_ok(const struct xfrm_tmpl * tmpl,const struct sec_path * sp,int start,unsigned short family,u32 if_id) xfrm_policy_ok() argument
3540 secpath_has_nontransport(const struct sec_path * sp,int k,int * idxp) secpath_has_nontransport() argument
3689 struct sec_path *sp; __xfrm_policy_check() local
[all...]
/linux/drivers/tty/serial/
H A Dsh-sci.c1 // SPDX-License-Identifier: GPL-2.0
3 * SuperH on-chip serial module support. (SCI with no FIFO / with FIFO)
5 * Copyright (C) 2002 - 2011 Paul Mundt
9 * based off of the old drivers/char/sh-sci.c by:
13 * Modified to support multiple serial ports. Stuart Menefy (May 2000).
26 #include <linux/dma-mapping.h>
59 #include "sh-sci.h"
60 #include "sh-sci-common.h"
63 ((port)->irqs[SCIx_ERI_IRQ] == \
64 (port)->irqs[SCIx_RXI_IRQ]) || \
[all …]
H A Dcpm_uart.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Driver for CPM (SCC/SMC) serial ports; core driver
14 * (C) 2005-2006 MontaVista Software, Inc.
28 #include <linux/dma-mapping.h>
59 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
69 cbd_t __iomem *bdp = pinfo->tx_bd_base; in cpm_uart_tx_empty()
73 if (in_be16(&bdp->cbd_sc) & BD_SC_READY) in cpm_uart_tx_empty()
76 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) { in cpm_uart_tx_empty()
83 pr_debug("CPM uart[%d]:tx_empty: %d\n", port->line, ret); in cpm_uart_tx_empty()
93 if (pinfo->gpios[GPIO_RTS]) in cpm_uart_set_mctrl()
[all …]
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * hfcmulti.c low level driver for hfc-4s/hfc-8s/hfc-e1 based cards
7 * Peter Sprenger (sprengermoving-bytes.de)
9 * inspired by existing hfc-pci driver:
10 * Copyright 1999 by Werner Cornelius (werner@isdn-development.de)
22 * Bit 0-7 = 0x00001 = HFC-E1 (1 port)
23 * or Bit 0-7 = 0x00004 = HFC-4S (4 ports)
24 * or Bit 0-7 = 0x00008 = HFC-8S (8 ports)
26 * Bit 9 = 0x00200 = Disable DTMF detect on all B-channels via hardware
38 * example: 0x20204 one HFC-4S with dtmf detection and 128 timeslots on PCM
[all …]
/linux/net/sctp/
H A Dsocket.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2003 Intel Corp.
7 * Copyright (c) 2001-2002 Nokia, Inc.
16 * functions-
364 sctp_auto_asconf_init(struct sctp_sock * sp) sctp_auto_asconf_init() argument
380 struct sctp_sock *sp = sctp_sk(sk); sctp_do_bind() local
560 struct sctp_sock *sp; sctp_send_asconf_add_ip() local
681 struct sctp_sock *sp = sctp_sk(sk); sctp_bindx_rem() local
762 struct sctp_sock *sp; sctp_send_asconf_del_ip() local
910 sctp_asconf_mgmt(struct sctp_sock * sp,struct sctp_sockaddr_entry * addrw) sctp_asconf_mgmt() argument
1170 struct sctp_sock *sp = sctp_sk(sk); __sctp_connect() local
1797 struct sctp_sock *sp = sctp_sk(sk); sctp_sendmsg_to_asoc() local
2095 struct sctp_sock *sp = sctp_sk(sk); sctp_recvmsg() local
2224 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_events() local
2273 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_autoclose() local
2430 sctp_apply_peer_addr_params(struct sctp_paddrparams * params,struct sctp_transport * trans,struct sctp_association * asoc,struct sctp_sock * sp,int hb_change,int pmtud_change,int sackdelay_change) sctp_apply_peer_addr_params() argument
2624 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_peer_addr_params() local
2782 struct sctp_sock *sp = sctp_sk(sk); __sctp_setsockopt_delayed_ack() local
2873 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_initmsg() local
2908 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_send_param() local
2966 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_sndinfo() local
3085 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_rtoinfo() local
3189 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_associnfo() local
3214 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_mappedv4() local
3257 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_maxseg() local
3317 struct sctp_sock *sp; sctp_setsockopt_peer_primary_addr() local
3404 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_context() local
3523 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_maxburst() local
3848 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_auto_asconf() local
3928 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_paddr_thresholds() local
3985 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_prinfo() local
4156 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_scheduler() local
4234 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_interleaving_supported() local
4293 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_event() local
4857 struct sctp_sock *sp; sctp_accept() local
4958 struct sctp_sock *sp; sctp_init_sock() local
5099 struct sctp_sock *sp; sctp_destroy_sock() local
5123 struct sctp_sock *sp = sctp_sk(sk); sctp_destruct_common() local
5179 struct sctp_sock *sp = sctp_sk(sk); sctp_get_sctp_info() local
5634 struct sctp_sock *sp = sctp_sk(sk); sctp_do_peeloff() local
5922 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_peer_addr_params() local
6065 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_delayed_ack() local
6155 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_peer_addrs() local
6252 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_local_addrs() local
6355 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_primary_addr() local
6435 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_send_param() local
6481 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_sndinfo() local
6584 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_rtoinfo() local
6649 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_associnfo() local
6684 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_mappedv4() local
7069 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_assoc_number() local
7125 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_assoc_ids() local
7211 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_paddr_thresholds() local
7396 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_prinfo() local
8344 struct sctp_sock *sp = sctp_sk(sk); sctp_get_port_local() local
8531 struct sctp_sock *sp = sctp_sk(sk); sctp_listen_start() local
8663 struct sctp_sock *sp = sctp_sk(sk); sctp_poll() local
9476 struct sctp_sock *sp = sctp_sk(sk); sctp_copy_sock() local
[all...]
/linux/arch/m68k/atari/
H A Dataints.c2 * arch/m68k/atari/ataints.c -- Atari Linux interrupt handling code
6 * twiddled there and we won't get the right interrupts :-()
8 * Major change: The device-independent code in m68k/ints.c didn't know
9 * about non-autovec ints yet. It hardcoded the number of possible ints to
10 * 7 (IRQ1...IRQ7). But the Atari has lots of non-autovec ints! I made the
16 * 1995-07-16 Lars Brinkhoff <f93labr@dd.chalmers.se>:
27 * 1996-09-03 lars brinkhoff <f93labr@dd.chalmers.se>:
59 * --------------------------------
62 * <asm/atariints.h>): Autovector interrupts are 1..7, then follow ST-MFP,
63 * TT-MFP, SCC, and finally VME interrupts. Vector numbers for the latter can
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
65 "Enable/disable security. 0(Default) - Security disabled. 1 - Security enabled.");
71 "beginning. Default is 0 - class 2 not supported.");
83 "a PORT-DOWN status.");
90 "Default is 0 - no PLOGI. 1 - perform PLOGI.");
102 "vary by ISP type. Default is 1 - allocate memory.");
109 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n"
110 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n"
111 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n"
[all …]
H A Dqla_isr.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
13 #include <linux/t10-pi.h>
18 #include <linux/nvme-fc-driver.h>
37 void *pkt = &item->iocb; in qla27xx_process_purex_fpin()
38 uint16_t pkt_size = item->size; in qla27xx_process_purex_fpin()
44 "-------- ELS REQ -------\n"); in qla27xx_process_purex_fpin()
48 fc_host_fpin_rcv(vha->host, pkt_size, (char *)pkt, 0); in qla27xx_process_purex_fpin()
67 "SFP temperature (%d C) reached/exceeded the threshold (%d C). Laser is disabled.\n", in display_Laser_info()
79 (struct abts_entry_24xx *)&pkt->iocb; in qla24xx_process_abts()
[all …]
H A Dqla_target.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
8 * Copyright (C) 2004 - 2005 Leonid Stoljar
10 * Copyright (C) 2006 - 2010 ID7 Ltd.
14 * Copyright (C) 2010-2013 Nicholas A. Bellinger <nab@kernel.org>
37 "Enables Sequence level error recovery (aka FC Tape). Default is 0 - no SLER. 1 - Enable SLER.");
43 "\"exclusive\" - initiator mode will be enabled on load, "
44 "disabled on enabling target mode and then on disabling target mode "
46 "\"disabled\" - initiator mode will never be enabled; "
47 "\"dual\" - Initiator Modes will be enabled. Target Mode can be activated "
[all …]
/linux/arch/arm/mach-at91/
H A Dpm_suspend.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-at91/pm_slow_clock.S
13 #include "pm_data-offsets.h"
16 .arch armv7-a
102 * Enable self-refresh
113 /* Disable all AXI ports. */
135 /* Wait for all ports to disable. */
141 /* Switch to self-refresh. */
147 /* Wait for self-refresh enter. */
153 /* Disable DX DLLs for non-backup modes. */
[all …]
/linux/drivers/pci/
H A Dquirks.c1 // SPDX-License-Identifier: GPL-2.0
3 * This file contains work-arounds for many known PCI hardware bugs.
5 * should be handled in arch-specific code.
22 #include <linux/isa-dma.h> /* isa_dma_bridge_buggy */
41 if (test_bit(PCI_LINK_LBMS_SEEN, &dev->priv_flags)) in pcie_lbms_seen()
77 * apply this erratum workaround to any downstream ports as long as they
85 * firmware may have already arranged and lift it with ports that already
102 int ret = -ENOTTY; in pcie_failed_link_retrain()
105 !pcie_cap_has_lnkctl2(dev) || !dev->link_active_reporting) in pcie_failed_link_retrain()
112 pci_info(dev, "broken device, retraining non-functional downstream link at 2.5GT/s\n"); in pcie_failed_link_retrain()
[all …]
/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
10 #include <linux/nvmem-consumer.h>
26 if (a5xx_gpu->has_whereami) { in update_shadow_rptr()
48 spin_lock_irqsave(&ring->preempt_lock, flags); in a5xx_flush()
51 ring->cur = ring->next; in a5xx_flush()
56 spin_unlock_irqrestore(&ring->preempt_lock, flags); in a5xx_flush()
62 if (a5xx_gpu->cur_ring == ring && !a5xx_in_preempt(a5xx_gpu)) in a5xx_flush()
70 struct msm_ringbuffer *ring = submit->ring; in a5xx_submit_in_rb()
75 for (i = 0; i < submit->nr_cmds; i++) { in a5xx_submit_in_rb()
[all …]
/linux/net/ipv4/
H A Dudp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
33 * Fred Van Kempen : Net2e support for sk->broadcast.
63 * bound-to-device socket
77 #include <linux/bpf-cgroup.h>
138 return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table; in udp_get_table_prot()
149 sk_for_each(sk2, &hslot->head) { in udp_lib_lport_inuse()
152 (bitmap || udp_sk(sk2)->udp_port_hash == num) && in udp_lib_lport_inuse()
153 (!sk2->sk_reuse || !sk->sk_reuse) && in udp_lib_lport_inuse()
154 (!sk2->sk_bound_dev_if || !sk->sk_bound_dev_if || in udp_lib_lport_inuse()
155 sk2->sk_bound_dev_if == sk->sk_bound_dev_if) && in udp_lib_lport_inuse()
[all …]
/linux/arch/m68k/kernel/
H A Dhead.S1 /* SPDX-License-Identifier: GPL-2.0-or-later
2 ** -*- mode: asm -*-
4 ** head.S -- This file contains the initial boot code for the
20 ** ++ Bjoern & Roman: ATARI-68040 support for the Medusa
23 ** Magnum- and FX-alternate ram
26 ** for linux-2.1.115
35 * Disabled interrupts
36 * Disabled caches
49 * 1) Remove register dependency through-out the file.
57 * write-ups on the structure of the file, and the features of the
[all …]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright 2014-2016 Freescale Semiconductor Inc.
6 * Copyright 2017-2021 NXP
20 #include "dpaa2-switch.h"
30 return port_priv->fdb->fdb_id; in dpaa2_switch_port_get_fdb_id()
37 for (i = 0; i < ethsw->sw_attr.num_ifs; i++) in dpaa2_switch_fdb_get_unused()
38 if (!ethsw->fdbs[i].in_use) in dpaa2_switch_fdb_get_unused()
39 return &ethsw->fdbs[i]; in dpaa2_switch_fdb_get_unused()
48 for (i = 0; i < ethsw->sw_attr.num_ifs; i++) in dpaa2_switch_filter_block_get_unused()
49 if (!ethsw->filter_blocks[i].in_use) in dpaa2_switch_filter_block_get_unused()
[all …]
/linux/drivers/scsi/bfa/
H A Dbfa_defs.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
34 BFA_MFG_TYPE_LIGHTNING_P0 = 902, /* Lightning mezz card - old */
102 * All numerical fields are in big-endian format.
125 BFA_STATUS_ETIMER = 5, /* Timer expired - Retry, if persists,
129 BFA_STATUS_SFP_UNSUPP = 10, /* Unsupported SFP - Replace SFP */
132 BFA_STATUS_DEVBUSY = 13, /* Device busy - Retry operation */
146 BFA_STATUS_PORT_NOT_DISABLED = 47, /* Port not disabled disable port */
[all …]

12