Home
last modified time | relevance | path

Searched +full:hb +full:- +full:xgmac (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.yaml1 # 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 …]
/Linux-v5.10/arch/arm/boot/dts/
Decx-common.dtsi1 // 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 …]
/Linux-v5.10/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c1 // 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 …]
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dcalxeda-combophy.yaml1 # 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 …]
/Linux-v5.10/arch/arm/mach-highbank/
Dhighbank.c1 // 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 …]
/Linux-v5.10/drivers/net/ethernet/calxeda/
Dxgmac.c1 // 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 …]