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

/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c426 u32 CFG_cache; member in struct:ns83820
608 if (dev->CFG_cache & CFG_TBI_EN) {
653 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS);
679 ((new_cfg ^ dev->CFG_cache) != 0)) {
681 dev->CFG_cache = new_cfg;
684 dev->CFG_cache &= ~CFG_SPDSTS;
685 dev->CFG_cache |= cfg & CFG_SPDSTS;
1060 if (unlikely(dev->CFG_cache & CFG_LNKSTS)) {
1062 if (unlikely(dev->CFG_cache & CFG_LNKSTS))
1235 if (dev->CFG_cache
[all...]

Completed in 112 milliseconds