Lines Matching refs:port
21 static int is_device_disabled(enum fm_port port) in is_device_disabled() argument
26 return port_to_devdisr[port] & devdisr2; in is_device_disabled()
29 void fman_disable_port(enum fm_port port) in fman_disable_port() argument
34 if (port == FM1_DTSEC1) in fman_disable_port()
37 setbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_disable_port()
40 void fman_enable_port(enum fm_port port) in fman_enable_port() argument
44 clrbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_enable_port()
47 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if() argument
52 if (is_device_disabled(port)) in fman_port_enet_if()
55 if ((port == FM1_10GEC1) && (is_serdes_configured(XAUI_FM1))) in fman_port_enet_if()
59 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
63 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
67 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
71 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
75 switch (port) { in fman_port_enet_if()
81 if (is_serdes_configured(SGMII_FM1_DTSEC1 + port - FM1_DTSEC1)) in fman_port_enet_if()