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:SCD_BASE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-scd.h
109
return
SCD_BASE
+ 0x18 + chnl * 4;
in SCD_QUEUE_WRPTR()
111
return
SCD_BASE
+ 0x284 + (chnl - 20) * 4;
in SCD_QUEUE_WRPTR()
117
return
SCD_BASE
+ 0x68 + chnl * 4;
in SCD_QUEUE_RDPTR()
119
return
SCD_BASE
+ 0x2B4 + chnl * 4;
in SCD_QUEUE_RDPTR()
125
return
SCD_BASE
+ 0x10c + chnl * 4;
in SCD_QUEUE_STATUS_BITS()
127
return
SCD_BASE
+ 0x334 + chnl * 4;
in SCD_QUEUE_STATUS_BITS()
H
A
D
iwl-prph.h
277
#define
SCD_BASE
(PRPH_BASE + 0xa02c00)
macro
279
#define SCD_SRAM_BASE_ADDR (
SCD_BASE
+ 0x0)
280
#define SCD_DRAM_BASE_ADDR (
SCD_BASE
+ 0x8)
281
#define SCD_AIT (
SCD_BASE
+ 0x0c)
282
#define SCD_TXFACT (
SCD_BASE
+ 0x10)
283
#define SCD_ACTIVE (
SCD_BASE
+ 0x14)
284
#define SCD_QUEUECHAIN_SEL (
SCD_BASE
+ 0xe8)
285
#define SCD_CHAINEXT_EN (
SCD_BASE
+ 0x244)
286
#define SCD_AGGR_SEL (
SCD_BASE
+ 0x248)
287
#define SCD_INTERRUPT_MASK (
SCD_BASE
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-scd.h
55
return
SCD_BASE
+ 0x18 + chnl * 4;
in SCD_QUEUE_WRPTR()
57
return
SCD_BASE
+ 0x284 + (chnl - 20) * 4;
in SCD_QUEUE_WRPTR()
63
return
SCD_BASE
+ 0x68 + chnl * 4;
in SCD_QUEUE_RDPTR()
65
return
SCD_BASE
+ 0x2B4 + chnl * 4;
in SCD_QUEUE_RDPTR()
71
return
SCD_BASE
+ 0x10c + chnl * 4;
in SCD_QUEUE_STATUS_BITS()
73
return
SCD_BASE
+ 0x334 + chnl * 4;
in SCD_QUEUE_STATUS_BITS()
H
A
D
iwl-prph.h
223
#define
SCD_BASE
(PRPH_BASE + 0xa02c00)
macro
225
#define SCD_SRAM_BASE_ADDR (
SCD_BASE
+ 0x0)
226
#define SCD_DRAM_BASE_ADDR (
SCD_BASE
+ 0x8)
227
#define SCD_AIT (
SCD_BASE
+ 0x0c)
228
#define SCD_TXFACT (
SCD_BASE
+ 0x10)
229
#define SCD_ACTIVE (
SCD_BASE
+ 0x14)
230
#define SCD_QUEUECHAIN_SEL (
SCD_BASE
+ 0xe8)
231
#define SCD_CHAINEXT_EN (
SCD_BASE
+ 0x244)
232
#define SCD_AGGR_SEL (
SCD_BASE
+ 0x248)
233
#define SCD_INTERRUPT_MASK (
SCD_BASE
[all...]
Completed in 4 milliseconds