/linux/Documentation/devicetree/bindings/net/ |
H A D | engleder,tsnep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Gerhard Engleder <gerhard@engleder-embedded.com> 13 - $ref: ethernet-controller.yaml# 26 interrupt-names: 29 - const: mac 30 - const: txrx-1 31 - const: txrx-2 32 - const: txrx-3 [all …]
|
H A D | mdio.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrew Lunn <andrew@lunn.ch> 11 - Florian Fainelli <f.fainelli@gmail.com> 12 - Heiner Kallweit <hkallweit1@gmail.com> 17 bus. These should follow the generic ethernet-phy.yaml document, or 22 pattern: '^mdio(-(bus|external))?(@.+|-([0-9]+))?$' 24 "#address-cells": 27 "#size-cells": [all …]
|
/linux/Documentation/sphinx/ |
H A D | kerneldoc-preamble.sty | 1 % -*- coding: utf-8 -*- 2 % SPDX-License-Identifier: GPL-2.0 4 % LaTeX preamble for "make latexdocs" or "make pdfdocs" including: 5 % - TOC width settings 6 % - Setting of tabulary (\tymin) 7 % - Headheight setting for fancyhdr 8 % - Fontfamily settings for CJK (Chinese, Japanese, and Korean) translations 12 % plain LaTeX code to be included into preamble. 19 % - Redefine low-level commands defined in report.cls. 20 % - Indent of 2 chars is preserved for ease of comparison. [all …]
|
/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vf610-zii-ssmb-dtu.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 * SSMB - SPU3 Switch Management Board 7 * DTU - Digital Tapping Unit 9 * Copyright (C) 2015-2019 Zodiac Inflight Innovations 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>; [all …]
|
H A D | vf610-zii-spb4.dts | 1 // 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 …]
|
H A D | vf610-zii-ssmb-spu3.dts | 1 // 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 D | vf610-zii-cfu1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 15 stdout-path = &uart0; 23 gpio-leds { 24 compatible = "gpio-leds"; 25 pinctrl-0 = <&pinctrl_leds_debug>; 26 pinctrl-names = "default"; 28 led-debug { 31 linux,default-trigger = "heartbeat"; 34 led-fail { [all …]
|
H A D | vf610-zii-dev.dtsi | 4 * Based on an original 'vf610-twr.dts' which is Copyright 2015, 7 * This file is dual-licensed: you can use it either under the terms 49 stdout-path = "serial0:115200n8"; 57 gpio-leds { 58 compatible = "gpio-leds"; 59 pinctrl-0 = <&pinctrl_leds_debug>; 60 pinctrl-names = "default"; 62 led-debug { 65 linux,default-trigger = "heartbeat"; 69 reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu { [all …]
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. 200 /* IRQ Anti-Lost Timer Initial Value Register */ 206 #define IDLE_STATUS_RXMAC 1 /* 1: RXMAC state machine is in non-IDLE state. 0: RXMAC i… 207 #define IDLE_STATUS_TXMAC 2 /* 1: TXMAC state machine is in non-IDLE state. 0: TXMAC i… 208 #define IDLE_STATUS_RXQ 4 /* 1: RXQ state machine is in non-IDLE state. 0: RXQ is … 209 #define IDLE_STATUS_TXQ 8 /* 1: TXQ state machine is in non-IDLE state. 0: TXQ is … 210 #define IDLE_STATUS_DMAR 0x10 /* 1: DMAR state machine is in non-IDLE state. 0: DMAR is… 211 #define IDLE_STATUS_DMAW 0x20 /* 1: DMAW state machine is in non-IDLE state. 0: DMAW is… 212 #define IDLE_STATUS_SMB 0x40 /* 1: SMB state machine is in non-IDLE state. 0: SMB is … [all …]
|
/linux/drivers/net/ethernet/freescale/ |
H A D | xgmac_mdio.c | 92 while ((xgmac_read32(®s->mdio_stat, is_little_endian) & in xgmac_wait_until_free() 95 timeout--; in xgmac_wait_until_free() 100 return -ETIMEDOUT; in xgmac_wait_until_free() 117 while ((xgmac_read32(®s->mdio_stat, is_little_endian) & in xgmac_wait_until_done() 120 timeout--; in xgmac_wait_until_done() 125 return -ETIMEDOUT; in xgmac_wait_until_done() 134 struct mdio_fsl_priv *priv = (struct mdio_fsl_priv *)bus->priv; in xgmac_mdio_write_c22() 135 struct tgec_mdio_controller __iomem *regs = priv->mdio_base; in xgmac_mdio_write_c22() 136 bool endian = priv->is_little_endian; in xgmac_mdio_write_c22() 141 mdio_stat = xgmac_read32(®s->mdio_stat, endian); in xgmac_mdio_write_c22() [all …]
|
H A D | fec_main.c | 1 // SPDX-License-Identifier: GPL-2.0+ 17 * Copyright (c) 2001-2005 Greg Ungerer (gerg@snapgear.com) 20 * Copyright (c) 2004-2006 Macq Electronique SA. 22 * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. 194 { .compatible = "fsl,imx25-fec", .data = &fec_imx25_info, }, 195 { .compatible = "fsl,imx27-fec", .data = &fec_imx27_info, }, 196 { .compatible = "fsl,imx28-fec", .data = &fec_imx28_info, }, 197 { .compatible = "fsl,imx6q-fec", .data = &fec_imx6q_info, }, 198 { .compatible = "fsl,mvf600-fec", .data = &fec_mvf600_info, }, 199 { .compatible = "fsl,imx6sx-fec", .data = &fec_imx6x_info, }, [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | d11.h | 32 #define TX_AC_BE_FIFO 1 /* Best-Effort TX FIFO */ 60 /* 2byte-wide pio register set per channel(xmt or rcv) */ 74 /* 4byte-wide pio register set per channel(xmt or rcv) */ 86 /* read: 32-bit register that can be read as 32-bit or as 2 16-bit 87 * write: only low 16b-it half can be written 108 /* Device Control ("semi-standard host registers") */ 109 u32 PAD[3]; /* 0x0 - 0x8 */ 119 u32 PAD[40]; /* 0x60 - 0xFC */ 121 u32 intrcvlazy[4]; /* 0x100 - 0x10C */ 123 u32 PAD[4]; /* 0x110 - 0x11c */ [all …]
|
/linux/include/linux/ |
H A D | brcmphy.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 /* All Broadcom Ethernet switches have a pseudo-PHY at address 30 which is used 94 #define MII_BCM54XX_EXP_SEL_WOL 0x0e00 /* Wake-on-LAN expansion select register */ 111 #define MII_BCM54XX_INT_ANPR 0x0400 /* Auto-negotiation page received */ 205 /* 01010: Auto Power-Down */ 224 /* 10011: SerDes 100-FX Control Register */ 226 #define BCM54616S_100FX_MODE BIT(0) /* 100-FX SerDes Enable */ 234 #define BCM54XX_SHD_MODE_1000BX BIT(0) /* Enable 1000-X registers */ 256 /* Top-MISC expansion registers */ 268 #define BCM5482_SSD_1000BX_CTL 0x00 /* 1000BASE-X Control */ [all …]
|
/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <linux/dma-mapping.h> 25 #define DRV_MODULE_NAME "ep93xx-eth" 176 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) 177 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off)) 178 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off)) 179 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) 180 #define wrw(ep, off, val) __raw_writew((val), (ep)->base_addr + (off)) 181 #define wrl(ep, off, val) __raw_writel((val), (ep)->base_addr + (off)) 238 entry = ep->rx_pointer; in ep93xx_rx() [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-zii-rdu2.dtsi | 1 // 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 …]
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.h | 52 /* LBCIF Register Groups (addressed via 32-bit offsets) */ 56 /* LBCIF Registers (addressed via 8-bit offsets) */ 196 * 31-10: unused 197 * 9-0: pr ndes 276 * 1-3: tc 281 * 8-9: fbr0_size 283 * 11-12: fbr1_size 289 * 18-31: unused 313 * 31-8: unused 314 * 7-0: num done [all …]
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | tc35815.c | 8 * -----<snip>----- 12 * Copyright (C) 2000-2001 Toshiba Corporation 15 * -----<snip>----- 21 * (C) Copyright TOSHIBA CORPORATION 2004-2005 122 /* DMA_Ctl bit assign ------------------------------------------------------- */ 137 /* RxFragSize bit assign ---------------------------------------------------- */ 141 /* MAC_Ctl bit assign ------------------------------------------------------- */ 155 /* PROM_Ctl bit assign ------------------------------------------------------ */ 165 /* CAM_Ctl bit assign ------------------------------------------------------- */ 173 /* CAM_Ena bit assign ------------------------------------------------------- */ [all …]
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 2 * Please read the associated RELEASE-NOTES file !!! 8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now 19 * Removed FC_TRANSPORT_PATCHESxxx defines. They're in 2.6.12-rc1. 26 * Added PCI ID for LP10000-S. 31 * Zero-out response sense length in lpfc_scsi_prep_cmnd to prevent 33 - was causing spurious 0710 messages. 55 - stop using volatile. if you need special ordering use memory 57 - switch lpfc_sli_pcimem_bcopy to take void * arguments. 58 - remove typecast for constants - a U postfix marks them 60 - add a MAILBOX_CMD_SIZE macro, as most users of [all …]
|