OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfg_cache
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
ns83820.c
378
u32
CFG_cache
;
413
if (ns->
CFG_cache
& CFG_TBI_EN) {
457
ns->
CFG_cache
& ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS);
471
((new_cfg ^ ns->
CFG_cache
) & CFG_MODE_1000)) {
473
ns->
CFG_cache
= new_cfg;
476
ns->
CFG_cache
&= ~CFG_SPDSTS;
477
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
|= CFG_DATA64_EN; *
[
all
...]
Completed in 5319 milliseconds