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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c402 u32 CFG_cache; member in struct:ns83820_private
424 if (ns->CFG_cache & CFG_TBI_EN) {
468 ns->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS);
482 ((new_cfg ^ ns->CFG_cache) & CFG_MODE_1000)) {
484 ns->CFG_cache = new_cfg;
487 ns->CFG_cache &= ~CFG_SPDSTS;
488 ns->CFG_cache |= cfg & CFG_SPDSTS;
862 ns->CFG_cache = readl(ns->base + CFG);
864 if ((ns->CFG_cache & CFG_PCI64_DET)) {
866 /*dev->CFG_cache |
[all...]

Completed in 23 milliseconds