Searched +full:iproc +full:- +full:i2c (Results  1 – 13 of 13) sorted by relevance
| /linux/Documentation/devicetree/bindings/i2c/ | 
| H A D | brcm,iproc-i2c.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/i2c/brcm,iproc-i2c.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Broadcom iProc I2C controller
 10   - Rafał Miłecki <rafal@milecki.pl>
 15       - brcm,iproc-i2c
 16       - brcm,iproc-nic-i2c
 21   clock-frequency:
 26       Should contain the I2C interrupt. For certain revisions of the I2C
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/broadcom/ | 
| H A D | bcm-hr2.dtsi | 33 #include <dt-bindings/interrupt-controller/arm-gic.h>34 #include <dt-bindings/interrupt-controller/irq.h>
 39 	interrupt-parent = <&gic>;
 40 	#address-cells = <1>;
 41 	#size-cells = <1>;
 44 		#address-cells = <1>;
 45 		#size-cells = <0>;
 49 			compatible = "arm,cortex-a9";
 50 			next-level-cache = <&L2>;
 56 		compatible = "arm,cortex-a9-pmu";
 [all …]
 
 | 
| H A D | bcm-cygnus.dtsi | 33 #include <dt-bindings/interrupt-controller/arm-gic.h>34 #include <dt-bindings/interrupt-controller/irq.h>
 35 #include <dt-bindings/clock/bcm-cygnus.h>
 38 	#address-cells = <1>;
 39 	#size-cells = <1>;
 42 	interrupt-parent = <&gic>;
 54 		#address-cells = <1>;
 55 		#size-cells = <0>;
 59 			compatible = "arm,cortex-a9";
 60 			next-level-cache = <&L2>;
 [all …]
 
 | 
| H A D | bcm-nsp.dtsi | 33 #include <dt-bindings/interrupt-controller/arm-gic.h>34 #include <dt-bindings/interrupt-controller/irq.h>
 35 #include <dt-bindings/clock/bcm-nsp.h>
 38 	#address-cells = <1>;
 39 	#size-cells = <1>;
 42 	interrupt-parent = <&gic>;
 53 		#address-cells = <1>;
 54 		#size-cells = <0>;
 58 			compatible = "arm,cortex-a9";
 59 			next-level-cache = <&L2>;
 [all …]
 
 | 
| H A D | bcm-ns.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3  * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>
 6 #include <dt-bindings/clock/bcm-nsp.h>
 7 #include <dt-bindings/gpio/gpio.h>
 8 #include <dt-bindings/input/input.h>
 9 #include <dt-bindings/interrupt-controller/irq.h>
 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 13 	interrupt-parent = <&gic>;
 14 	#address-cells = <1>;
 15 	#size-cells = <1>;
 [all …]
 
 | 
| H A D | bcm5301x.dtsi | 9 #include "bcm-ns.dtsi"12 	mpcore-bus@19000000 {
 14 			#clock-cells = <0>;
 15 			compatible = "brcm,nsp-armpll";
 21 			compatible = "arm,cortex-a9-twd-wdt";
 30 		#address-cells = <1>;
 31 		#size-cells = <1>;
 35 			#clock-cells = <0>;
 36 			compatible = "fixed-clock";
 37 			clock-frequency = <25000000>;
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/broadcom/northstar2/ | 
| H A D | ns2.dtsi | 35 #include <dt-bindings/interrupt-controller/arm-gic.h>36 #include <dt-bindings/clock/bcm-ns2.h>
 40 	interrupt-parent = <&gic>;
 41 	#address-cells = <2>;
 42 	#size-cells = <2>;
 45 		#address-cells = <2>;
 46 		#size-cells = <0>;
 50 			compatible = "arm,cortex-a57";
 52 			enable-method = "psci";
 53 			next-level-cache = <&CLUSTER0_L2>;
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/broadcom/stingray/ | 
| H A D | stingray.dtsi | 4  *  Copyright(c) 2015-2017 Broadcom.  All rights reserved.33 #include <dt-bindings/interrupt-controller/arm-gic.h>
 37 	interrupt-parent = <&gic>;
 38 	#address-cells = <2>;
 39 	#size-cells = <2>;
 42 		#address-cells = <2>;
 43 		#size-cells = <0>;
 47 			compatible = "arm,cortex-a72";
 49 			enable-method = "psci";
 50 			next-level-cache = <&CLUSTER0_L2>;
 [all …]
 
 | 
