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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dns83820.c455 u32 CFG_cache; member in struct:ns83820
613 if (dev->CFG_cache & CFG_TBI_EN) {
656 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS);
670 ((new_cfg ^ dev->CFG_cache) & CFG_MODE_1000)) {
672 dev->CFG_cache = new_cfg;
675 dev->CFG_cache &= ~CFG_SPDSTS;
676 dev->CFG_cache |= cfg & CFG_SPDSTS;
1027 if (unlikely(dev->CFG_cache & CFG_LNKSTS)) {
1029 if (unlikely(dev->CFG_cache & CFG_LNKSTS))
1839 dev->CFG_cache
[all...]

Completed in 46 milliseconds