Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dphy_interface.h34 PHY_INTERFACE_MODE_NCSI, enumerator
62 [PHY_INTERFACE_MODE_NCSI] = "NC-SI",
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c935 if (interface == PHY_INTERFACE_MODE_NCSI) in phy_connect()
997 return pdata->phy_interface == PHY_INTERFACE_MODE_NCSI; in phy_interface_is_ncsi()