Searched +full:hb +full:- +full:xgmac (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | calxeda-xgmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/calxeda-xgmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Calxeda Highbank 10Gb XGMAC Ethernet controller 10 The Calxeda XGMAC Ethernet controllers are directly connected to the 17 - Andre Przywara <andre.przywara@arm.com> 21 const: calxeda,hb-xgmac 28 Can point to at most 3 xgmac interrupts. The 1st one is the main 34 dma-coherent: true [all …]
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2011-2012 Calxeda, Inc. 20 #address-cells = <1>; 21 #size-cells = <1>; 22 compatible = "simple-bus"; 23 interrupt-parent = <&intc>; 26 compatible = "calxeda,hb-ahci"; 29 dma-coherent; 30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>, 33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, [all …]
|
/openbmc/qemu/hw/vfio/ |
H A D | calxeda-xgmac.c | 2 * calxeda xgmac VFIO device 10 * the COPYING file in the top-level directory. 15 #include "hw/vfio/vfio-calxeda-xgmac.h" 24 vdev->compat = g_strdup("calxeda,hb-xgmac"); in calxeda_xgmac_realize() 25 vdev->num_compat = 1; in calxeda_xgmac_realize() 27 k->parent_realize(dev, errp); in calxeda_xgmac_realize() 31 .name = "vfio-calxeda-xgmac", 41 &vcxc->parent_realize); in vfio_calxeda_xgmac_class_init() 42 dc->desc = "VFIO Calxeda XGMAC"; in vfio_calxeda_xgmac_class_init() 43 dc->vmsd = &vfio_platform_calxeda_xgmac_vmstate; in vfio_calxeda_xgmac_class_init() [all …]
|
/openbmc/linux/drivers/vfio/platform/reset/ |
H A D | vfio_platform_calxedaxgmac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * VFIO platform driver specialized for Calxeda xgmac reset 4 * reset code is inherited from calxeda xgmac native driver 6 * Copyright 2010-2011 Calxeda, Inc. 20 #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device" 22 /* XGMAC Register definitions */ 51 struct vfio_platform_region *reg = &vdev->regions[0]; in vfio_platform_calxedaxgmac_reset() 53 if (!reg->ioaddr) { in vfio_platform_calxedaxgmac_reset() 54 reg->ioaddr = in vfio_platform_calxedaxgmac_reset() 55 ioremap(reg->addr, reg->size); in vfio_platform_calxedaxgmac_reset() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | calxeda-combophy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/calxeda-combophy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 SGMII, PCIe) and can be assigned to different devices (SATA or XGMAC 18 - Andre Przywara <andre.przywara@arm.com> 22 const: calxeda,hb-combophy 24 '#phy-cells': 36 - compatible 37 - reg [all …]
|
/openbmc/linux/arch/arm/mach-highbank/ |
H A D | highbank.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2010-2011 Calxeda, Inc. 8 #include <linux/dma-map-ops.h> 12 #include <linux/pl320-ipc.h> 21 #include <asm/hardware/cache-l2x0.h> 55 if (of_find_compatible_node(NULL, NULL, "arm,cortex-a9")) in highbank_init_irq() 71 int reg = -1; in highbank_platform_notifier() 78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier() 80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier() 82 else if (of_device_is_compatible(dev->of_node, "arm,pl330")) in highbank_platform_notifier() [all …]
|
/openbmc/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2010-2011 Calxeda, Inc. 16 #include <linux/dma-mapping.h> 19 /* XGMAC Register definitions */ 37 #define XGMAC_REMOTE_WAKE 0x00000700 /* Remote Wake-Up Frm Filter */ 39 #define XGMAC_MMC_CTRL 0x00000800 /* XGMAC MMC Control */ 121 #define XGMAC_CONTROL_LM 0x00001000 /* Loop-back mode */ 128 /* XGMAC Frame Filter defines */ 142 /* XGMAC FLOW CTRL defines */ 145 #define XGMAC_FLOW_CTRL_DZQP 0x00000080 /* Disable Zero-Quanta Phase */ [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | mvpp2.c | 8 * U-Boot version: 9 * Copyright (C) 2016-2017 Stefan Roese <sr@denx.de> 18 #include <dm/device-internal.h> 33 #include <asm-generic/gpio.h> 346 /* Per-port registers */ 392 * Per-port XGMAC registers. PPv2.2 only, only for GOP port 0, 393 * relative to port->base. 491 (((index) < (q)->last_desc) ? ((index) + 1) : 0) 493 /* SMI: 0xc0054 -> offset 0x54 to lms_base */ 495 /* PP2.2: SMI: 0x12a200 -> offset 0x1200 to iface_base */ [all …]
|
/openbmc/u-boot/ |
H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |