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:SDIO_LOCAL_OFFSET
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
sdio.h
10
#define
SDIO_LOCAL_OFFSET
0x10250000
macro
24
#define REG_SDIO_TX_CTRL (
SDIO_LOCAL_OFFSET
+ 0x0000)
27
#define REG_SDIO_TIMEOUT (
SDIO_LOCAL_OFFSET
+ 0x0002)
30
#define REG_SDIO_HIMR (
SDIO_LOCAL_OFFSET
+ 0x0014)
56
#define REG_SDIO_HISR (
SDIO_LOCAL_OFFSET
+ 0x0018)
82
#define REG_SDIO_HCPWM (
SDIO_LOCAL_OFFSET
+ 0x0019)
84
#define REG_SDIO_RX0_REQ_LEN (
SDIO_LOCAL_OFFSET
+ 0x001C)
86
#define REG_SDIO_OQT_FREE_PG (
SDIO_LOCAL_OFFSET
+ 0x001E)
88
#define REG_SDIO_FREE_TXPG (
SDIO_LOCAL_OFFSET
+ 0x0020)
90
#define REG_SDIO_HCPWM1 (
SDIO_LOCAL_OFFSET
[all...]
H
A
D
mac.c
157
offset = cmd->offset |
SDIO_LOCAL_OFFSET
;
in rtw_pwr_cmd_polling()
203
offset |=
SDIO_LOCAL_OFFSET
;
in rtw_sub_pwr_seq_parser()
H
A
D
sdio.c
42
case
SDIO_LOCAL_OFFSET
:
in rtw_sdio_to_bus_offset()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
mac.h
10
#define
SDIO_LOCAL_OFFSET
0x10250000
macro
H
A
D
mac.c
133
offset = cmd->offset |
SDIO_LOCAL_OFFSET
;
in rtw_pwr_cmd_polling()
179
offset |=
SDIO_LOCAL_OFFSET
;
in rtw_sub_pwr_seq_parser()
Completed in 6 milliseconds