Searched +full:bcm58623 +full:- +full:srab (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | brcm,b53.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Florian Fainelli <f.fainelli@gmail.com> 18 - const: brcm,bcm5325 19 - const: brcm,bcm53115 20 - const: brcm,bcm53125 21 - const: brcm,bcm53128 22 - const: brcm,bcm53134 23 - const: brcm,bcm5365 [all …]
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm958623hr.dts | 33 /dts-v1/; 35 #include "bcm-nsp.dtsi" 36 #include <dt-bindings/gpio/gpio.h> 40 compatible = "brcm,bcm958623hr", "brcm,bcm58623", "brcm,nsp"; 43 stdout-path = "serial0:115200n8"; 51 gpio-restart { 52 compatible = "gpio-restart"; 54 open-source; 85 nand-on-flash-bbt; 87 #address-cells = <1>; [all …]
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_srab.c | 4 * Copyright (C) 2013 Hauke Mehrtens <hauke@hauke-m.de> 30 /* command and status register of the SRAB */ 50 /* command and status register of the SRAB */ 93 struct b53_srab_priv *priv = dev->priv; in b53_srab_request_grant() 94 u8 __iomem *regs = priv->regs; in b53_srab_request_grant() 109 return -EIO; in b53_srab_request_grant() 116 struct b53_srab_priv *priv = dev->priv; in b53_srab_release_grant() 117 u8 __iomem *regs = priv->regs; in b53_srab_release_grant() 127 struct b53_srab_priv *priv = dev->priv; in b53_srab_op() 128 u8 __iomem *regs = priv->regs; in b53_srab_op() [all …]
|
/openbmc/linux/net/dsa/ |
H A D | port.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2017 Savoir-faire Linux Inc. 22 * dsa_port_notify - Notify the switching fabric of changes to a port 25 * @v: event-specific value. 29 * reconfigure themselves for cross-chip operations. Can also be used to 35 return dsa_tree_notify(dp->ds->dst, e, v); in dsa_port_notify() 57 struct dsa_switch *ds = dp->ds; in dsa_port_fast_age() 59 if (!ds->ops->port_fast_age) in dsa_port_fast_age() 62 ds->ops->port_fast_age(ds, dp->index); in dsa_port_fast_age() 70 struct dsa_switch *ds = dp->ds; in dsa_port_vlan_fast_age() [all …]
|