Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dns83820.c378 u32 CFG_cache; member
413 if (ns->CFG_cache & CFG_TBI_EN) { in phy_intr()
457 ns->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); in phy_intr()
471 ((new_cfg ^ ns->CFG_cache) & CFG_MODE_1000)) { in phy_intr()
473 ns->CFG_cache = new_cfg; in phy_intr()
476 ns->CFG_cache &= ~CFG_SPDSTS; in phy_intr()
477 ns->CFG_cache |= cfg & CFG_SPDSTS; in phy_intr()
862 ns->CFG_cache = readl(ns->base + CFG); in ns83820_probe()
864 if ((ns->CFG_cache & CFG_PCI64_DET)) { in ns83820_probe()
867 if (!(ns->CFG_cache & CFG_DATA64_EN)) in ns83820_probe()
[all …]