Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/b53/
Db53_common.c606 port = B53_CPU_PORT; in b53_enable_cpu_port()
816 case B53_CPU_PORT: in b53_get_phy_device()
1535 case B53_CPU_PORT: in b53_possible_cpu_port()
1568 if (dev->chip_id == BCM58XX_DEVICE_ID && port == B53_CPU_PORT) in b53_get_tag_protocol()
1777 .cpu_port = B53_CPU_PORT,
1789 .cpu_port = B53_CPU_PORT,
1801 .cpu_port = B53_CPU_PORT,
1813 .cpu_port = B53_CPU_PORT,
1826 .cpu_port = B53_CPU_PORT,
1837 .cpu_port = B53_CPU_PORT,
[all …]
Db53_priv.h191 #define B53_CPU_PORT 8 macro