Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz8.c901 if (restart & KSZ8873_PORT_PHY_LOOPBACK) in ksz8_r_phy_bmcr()
1192 restart_mask |= KSZ8873_PORT_PHY_LOOPBACK; in ksz8_w_phy_bmcr()
1195 restart |= KSZ8873_PORT_PHY_LOOPBACK; in ksz8_w_phy_bmcr()
H A Dksz8_reg.h275 #define KSZ8873_PORT_PHY_LOOPBACK BIT(0) macro