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:MAX_SLOTS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sim710.c
33
#define
MAX_SLOTS
8
macro
34
static __u8 __initdata id_array[
MAX_SLOTS
] = { [0 ...
MAX_SLOTS
-1] = 7 };
64
} else if(slot >=
MAX_SLOTS
) {
in param_setup()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sim710.c
33
#define
MAX_SLOTS
8
macro
34
static __u8 __initdata id_array[
MAX_SLOTS
] = { [0 ...
MAX_SLOTS
-1] = 7 };
64
} else if(slot >=
MAX_SLOTS
) {
in param_setup()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pci.h
127
#define
MAX_SLOTS
8
macro
184
struct sdhci_pci_slot *slots[
MAX_SLOTS
]; /* Pointers to host slots */
H
A
D
sdhci-pci-core.c
2316
BUG_ON(slots >
MAX_SLOTS
);
in sdhci_pci_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pci.h
132
#define
MAX_SLOTS
8
macro
184
struct sdhci_pci_slot *slots[
MAX_SLOTS
]; /* Pointers to host slots */
H
A
D
sdhci-pci-core.c
2209
BUG_ON(slots >
MAX_SLOTS
);
in sdhci_pci_probe()
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
i7300_edac.c
61
#define
MAX_SLOTS
8
macro
105
u16 mtr[
MAX_SLOTS
][MAX_BRANCHES]; /* Memory Technlogy Reg */
109
struct i7300_dimm_info dimm_info[
MAX_SLOTS
][MAX_CHANNELS];
163
static const u16 mtr_regs[
MAX_SLOTS
] = {
712
for (slot = 0; slot <
MAX_SLOTS
; slot++) {
in print_dimm_size()
788
for (slot = 0; slot <
MAX_SLOTS
; slot++) {
in i7300_init_csrows()
1049
layers[2].size =
MAX_SLOTS
;
in i7300_init_one()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
i7300_edac.c
61
#define
MAX_SLOTS
8
macro
105
u16 mtr[
MAX_SLOTS
][MAX_BRANCHES]; /* Memory Technlogy Reg */
109
struct i7300_dimm_info dimm_info[
MAX_SLOTS
][MAX_CHANNELS];
163
static const u16 mtr_regs[
MAX_SLOTS
] = {
712
for (slot = 0; slot <
MAX_SLOTS
; slot++) {
in print_dimm_size()
788
for (slot = 0; slot <
MAX_SLOTS
; slot++) {
in i7300_init_csrows()
1049
layers[2].size =
MAX_SLOTS
;
in i7300_init_one()
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H
A
D
dc21285.c
23
#define
MAX_SLOTS
21
macro
49
if (devfn < PCI_DEVFN(
MAX_SLOTS
, 0))
in dc21285_base_address()
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/
H
A
D
dc21285.c
24
#define
MAX_SLOTS
21
macro
50
if (devfn < PCI_DEVFN(
MAX_SLOTS
, 0))
in dc21285_base_address()
Completed in 13 milliseconds