Searched full:rtl8366rb (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.h | 89 * struct rtl8366rb - RTL8366RB-specific data 94 struct rtl8366rb { struct
|
H A D | Makefile | 14 rtl8366-objs := rtl8366-core.o rtl8366rb.o 16 rtl8366-objs += rtl8366rb-leds.o
|
H A D | Kconfig | 40 tristate "Realtek RTL8366RB switch driver" 44 Select to enable support for Realtek RTL8366RB.
|
H A D | rtl8366rb.c | 2 /* Realtek SMI subdriver for the Realtek RTL8366RB ethernet switch 30 #include "rtl8366rb.h" 465 .name = "RTL8366RB", 548 "RTL8366RB", priv); in rtl8366rb_setup_cascaded_irq() 799 struct rtl8366rb *rb; in rtl8366rb_setup() 1272 struct rtl8366rb *rb; in rtl8366rb_vlan_filtering() 1379 struct rtl8366rb *rb; in rtl8366rb_change_mtu() 1595 struct rtl8366rb *rb; in rtl8366rb_set_mc_index() 1772 dev_info(dev, "found an RTL8366RB switch\n"); in rtl8366rb_detect() 1843 .chip_data_sz = sizeof(struct rtl8366rb), [all …]
|
H A D | rtl8366rb-leds.c | 7 #include "rtl8366rb.h" 88 struct rtl8366rb *rb = priv->chip_data; in rtl8366rb_setup_led()
|
H A 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
|
H A 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
|
H A D | rtl8366-core.c | 3 * RTL8366RB and RTL8366S
|
/linux/net/dsa/ |
H A D | tag_rtl4_a.c | 4 * Currently only supports protocol "A" found in RTL8366RB 31 * 0xa = RTL8366RB DSA protocol
|
H A D | Kconfig | 145 the Realtek RTL8366RB.
|
/linux/arch/arm/boot/dts/gemini/ |
H A 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/drivers/net/phy/realtek/ |
H A D | realtek_main.c | 1940 .name = "RTL8366RB Gigabit Ethernet", 1943 * embedded inside the RTL8366RB, they get unmasked when the 1967 /* Interrupt handling analogous to RTL8366RB */
|