Home
last modified time | relevance | path

Searched +full:rtl9301 +full:- +full:switch (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Drealtek,rtl9301-switch.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/realtek,rtl9301-switch.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek Switch with Internal CPU
10 - Chris Packham <chris.packham@alliedtelesis.co.nz>
17 $ref: ethernet-switch.yaml#/$defs/ethernet-ports
22 - enum:
23 - realtek,rtl9301-switch
24 - realtek,rtl9302b-switch
[all …]
/linux/arch/mips/boot/dts/realtek/
H A Drtl930x.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
4 compatible = "realtek,rtl9302-soc";
6 #address-cells = <1>;
7 #size-cells = <1>;
15 compatible = "mti,cpu-interrupt-controller";
16 #address-cells = <0>;
17 #interrupt-cells = <1>;
18 interrupt-controller;
22 #address-cells = <1>;
23 #size-cells = <0>;
[all …]
/linux/drivers/net/mdio/
H A Dmdio-realtek-rtl9300.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * The MDIO communication is abstracted by the switch. At the software level
6 * communication uses the switch port to address the PHY. We work out the
8 * ethernet-ports property.
68 struct rtl9300_mdio_chan *chan = bus->priv; in rtl9300_mdio_phy_to_port()
72 priv = chan->priv; in rtl9300_mdio_phy_to_port()
74 for_each_set_bit(i, priv->valid_ports, MAX_PORTS) in rtl9300_mdio_phy_to_port()
75 if (priv->smi_bus[i] == chan->mdio_bus && in rtl9300_mdio_phy_to_port()
76 priv->smi_addr[i] == phy_id) in rtl9300_mdio_phy_to_port()
79 return -ENOENT; in rtl9300_mdio_phy_to_port()
[all …]
/linux/
H A DMAINTAINERS5 ----------
[all...]