Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/natsemi/
Dns83820.c440 u32 CFG_cache; member
622 if (dev->CFG_cache & CFG_TBI_EN) { in phy_intr()
665 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); in phy_intr()
691 ((new_cfg ^ dev->CFG_cache) != 0)) { in phy_intr()
693 dev->CFG_cache = new_cfg; in phy_intr()
696 dev->CFG_cache &= ~CFG_SPDSTS; in phy_intr()
697 dev->CFG_cache |= cfg & CFG_SPDSTS; in phy_intr()
1076 if (unlikely(dev->CFG_cache & CFG_LNKSTS)) {
1078 if (unlikely(dev->CFG_cache & CFG_LNKSTS))
1249 if (dev->CFG_cache & CFG_TBI_EN) {
[all …]