Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz8795_reg.h286 #define PORT_PHY_LOOPBACK BIT(7) macro
H A Dksz8795.c692 if (stat3 & PORT_PHY_LOOPBACK) in ksz879x_get_loopback()
715 stat3 |= PORT_PHY_LOOPBACK; in ksz879x_set_loopback()
717 return ksz_prmw8(dev, port, REG_PORT_STATUS_3, PORT_PHY_LOOPBACK, in ksz879x_set_loopback()
H A Dksz9477_reg.h857 #define PORT_PHY_LOOPBACK BIT(14) macro