Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dclr0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
744
if (pvt->
dclr0
& BIT(bit))
in determine_edac_cap()
903
debug_dump_dramcfg_low(pvt, pvt->
dclr0
, 0);
in __dump_misc_regs()
1084
pvt->dram_type = (pvt->
dclr0
& BIT(18)) ? MEM_DDR : MEM_RDDR;
in determine_memory_type()
1091
pvt->dram_type = (pvt->
dclr0
& BIT(16)) ? MEM_DDR2 : MEM_RDDR2;
in determine_memory_type()
1112
else if (pvt->
dclr0
& BIT(16))
in determine_memory_type()
1131
pvt->dram_type = (pvt->
dclr0
& BIT(16)) ? MEM_DDR3 : MEM_RDDR3;
in determine_memory_type()
1141
flag = pvt->
dclr0
& WIDTH_128;
in k8_early_channel_count()
1144
flag = pvt->
dclr0
& REVE_WIDTH_128;
in k8_early_channel_count()
1359
u32 dclr = dct ? pvt->dclr1 : pvt->
dclr0
;
in k8_dbam_to_chip_select()
1416
if (pvt->fam == 0x10 && (pvt->
dclr0
in f1x_early_channel_count()
[all...]
H
A
D
amd64_edac.h
358
u32
dclr0
; /* DRAM Configuration Low DCT0 reg */
member
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
1336
if (pvt->
dclr0
& BIT(bit))
in dct_determine_edac_cap()
1659
debug_dump_dramcfg_low(pvt, pvt->
dclr0
, 0);
in dct_dump_misc_regs()
1855
pvt->dram_type = (pvt->
dclr0
& BIT(18)) ? MEM_DDR : MEM_RDDR;
in dct_determine_memory_type()
1862
pvt->dram_type = (pvt->
dclr0
& BIT(16)) ? MEM_DDR2 : MEM_RDDR2;
in dct_determine_memory_type()
1883
else if (pvt->
dclr0
& BIT(16))
in dct_determine_memory_type()
1904
pvt->dram_type = (pvt->
dclr0
& BIT(16)) ? MEM_DDR3 : MEM_RDDR3;
in dct_determine_memory_type()
2114
u32 dclr = dct ? pvt->dclr1 : pvt->
dclr0
;
in k8_dbam_to_chip_select()
2218
u32 dclr = dct ? pvt->dclr1 : pvt->
dclr0
;
in f10_dbam_to_chip_select()
3244
amd64_read_dct_pci_cfg(pvt, 0, DCLR0, &pvt->
dclr0
);
in dct_read_mc_regs()
H
A
D
amd64_edac.h
342
u32
dclr0
; /* DRAM Configuration Low DCT0 reg */
member
Completed in 11 milliseconds