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:addrBits
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
i5400_edac.c
923
int
addrBits
;
in handle_channel()
local
933
addrBits
= MTR_DRAM_BANKS_ADDR_BITS(mtr);
in handle_channel()
935
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in handle_channel()
937
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in handle_channel()
939
addrBits
+= MTR_DIMM_RANK(mtr);
in handle_channel()
941
addrBits
+= 6; /* add 64 bits per DIMM */
in handle_channel()
942
addrBits
-= 20; /* divide by 2^^20 */
in handle_channel()
943
addrBits
-= 3; /* 8 bits per bytes */
in handle_channel()
945
dinfo->megabytes = 1 <<
addrBits
;
in handle_channel()
H
A
D
i7300_edac.c
590
int mtr, ans,
addrBits
, channel;
in decode_mtr()
local
606
addrBits
= MTR_DRAM_BANKS_ADDR_BITS;
in decode_mtr()
608
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in decode_mtr()
610
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in decode_mtr()
612
addrBits
+= MTR_DIMM_RANKS(mtr);
in decode_mtr()
614
addrBits
+= 6; /* add 64 bits per DIMM */
in decode_mtr()
615
addrBits
-= 20; /* divide by 2^^20 */
in decode_mtr()
616
addrBits
-= 3; /* 8 bits per bytes */
in decode_mtr()
618
dinfo->megabytes = 1 <<
addrBits
;
in decode_mtr()
H
A
D
i5000_edac.c
997
int
addrBits
;
in handle_channel()
local
1009
addrBits
= MTR_DRAM_BANKS_ADDR_BITS(mtr);
in handle_channel()
1011
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in handle_channel()
1013
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in handle_channel()
1017
addrBits
++;
in handle_channel()
1019
addrBits
+= 6; /* add 64 bits per DIMM */
in handle_channel()
1020
addrBits
-= 20; /* divide by 2^^20 */
in handle_channel()
1021
addrBits
-= 3; /* 8 bits per bytes */
in handle_channel()
1023
dinfo->megabytes = 1 <<
addrBits
;
in handle_channel()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
i5400_edac.c
924
int
addrBits
;
in handle_channel()
local
934
addrBits
= MTR_DRAM_BANKS_ADDR_BITS(mtr);
in handle_channel()
936
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in handle_channel()
938
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in handle_channel()
940
addrBits
+= MTR_DIMM_RANK(mtr);
in handle_channel()
942
addrBits
+= 6; /* add 64 bits per DIMM */
in handle_channel()
943
addrBits
-= 20; /* divide by 2^^20 */
in handle_channel()
944
addrBits
-= 3; /* 8 bits per bytes */
in handle_channel()
946
dinfo->megabytes = 1 <<
addrBits
;
in handle_channel()
H
A
D
i7300_edac.c
590
int mtr, ans,
addrBits
, channel;
in decode_mtr()
local
606
addrBits
= MTR_DRAM_BANKS_ADDR_BITS;
in decode_mtr()
608
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in decode_mtr()
610
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in decode_mtr()
612
addrBits
+= MTR_DIMM_RANKS(mtr);
in decode_mtr()
614
addrBits
+= 6; /* add 64 bits per DIMM */
in decode_mtr()
615
addrBits
-= 20; /* divide by 2^^20 */
in decode_mtr()
616
addrBits
-= 3; /* 8 bits per bytes */
in decode_mtr()
618
dinfo->megabytes = 1 <<
addrBits
;
in decode_mtr()
H
A
D
i5000_edac.c
997
int
addrBits
;
in handle_channel()
local
1009
addrBits
= MTR_DRAM_BANKS_ADDR_BITS(mtr);
in handle_channel()
1011
addrBits
+= MTR_DIMM_ROWS_ADDR_BITS(mtr);
in handle_channel()
1013
addrBits
+= MTR_DIMM_COLS_ADDR_BITS(mtr);
in handle_channel()
1017
addrBits
++;
in handle_channel()
1019
addrBits
+= 6; /* add 64 bits per DIMM */
in handle_channel()
1020
addrBits
-= 20; /* divide by 2^^20 */
in handle_channel()
1021
addrBits
-= 3; /* 8 bits per bytes */
in handle_channel()
1023
dinfo->megabytes = 1 <<
addrBits
;
in handle_channel()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/
H
A
D
qla3xxx.c
363
static u32
addrBits
= EEPROM_NO_ADDR_BITS;
variable
430
mask = 1 << (
addrBits
- 1);
in fm93c56a_cmd()
433
for (i = 0; i <
addrBits
; i++) {
in fm93c56a_cmd()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/
H
A
D
qla3xxx.c
363
static u32
addrBits
= EEPROM_NO_ADDR_BITS;
variable
430
mask = 1 << (
addrBits
- 1);
in fm93c56a_cmd()
433
for (i = 0; i <
addrBits
; i++) {
in fm93c56a_cmd()
Completed in 20 milliseconds