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:DIMMS_PER_CHANNEL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
i5400_edac.c
53
#define
DIMMS_PER_CHANNEL
4
macro
340
u16 b0_mtr[
DIMMS_PER_CHANNEL
]; /* Memory Technlogy Reg */
344
u16 b1_mtr[
DIMMS_PER_CHANNEL
]; /* Memory Technlogy Reg */
349
struct i5400_dimm_info dimm_info[
DIMMS_PER_CHANNEL
][MAX_CHANNELS];
827
* the information is contained in
DIMMS_PER_CHANNEL
different
828
* registers determining which of the
DIMMS_PER_CHANNEL
requires
871
if (n >=
DIMMS_PER_CHANNEL
) {
in determine_mtr()
1095
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_row++) {
in i5400_get_mc_regs()
1120
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_row++)
in i5400_get_mc_regs()
1137
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_ro
in i5400_get_mc_regs()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
i5400_edac.c
53
#define
DIMMS_PER_CHANNEL
4
macro
341
u16 b0_mtr[
DIMMS_PER_CHANNEL
]; /* Memory Technlogy Reg */
345
u16 b1_mtr[
DIMMS_PER_CHANNEL
]; /* Memory Technlogy Reg */
350
struct i5400_dimm_info dimm_info[
DIMMS_PER_CHANNEL
][MAX_CHANNELS];
828
* the information is contained in
DIMMS_PER_CHANNEL
different
829
* registers determining which of the
DIMMS_PER_CHANNEL
requires
872
if (n >=
DIMMS_PER_CHANNEL
) {
in determine_mtr()
1096
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_row++) {
in i5400_get_mc_regs()
1121
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_row++)
in i5400_get_mc_regs()
1138
for (slot_row = 0; slot_row <
DIMMS_PER_CHANNEL
; slot_ro
in i5400_get_mc_regs()
[all...]
Completed in 4 milliseconds