Home
last modified time | relevance | path

Searched refs:is_c45 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c624 u32 phy_id, bool is_c45, in phy_device_create() argument
652 dev->is_c45 = is_c45; in phy_device_create()
701 bool is_c45; in create_phy_by_mask() local
708 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
709 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/rk3399_rockchip-uboot/include/
H A Dphy.h150 bool is_c45; member