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:maxch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
i5400_edac.c
352
int
maxch
; /* Max channels */
member
802
if (pvt->
maxch
< CHANNELS_PER_BRANCH)
in i5400_get_devices()
996
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1021
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1067
(long unsigned int)pvt->ambase, pvt->
maxch
, pvt->maxdimmperch);
in i5400_get_mc_regs()
1105
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5400_get_mc_regs()
1131
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5400_get_mc_regs()
1293
pvt->
maxch
= MAX_CHANNELS;
in i5400_probe1()
H
A
D
i5000_edac.c
353
int
maxch
; /* Max channels */
member
870
if (pvt->
maxch
>= CHANNELS_PER_BRANCH) {
in i5000_get_devices()
910
if (pvt->
maxch
>= CHANNELS_PER_BRANCH)
in i5000_put_devices()
1072
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1103
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1147
(long unsigned int)pvt->ambase, pvt->
maxch
, pvt->maxdimmperch);
in i5000_get_mc_regs()
1190
if (pvt->
maxch
>= CHANNELS_PER_BRANCH) {
in i5000_get_mc_regs()
1214
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5000_get_mc_regs()
1271
for (channel = 0; channel < pvt->
maxch
; channel++) {
in i5000_init_csrows()
1410
pvt->
maxch
in i5000_probe1()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
i5400_edac.c
353
int
maxch
; /* Max channels */
member
803
if (pvt->
maxch
< CHANNELS_PER_BRANCH)
in i5400_get_devices()
997
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1022
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1068
(long unsigned int)pvt->ambase, pvt->
maxch
, pvt->maxdimmperch);
in i5400_get_mc_regs()
1106
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5400_get_mc_regs()
1132
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5400_get_mc_regs()
1294
pvt->
maxch
= MAX_CHANNELS;
in i5400_probe1()
H
A
D
i5000_edac.c
353
int
maxch
; /* Max channels */
member
870
if (pvt->
maxch
>= CHANNELS_PER_BRANCH) {
in i5000_get_devices()
910
if (pvt->
maxch
>= CHANNELS_PER_BRANCH)
in i5000_put_devices()
1072
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1103
for (channel = 0; channel < pvt->
maxch
; channel++) {
in calculate_dimm_size()
1147
(long unsigned int)pvt->ambase, pvt->
maxch
, pvt->maxdimmperch);
in i5000_get_mc_regs()
1190
if (pvt->
maxch
>= CHANNELS_PER_BRANCH) {
in i5000_get_mc_regs()
1214
if (pvt->
maxch
< CHANNELS_PER_BRANCH) {
in i5000_get_mc_regs()
1271
for (channel = 0; channel < pvt->
maxch
; channel++) {
in i5000_init_csrows()
1410
pvt->
maxch
in i5000_probe1()
[all...]
Completed in 10 milliseconds