Home
last modified time | relevance | path

Searched refs:CPU_PORT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/dsa/
Dvitesse-vsc73xx-core.c41 #define CPU_PORT 6 /* CPU port */ macro
655 if (port == CPU_PORT) in vsc73xx_init_port()
682 if (port == CPU_PORT) in vsc73xx_init_port()
764 if (port == CPU_PORT) { in vsc73xx_adjust_link()
766 vsc73xx_init_port(vsc, CPU_PORT); in vsc73xx_adjust_link()
772 CPU_PORT, in vsc73xx_adjust_link()
Dmt7530.h39 #define CPU_PORT(x) ((x) << 4) macro
Dmt7530.c966 mt7530_rmw(priv, MT7530_MFC, CPU_MASK, CPU_EN | CPU_PORT(port)); in mt753x_cpu_port_enable()