Home
last modified time | relevance | path

Searched refs:B53_CPU_PORT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_common.c663 port = B53_CPU_PORT; in b53_enable_cpu_port()
901 case B53_CPU_PORT: in b53_get_phy_device()
1986 case B53_CPU_PORT: in b53_possible_cpu_port()
2036 if (dev->chip_id == BCM58XX_DEVICE_ID && port == B53_CPU_PORT) { in b53_get_tag_protocol()
2289 .cpu_port = B53_CPU_PORT,
2303 .cpu_port = B53_CPU_PORT,
2317 .cpu_port = B53_CPU_PORT,
2331 .cpu_port = B53_CPU_PORT,
2346 .cpu_port = B53_CPU_PORT,
2359 .cpu_port = B53_CPU_PORT,
[all …]
H A Db53_priv.h214 #define B53_CPU_PORT 8 macro