Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c220 #define CFG_MODE_1000 0x00400000 macro
653 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); in phy_intr()
656 new_cfg |= CFG_MODE_1000; in phy_intr()
658 new_cfg &= ~CFG_MODE_1000; in phy_intr()
2052 dev->CFG_cache |= CFG_MODE_1000;