Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmicrel.c239 #define KSZ8081_CTRL2_DISABLE_AUTO_MDIX BIT(13) macro
694 val = KSZ8081_CTRL2_DISABLE_AUTO_MDIX; in ksz8081_config_mdix()
697 val = KSZ8081_CTRL2_DISABLE_AUTO_MDIX | in ksz8081_config_mdix()
710 KSZ8081_CTRL2_DISABLE_AUTO_MDIX, in ksz8081_config_mdix()
737 if (ret & KSZ8081_CTRL2_DISABLE_AUTO_MDIX) { in ksz8081_mdix_update()