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:ppt_idx
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp.c
1301
static u32 ath12k_dp_cc_cookie_gen(u16
ppt_idx
, u16 spt_idx)
in ath12k_dp_cc_cookie_gen()
argument
1303
return (u32)
ppt_idx
<< ATH12K_CC_PPT_SHIFT | spt_idx;
in ath12k_dp_cc_cookie_gen()
1307
u16
ppt_idx
, u16 spt_idx)
in ath12k_dp_cc_get_desc_addr_ptr()
1311
return dp->spt_info[
ppt_idx
].vaddr + spt_idx;
in ath12k_dp_cc_get_desc_addr_ptr()
1318
u16
ppt_idx
, spt_idx;
in ath12k_dp_get_rx_desc()
local
1320
ppt_idx
= u32_get_bits(cookie, ATH12K_DP_CC_COOKIE_PPT);
in ath12k_dp_get_rx_desc()
1323
if (
ppt_idx
> ATH12K_NUM_RX_SPT_PAGES ||
in ath12k_dp_get_rx_desc()
1327
desc_addr_ptr = ath12k_dp_cc_get_desc_addr_ptr(ab,
ppt_idx
, spt_idx);
in ath12k_dp_get_rx_desc()
1336
u16
ppt_idx
, spt_idx;
in ath12k_dp_get_tx_desc()
local
1338
ppt_idx
in ath12k_dp_get_tx_desc()
1306
ath12k_dp_cc_get_desc_addr_ptr(struct ath12k_base *ab, u16
ppt_idx
, u16 spt_idx)
ath12k_dp_cc_get_desc_addr_ptr()
argument
1357
u32
ppt_idx
;
ath12k_dp_cc_desc_init()
local
[all...]
Completed in 2 milliseconds