/linux/drivers/usb/phy/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 12 # USB Transceiver Drivers 15 tristate "AB8500 USB Transceiver Driver" 19 Enable this to support the USB OTG transceiver in AB8500 chip. 20 This transceiver supports high and full speed devices plus, 24 tristate "Freescale USB OTG Transceiver Driver" 26 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y' 29 Enable this to support Freescale USB OTG transceiver. 41 tristate "NOP USB Transceiver Driver" 42 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, NOP can't be built-in [all …]
|
/linux/drivers/net/ieee802154/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 Say Y here to get to see options for IEEE 802.15.4 Low-Rate 18 Say Y here to enable the fake driver that can emulate a net 21 This driver can also be built as a module. To do so say M here. 26 tristate "AT86RF230/231/233/212 transceiver driver" 33 This driver can also be built as a module. To do so, say M here. 37 tristate "Microchip MRF24J40 transceiver driver" 45 This driver can also be built as a module. To do so, say M here. 50 tristate "CC2520 transceiver driver" 56 This driver can also be built as a module. To do so, say M here. [all …]
|
/linux/drivers/net/can/m_can/ |
H A D | m_can_platform.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // IOMapped CAN bus driver for Bosch M_CAN controller 6 // Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/ 30 return readl(priv->base + reg); in iomap_read_reg() 36 void __iomem *src = priv->mram_base + offset; in iomap_read_fifo() 38 while (val_count--) { in iomap_read_fifo() 51 writel(val, priv->base + reg); in iomap_write_reg() 60 void __iomem *dst = priv->mram_base + offset; in iomap_write_fifo() 62 while (val_count--) { in iomap_write_fifo() 85 struct phy *transceiver; in m_can_plat_probe() local [all …]
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | can-transceiver.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: CAN transceiver 9 description: CAN transceiver generic properties bindings 12 - Rob Herring <robh@kernel.org> 15 max-bitrate: 17 description: a positive non 0 value that determines the max speed that CAN/CAN-FD can run.
|
H A D | bosch,m_can.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/can/bosch,m_can.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 9 description: Bosch MCAN controller for CAN bus 12 - Chandrasekar Ramakrishnan <rcsekar@samsung.com> 15 - $ref: can-controller.yaml# 23 - description: M_CAN registers map 24 - description: message RAM 26 reg-names: [all …]
|
H A D | fsl,flexcan.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 11 - Marc Kleine-Budde <mkl@pengutronix.de> 14 - $ref: can-controller.yaml# 19 - enum: 20 - fsl,imx95-flexcan 21 - fsl,imx93-flexcan [all …]
|
H A D | holt_hi311x.txt | 1 * Holt HI-311X stand-alone CAN controller device tree bindings 4 - compatible: Should be one of the following: 5 - "holt,hi3110" for HI-3110 6 - reg: SPI chip select. 7 - clocks: The clock feeding the CAN controller. 8 - interrupts: Should contain IRQ line for the CAN controller. 11 - vdd-supply: Regulator that powers the CAN controller. 12 - xceiver-supply: Regulator that powers the CAN transceiver. 15 can0: can@1 { 19 interrupt-parent = <&gpio4>; [all …]
|
/linux/drivers/phy/ |
H A D | phy-can-transceiver.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * phy-can-transceiver.c - phy driver for CAN transceivers 5 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com 35 if (can_transceiver_phy->mux_state) { in can_transceiver_phy_power_on() 36 ret = mux_state_select(can_transceiver_phy->mux_state); in can_transceiver_phy_power_on() 38 dev_err(&phy->dev, "Failed to select CAN mux: %d\n", ret); in can_transceiver_phy_power_on() 42 if (can_transceiver_phy->standby_gpio) in can_transceiver_phy_power_on() 43 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 0); in can_transceiver_phy_power_on() 44 if (can_transceiver_phy->enable_gpio) in can_transceiver_phy_power_on() 45 gpiod_set_value_cansleep(can_transceiver_phy->enable_gpio, 1); in can_transceiver_phy_power_on() [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | 3c509.rst | 1 .. SPDX-License-Identifier: GPL-2.0 21 ethercards in Linux. These cards are commonly known by the most widely-used 22 card's 3Com model number, 3c509. They are all 10mb/s ISA-bus cards and shouldn't 23 be (but sometimes are) confused with the similarly-numbered PCI-bus "3c905" 28 - 3c509 (original ISA card) 29 - 3c509B (later revision of the ISA card; supports full-duplex) 30 - 3c589 (PCMCIA) 31 - 3c589B (later revision of the 3c589; supports full-duplex) 32 - 3c579 (EISA) 45 The driver allows boot- or load-time overriding of the card's detected IOADDR, [all …]
|
/linux/drivers/phy/ti/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 71 Enable this to support the transceiver that is part of SOC. This 95 tristate "TWL4030 USB Transceiver Driver" 98 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y' 102 Enable this to support the USB OTG transceiver on TWL4030 104 This transceiver supports high and full speed devices plus,
|
/linux/arch/arm/mach-omap1/ |
H A D | usb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 #include <linux/dma-map-ops.h> 15 #include <linux/soc/ti/omap1-io.h> 24 /* These routines should handle the standard chip-specific modes 25 * for usb0/1/2 ports, covering basic mux and transceiver setup. 27 * Some board-*.c files will need to set up additional mux options, 32 * - 1611B H2 (with usb1 mini-AB) using standard Mini-B or OTG cables 33 * - 5912 OSK OHCI (with usb0 standard-A), standard A-to-B cables 34 * - 5912 OSK UDC, with *nonstandard* A-to-A cable 35 * - 1510 Innovator UDC with bundled usb0 cable [all …]
|
/linux/drivers/net/can/ |
H A D | at91_can.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * at91_can.c - CAN network driver for AT91 SoC CAN controller 6 * (C) 2008, 2009, 2010, 2011, 2023 by Marc Kleine-Budde <kernel@pengutronix.de> 27 #include <linux/can/dev.h> 28 #include <linux/can/error.h> 29 #include <linux/can/rx-offload.h> 31 #define AT91_MB_MASK(i) ((1 << (i)) - 1) 152 struct can_priv can; /* must be the first member! */ member 154 struct phy *transceiver; member 202 return priv->devtype_data.type == AT91_DEVTYPE_SAM##_model; \ [all …]
|
H A D | xilinx_can.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* Xilinx CAN device driver 4 * Copyright (C) 2012 - 2022 Xilinx, Inc. 6 * Copyright (C) 2017 - 2018 Sandvik Mining and Construction Oy 9 * This driver is developed for AXI CAN IP, AXI CANFD IP, CANPS and CANFD PS Controller. 29 #include <linux/can/dev.h> 30 #include <linux/can/error.h> 38 /* CAN registers set */ 51 /* not on CAN FD cores */ 56 /* only on CAN FD cores */ [all …]
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | timer.c | 5 Written/copyright 1994-2001 by Donald Becker. 21 struct net_device *dev = tp->dev; in tulip_media_task() 22 void __iomem *ioaddr = tp->base_addr; in tulip_media_task() 29 medianame[dev->if_port], in tulip_media_task() 34 switch (tp->chip_id) { in tulip_media_task() 43 if (tp->mtable == NULL) { /* No EEPROM info, use generic code. */ in tulip_media_task() 44 /* Not much that can be done. in tulip_media_task() 45 Assume this a generic MII or SYM transceiver. */ in tulip_media_task() 53 mleaf = &tp->mtable->mleaf[tp->cur_index]; in tulip_media_task() 54 p = mleaf->leafdata; in tulip_media_task() [all …]
|
/linux/include/linux/can/ |
H A D | bittiming.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (c) 2020 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de> 10 #include <linux/can/netlink.h> 15 #define CAN_BITRATE_UNKNOWN (-1U) 21 * struct can_tdc - CAN FD Transmission Delay Compensation parameters 24 * pin of the transceiver causes measurement errors: the sample point 27 * To solve this issue, ISO 11898-1 introduces in section 11.3.3 34 * -+----------- one bit ----------+-- TX pin 35 * |<--- Sample Point --->| 37 * --+----------- one bit ----------+-- RX pin [all …]
|
/linux/drivers/net/can/spi/ |
H A D | hi311x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* CAN bus driver for Holt HI3110 CAN Controller with SPI Interface 6 * Based on Microchip 251x CAN Controller (mcp251x) Linux kernel driver 11 * Based on CAN bus driver for the CCAN controller written by 12 * - Sascha Hauer, Marc Kleine-Budde, Pengutronix 13 * - Simon Kallweit, intefo AG 17 #include <linux/can/core.h> 18 #include <linux/can/dev.h> 145 struct can_priv can; member 171 struct regulator *transceiver; member [all …]
|
H A D | mcp251x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* CAN bus driver for Microchip 251x/25625 CAN Controller with SPI Interface 13 * Based on Microchip MCP251x CAN controller driver written by 16 * Based on CAN bus driver for the CCAN controller written by 17 * - Sascha Hauer, Marc Kleine-Budde, Pengutronix 18 * - Simon Kallweit, intefo AG 23 #include <linux/can/core.h> 24 #include <linux/can/dev.h> 228 struct can_priv can; member 254 struct regulator *transceiver; member [all …]
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 38 #define GREG_STAT_ACNTEXP 0x00000004 /* Align-error counter expired */ 39 #define GREG_STAT_CCNTEXP 0x00000008 /* CRC-error counter expired */ 40 #define GREG_STAT_LCNTEXP 0x00000010 /* Length-error counter expired */ 42 #define GREG_STAT_CVCNTEXP 0x00000040 /* Code-violation counter expired */ 46 #define GREG_STAT_MAXPKTERR 0x00000400 /* Max-packet size error */ 47 #define GREG_STAT_NCNTEXP 0x00000800 /* Normal-collision counter expired */ 48 #define GREG_STAT_ECNTEXP 0x00001000 /* Excess-collision counter expired */ 49 #define GREG_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 50 #define GREG_STAT_FCNTEXP 0x00004000 /* First-collision counter expired */ [all …]
|
/linux/include/net/ |
H A D | mac802154.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * IEEE802.15.4-2003 specification 5 * Copyright (C) 2007-2012 Siemens AG 18 * enum ieee802154_hw_addr_filt_flags - hardware address filtering flags 42 * struct ieee802154_hw_addr_filt - hardware address filtering settings 61 * struct ieee802154_hw - ieee802154 hardware 87 * enum ieee802154_hw_flags - hardware flags 98 * @IEEE802154_HW_LBT: Indicates that transceiver will support listen before 101 * @IEEE802154_HW_CSMA_PARAMS: Indicates that transceiver will support csma 104 * @IEEE802154_HW_FRAME_RETRIES: Indicates that transceiver will support ARET [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | xlnx,zynqmp-psgtr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/xlnx,zynqmp-psgtr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx ZynqMP Gigabit Transceiver PHY 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 13 This binding describes the Xilinx ZynqMP Gigabit Transceiver (GTR) PHY. The 18 "#phy-cells": 23 - description: The GTR lane 26 - description: The PHY type [all …]
|
/linux/Documentation/driver-api/usb/ |
H A D | writing_musb_glue_layer.rst | 15 Instead, these embedded UDC rely on the USB On-the-Go (OTG) 18 Dual-Role Controller (MUSB HDRC) found in the Mentor Graphics Inventra™ 21 As a self-taught exercise I have written an MUSB glue layer for the 23 kernel source tree. This layer can be found at 28 .. _musb-basics: 33 To get started on the topic, please read USB On-the-Go Basics (see 46 ------------------------ 47 | | <------- drivers/usb/gadget 48 | Linux USB Core Stack | <------- drivers/usb/host 49 | | <------- drivers/usb/core [all …]
|
/linux/drivers/net/ethernet/realtek/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 tristate "AT-LAN-TEC/RealTek pocket adapter support" 35 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 47 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 64 of PCI shared memory (MMIO). This can possibly solve some problems 69 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 74 RTL-8139 revision K boards, and totally unused otherwise. It tries 75 to match the transceiver to the cable characteristics. This is 80 bool "Support for older RTL-8129/8130 boards" 83 This enables support for the older and uncommon RTL-8129 and [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | apple,mca.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple MCA I2S transceiver 10 MCA is an I2S transceiver peripheral found on M1 and other Apple chips. It is 11 composed of a number of identical clusters which can operate independently 15 - Martin Povišer <povik+lin@cutebit.org> 18 - $ref: dai-common.yaml# 23 - enum: 24 - apple,t6000-mca [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-lx2160a-rdb.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 // Copyright 2018-2020 NXP 7 /dts-v1/; 9 #include "fsl-lx2160a.dtsi" 13 compatible = "fsl,lx2160a-rdb", "fsl,lx2160a"; 23 stdout-path = "serial0:115200n8"; 26 sb_3v3: regulator-sb3v3 { 27 compatible = "regulator-fixed"; 28 regulator-name = "MC34717-3.3VSB"; 29 regulator-min-microvolt = <3300000>; [all …]
|
/linux/include/uapi/linux/can/ |
H A D | error.h | 1 /* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */ 3 * linux/can/error.h 5 * Definitions of the CAN error messages to be filtered and passed to the user. 8 * Copyright (c) 2002-2007 Volkswagen Group Electronic Research 55 #define CAN_ERR_TRX 0x00000010U /* transceiver status / data[4] */ 67 /* error status of CAN-controller / data[1] */ 76 /* the protocol-defined level of 127) */ 79 /* error in CAN protocol (type) / data[2] */ 90 /* error in CAN protocol (location) / data[3] */ 93 #define CAN_ERR_PROT_LOC_ID28_21 0x02 /* ID bits 28 - 21 (SFF: 10 - 3) */ [all …]
|