Searched refs:phy_pres (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-helper-bgx.h230 int __cvmx_helper_bgx_port_init(int xipd_port, int phy_pres);
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-bgx.c1353 * @param phy_pres If set, enable disparity, only applies to RXAUI interface
1357 int __cvmx_helper_bgx_port_init(int xipd_port, int phy_pres) argument
1437 if (mode == CVMX_HELPER_INTERFACE_MODE_RXAUI && phy_pres) {
2017 int phy_pres; local
2036 phy_pres = 1;
2038 phy_pres = 0;
2039 __cvmx_helper_bgx_port_init(xipd_port, phy_pres);
2304 int xipd_port, phy_pres = 0; local
2315 phy_pres = 1;
2317 if (__cvmx_helper_bgx_port_init(xipd_port, phy_pres))
[all...]

Completed in 91 milliseconds