Lines Matching refs:port
22 static int is_device_disabled(enum fm_port port) in is_device_disabled() argument
27 return port_to_devdisr[port] & devdisr2; in is_device_disabled()
30 void fman_disable_port(enum fm_port port) in fman_disable_port() argument
35 if (port == FM1_DTSEC1) in fman_disable_port()
38 setbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_disable_port()
41 void fman_enable_port(enum fm_port port) in fman_enable_port() argument
45 clrbits_be32(&gur->devdisr2, port_to_devdisr[port]); in fman_enable_port()
48 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if() argument
53 if (is_device_disabled(port)) in fman_port_enet_if()
56 if ((port == FM1_10GEC1) && (is_serdes_configured(XAUI_FM1))) in fman_port_enet_if()
60 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
64 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if()
68 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
72 if ((port == FM1_DTSEC5) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if()
76 switch (port) { in fman_port_enet_if()
82 if (is_serdes_configured(SGMII_FM1_DTSEC1 + port - FM1_DTSEC1)) in fman_port_enet_if()