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:pddac
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
eeprom.c
1258
pcinfo->
pddac
[pdg][point - 1];
in ath5k_eeprom_convert_pcal_info_2413()
1344
* 2 pd points (pwr,
pddac
)
in ath5k_eeprom_read_pcal_info_2413()
1352
pcinfo->
pddac
[0][0] = val & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1354
pcinfo->
pddac
[0][1] = (val >> 10) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1358
pcinfo->
pddac
[0][2] = (val >> 4) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1361
pcinfo->
pddac
[0][3] = 0;
in ath5k_eeprom_read_pcal_info_2413()
1376
pcinfo->
pddac
[1][0] = (val >> 10) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1380
pcinfo->
pddac
[1][1] = (val >> 4) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1383
pcinfo->
pddac
[1][2] = (val >> 14) & 0x3;
in ath5k_eeprom_read_pcal_info_2413()
1385
pcinfo->
pddac
[
in ath5k_eeprom_read_pcal_info_2413()
[all...]
H
A
D
eeprom.h
299
/* Starting pwr/
pddac
values */
302
/* (pwr,
pddac
) points
306
u8
pddac
[AR5K_EEPROM_N_PD_GAINS]
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
eeprom.c
1258
pcinfo->
pddac
[pdg][point - 1];
in ath5k_eeprom_convert_pcal_info_2413()
1344
* 2 pd points (pwr,
pddac
)
in ath5k_eeprom_read_pcal_info_2413()
1352
pcinfo->
pddac
[0][0] = val & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1354
pcinfo->
pddac
[0][1] = (val >> 10) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1358
pcinfo->
pddac
[0][2] = (val >> 4) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1361
pcinfo->
pddac
[0][3] = 0;
in ath5k_eeprom_read_pcal_info_2413()
1376
pcinfo->
pddac
[1][0] = (val >> 10) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1380
pcinfo->
pddac
[1][1] = (val >> 4) & 0x3f;
in ath5k_eeprom_read_pcal_info_2413()
1383
pcinfo->
pddac
[1][2] = (val >> 14) & 0x3;
in ath5k_eeprom_read_pcal_info_2413()
1385
pcinfo->
pddac
[
in ath5k_eeprom_read_pcal_info_2413()
[all...]
H
A
D
eeprom.h
299
/* Starting pwr/
pddac
values */
302
/* (pwr,
pddac
) points
306
u8
pddac
[AR5K_EEPROM_N_PD_GAINS]
member
Completed in 6 milliseconds