Searched full:rtl8366rb (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/net/dsa/realtek/ |
D | Kconfig | 47 tristate "Realtek RTL8366RB switch subdriver" 52 Select to enable support for Realtek RTL8366RB.
|
D | realtek-mdio.c | 8 * RTL8366RB - Probably reads out "RTL8366 revision B", has a quite 12 * RTL8368S - Seems to be an alternative name for RTL8366RB 267 { .compatible = "realtek,rtl8366rb", .data = &rtl8366rb_variant, },
|
D | Makefile | 5 rtl8366-objs := rtl8366-core.o rtl8366rb.o
|
D | rtl8366rb.c | 2 /* Realtek SMI subdriver for the Realtek RTL8366RB ethernet switch 354 * struct rtl8366rb - RTL8366RB-specific data 358 struct rtl8366rb { struct 512 .name = "RTL8366RB", 595 "RTL8366RB", priv); in rtl8366rb_setup_cascaded_irq() 807 struct rtl8366rb *rb; in rtl8366rb_setup() 1299 struct rtl8366rb *rb; in rtl8366rb_vlan_filtering() 1406 struct rtl8366rb *rb; in rtl8366rb_change_mtu() 1614 struct rtl8366rb *rb; in rtl8366rb_set_mc_index() 1802 dev_info(dev, "found an RTL8366RB switch\n"); in rtl8366rb_detect() [all …]
|
D | realtek-smi.c | 14 * RTL8366RB - Probably reads out "RTL8366 revision B", has a quite 18 * RTL8368S - Seems to be an alternative name for RTL8366RB 542 .compatible = "realtek,rtl8366rb",
|
D | rtl8366-core.c | 3 * RTL8366RB and RTL8366S
|
/Linux-v6.6/Documentation/devicetree/bindings/net/dsa/ |
D | realtek.yaml | 41 - realtek,rtl8366rb 47 realtek,rtl8366rb: 48 Use with models RTL8366RB, RTL8366S 147 compatible = "realtek,rtl8366rb";
|
/Linux-v6.6/net/dsa/ |
D | tag_rtl4_a.c | 4 * Currently only supports protocol "A" found in RTL8366RB 32 * 0xa = RTL8366RB DSA protocol
|
D | Kconfig | 133 the Realtek RTL8366RB.
|
/Linux-v6.6/arch/arm/boot/dts/gemini/ |
D | gemini-dlink-dir-685.dts | 189 /* This is a RealTek RTL8366RB switch and PHY using SMI over GPIO */ 191 compatible = "realtek,rtl8366rb"; 360 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO
|
/Linux-v6.6/drivers/net/phy/ |
D | realtek.c | 1052 .name = "RTL8366RB Gigabit Ethernet", 1055 * embedded inside the RTL8366RB, they get unmasked when the 1079 /* Interrupt handling analogous to RTL8366RB */
|