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:dcsm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
758
u32
dcsm
= pvt->csels[chan].csmasks[0];
in debug_dump_dramcfg_low()
local
762
* value of '0' here to get
dcsm
value.
in debug_dump_dramcfg_low()
764
edac_dbg(1, " LRDIMM %dx rank multiply\n", (
dcsm
& 0x3));
in debug_dump_dramcfg_low()
1067
u32 dram_ctrl,
dcsm
;
in determine_memory_type()
local
1101
* We use a Chip Select value of '0' to obtain
dcsm
.
in determine_memory_type()
1108
dcsm
= pvt->csels[0].csmasks[0];
in determine_memory_type()
1114
else if (
dcsm
& 0x3)
in determine_memory_type()
1552
u32
dcsm
= pvt->csels[dct].csmasks[cs_mask_nr];
in f15_m60h_dbam_to_chip_select()
local
1562
unsigned rank_multiply =
dcsm
& 0xf;
in f15_m60h_dbam_to_chip_select()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
1429
u32
dcsm
= pvt->csels[chan].csmasks[0];
in debug_dump_dramcfg_low()
local
1433
* value of '0' here to get
dcsm
value.
in debug_dump_dramcfg_low()
1435
edac_dbg(1, " LRDIMM %dx rank multiply\n", (
dcsm
& 0x3));
in debug_dump_dramcfg_low()
1848
u32 dram_ctrl,
dcsm
;
in dct_determine_memory_type()
local
1872
* We use a Chip Select value of '0' to obtain
dcsm
.
in dct_determine_memory_type()
1879
dcsm
= pvt->csels[0].csmasks[0];
in dct_determine_memory_type()
1885
else if (
dcsm
& 0x3)
in dct_determine_memory_type()
2244
u32
dcsm
= pvt->csels[dct].csmasks[cs_mask_nr];
in f15_m60h_dbam_to_chip_select()
local
2254
unsigned rank_multiply =
dcsm
& 0xf;
in f15_m60h_dbam_to_chip_select()
Completed in 10 milliseconds