Home
last modified time | relevance | path

Searched refs:phy_interface_is_ncsi (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dphy.h290 bool phy_interface_is_ncsi(void);
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c993 bool phy_interface_is_ncsi(void) in phy_interface_is_ncsi() function
/openbmc/u-boot/net/
H A Dnet.c412 if (phy_interface_is_ncsi() && protocol != NCSI && !ncsi_active()) { in net_loop()