Lines Matching refs:port
28 static int is_device_disabled(enum fm_port port) in is_device_disabled() argument
33 return port_to_devdisr[port] & devdisr2; in is_device_disabled()
36 void fman_disable_port(enum fm_port port) in fman_disable_port() argument
41 if (port == FM1_DTSEC1) in fman_disable_port()
44 setbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_disable_port()
47 void fman_enable_port(enum fm_port port) in fman_enable_port() argument
51 clrbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_enable_port()
54 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if() argument
59 if (is_device_disabled(port)) in fman_port_enet_if()
62 if ((port == FM1_10GEC1) && (is_serdes_configured(XAUI_FM1))) in fman_port_enet_if()
65 if ((port == FM2_10GEC1) && (is_serdes_configured(XAUI_FM2))) in fman_port_enet_if()
69 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
73 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
77 if ((port == FM2_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
81 if ((port == FM2_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
85 switch (port) { in fman_port_enet_if()
91 if (is_serdes_configured(SGMII_FM1_DTSEC1 + port - FM1_DTSEC1)) in fman_port_enet_if()
99 if (is_serdes_configured(SGMII_FM2_DTSEC1 + port - FM2_DTSEC1)) in fman_port_enet_if()