Searched refs:is_c45 (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_eth.h38 uint32_t is_c45 : 1; /** Set if we need to use clause 45 */ member in struct:octeon_eth_info
/u-boot/include/
H A Dphy.h165 bool is_c45; member in struct:phy_device
254 * @is_c45: Device Identifiers if is_c45
258 u32 phy_id, bool is_c45);
/u-boot/drivers/net/phy/
H A Dphy.c510 if (phydev->is_c45)
534 u32 phy_id, bool is_c45)
561 dev->is_c45 = is_c45;
617 bool is_c45; local
634 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true;
635 return phy_device_create(bus, addr, phy_id, is_c45);
724 if (phydev->is_c45) {
533 phy_device_create(struct mii_dev *bus, int addr, u32 phy_id, bool is_c45) argument
H A Dmarvell10g.c254 if (!phydev->is_c45 ||
/u-boot/drivers/net/octeon/
H A Docteon_eth.c326 oct_eth_info->is_c45 = (if_mode == CVMX_HELPER_INTERFACE_MODE_XAUI) ||

Completed in 53 milliseconds