Searched +full:xrx200 +full:- +full:gphy +full:- +full:fw (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - $ref: dsa.yaml#/$defs/ethernet-ports13 - Hauke Mehrtens <hauke@hauke-m.de>18 - lantiq,xrx200-gswip19 - lantiq,xrx300-gswip20 - lantiq,xrx330-gswip26 reg-names:28 - const: switch[all …]
1 // SPDX-License-Identifier: GPL-2.07 * Copyright (C) 2017 - 2019 Hauke Mehrtens <hauke@hauke-m.de>46 #include <dt-bindings/mips/lantiq_rcu_gphy.h>64 #define GSWIP_MDIO_PHYp(p) (0x15 - (p))135 #define GSWIP_BM_RAM_VAL(x) (0x043 - (x))153 #define GSWIP_PCE_TBL_KEY(x) (0x447 - (x))155 #define GSWIP_PCE_TBL_VAL(x) (0x44D - (x))241 #define GSWIP_TABLE_MAC_BRIDGE_VAL1_STATIC BIT(0) /* Static, non-aging entry */246 * but long packets currently cause lock-ups with an MTU of over 2526. Medium247 * packets are sometimes dropped (e.g. TCP over 2477, UDP over 2516-2519, ICMP[all …]