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:base_paddr_lo
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
dbring.c
124
param.
base_paddr_lo
= lower_32_bits(ring->refill_srng.paddr);
in ath11k_dbring_wmi_cfg_setup()
H
A
D
wmi.h
4863
u32
base_paddr_lo
;
member
H
A
D
wmi.c
3427
cmd->
base_paddr_lo
= param->
base_paddr_lo
;
in ath11k_wmi_pdev_dma_ring_cfg()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
dbring.c
163
param.
base_paddr_lo
= lower_32_bits(ring->refill_srng.paddr);
in ath11k_dbring_wmi_cfg_setup()
H
A
D
wmi.h
5565
u32
base_paddr_lo
;
member
H
A
D
wmi.c
4414
cmd->
base_paddr_lo
= param->
base_paddr_lo
;
in ath11k_wmi_pdev_dma_ring_cfg()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dbring.c
128
arg.
base_paddr_lo
= lower_32_bits(ring->refill_srng.paddr);
in ath12k_dbring_wmi_cfg_setup()
H
A
D
wmi.h
4671
u32
base_paddr_lo
;
member
4687
__le32
base_paddr_lo
;
member
H
A
D
wmi.c
3600
cmd->
base_paddr_lo
= cpu_to_le32(arg->
base_paddr_lo
);
in ath12k_wmi_pdev_dma_ring_cfg()
Completed in 74 milliseconds