| /linux/drivers/net/mdio/ | 
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.04 obj-$(CONFIG_ACPI_MDIO)		+= acpi_mdio.o
 5 obj-$(CONFIG_FWNODE_MDIO)	+= fwnode_mdio.o
 6 obj-$(CONFIG_OF_MDIO)		+= of_mdio.o
 8 obj-$(CONFIG_MDIO_AIROHA)		+= mdio-airoha.o
 9 obj-$(CONFIG_MDIO_ASPEED)		+= mdio-aspeed.o
 10 obj-$(CONFIG_MDIO_BCM_IPROC)		+= mdio-bcm-iproc.o
 11 obj-$(CONFIG_MDIO_BCM_UNIMAC)		+= mdio-bcm-unimac.o
 12 obj-$(CONFIG_MDIO_BITBANG)		+= mdio-bitbang.o
 13 obj-$(CONFIG_MDIO_CAVIUM)		+= mdio-cavium.o
 [all …]
 
 | 
| /linux/drivers/i2c/busses/ | 
| H A D | i2c-bcm-iproc.c | 1 // SPDX-License-Identifier: GPL-2.0-only5 #include <linux/i2c.h>
 138 #define M_RX_FIFO_MAX_THLD_VALUE     (M_TX_RX_FIFO_SIZE - 1)
 233 	if (iproc_i2c->idm_base) {  in iproc_i2c_rd_reg()
 234 		spin_lock_irqsave(&iproc_i2c->idm_lock, flags);  in iproc_i2c_rd_reg()
 235 		writel(iproc_i2c->ape_addr_mask,  in iproc_i2c_rd_reg()
 236 		       iproc_i2c->idm_base + IDM_CTRL_DIRECT_OFFSET);  in iproc_i2c_rd_reg()
 237 		val = readl(iproc_i2c->base + offset);  in iproc_i2c_rd_reg()
 238 		spin_unlock_irqrestore(&iproc_i2c->idm_lock, flags);  in iproc_i2c_rd_reg()
 240 		val = readl(iproc_i2c->base + offset);  in iproc_i2c_rd_reg()
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ | 
| H A D | bcm4908.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3 #include <dt-bindings/interrupt-controller/irq.h>
 4 #include <dt-bindings/interrupt-controller/arm-gic.h>
 5 #include <dt-bindings/phy/phy.h>
 6 #include <dt-bindings/soc/bcm-pmb.h>
 8 /dts-v1/;
 11 	interrupt-parent = <&gic>;
 13 	#address-cells = <2>;
 14 	#size-cells = <2>;
 21 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| /linux/drivers/gpio/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only50 	  this symbol, but new drivers should use the generic gpio-regmap
 60 	  non-sleeping contexts.  They can make bitbanged serial protocols
 81 	  numberspace-based functionalities of the sysfs interface.
 127 # This symbol is selected by both I2C and SPI expanders
 137 	  Enables support for the idio-16 library functions. The idio-16 library
 139 	  ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16.
 141 	  If built as a module its name will be gpio-idio-16.
 147 	tristate "GPIO driver for 74xx-ICs with MMIO access"
 151 	  Say yes here to support GPIO functionality for 74xx-compatible ICs
 [all …]
 
 | 
| /linux/drivers/dma/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only96 	tristate "Arm DMA-350 support"
 101 	  Enable support for the Arm DMA-350 controller.
 119 	tristate "Analog Devices AXI-DMAC DMA support"
 125 	  Enable support for the Analog Devices AXI-DMAC peripheral. This DMA
 140 	  engine is available on most of the Broadcom iProc SoCs. It
 161 	tristate "SA-11x0 DMA support"
 166 	  Support the DMA engine found on Intel StrongARM SA-1100 and
 167 	  SA-1110 SoCs.  This DMA engine can only be used with on-chip
 227 	  This module can be found on Freescale Vybrid and LS-1 SoCs.
 [all …]
 
 |