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:dbam1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.h
367
u32
dbam1
; /* DRAM Base Address Mapping reg for DCT1 */
member
H
A
D
amd64_edac.c
1435
u32 dbam = (i ? pvt->
dbam1
: pvt->dbam0);
in f1x_early_channel_count()
2184
u32 dbam = ctrl ? pvt->
dbam1
: pvt->dbam0;
in debug_display_dimm_sizes()
2195
dbam = (ctrl && !dct_ganging_enabled(pvt)) ? pvt->
dbam1
in debug_display_dimm_sizes()
2780
/* F16h has only DCT0, so no need to read
dbam1
. */
in determine_ecc_sym_sz()
2782
amd64_read_dct_pci_cfg(pvt, 1, DBAM0, &pvt->
dbam1
);
in determine_ecc_sym_sz()
2930
u32 dbam = dct ? pvt->
dbam1
: pvt->dbam0;
in get_csrow_nr_pages()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.h
351
u32
dbam1
; /* DRAM Base Address Mapping reg for DCT1 */
member
H
A
D
amd64_edac.c
1371
u32 dbam = ctrl ? pvt->
dbam1
: pvt->dbam0;
in dct_debug_display_dimm_sizes()
1383
dbam = (ctrl && !dct_ganging_enabled(pvt)) ? pvt->
dbam1
in dct_debug_display_dimm_sizes()
3154
/* F16h has only DCT0, so no need to read
dbam1
. */
in determine_ecc_sym_sz()
3156
amd64_read_dct_pci_cfg(pvt, 1, DBAM0, &pvt->
dbam1
);
in determine_ecc_sym_sz()
3291
u32 dbam = dct ? pvt->
dbam1
: pvt->dbam0;
in dct_get_csrow_nr_pages()
Completed in 15 milliseconds