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:s6_to_s8
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
eeprom.c
164
t->cck[0] = t->cck[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
165
t->cck[2] = t->cck[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
170
t->ofdm[0] = t->ofdm[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
171
t->ofdm[2] = t->ofdm[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
176
t->ofdm[4] = t->ofdm[5] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
177
t->ofdm[6] = t->ofdm[7] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
182
t->ht[0] = t->ht[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
183
t->ht[2] = t->ht[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
188
t->ht[4] = t->ht[5] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
189
t->ht[6] = t->ht[7] =
s6_to_s8
(va
in mt76x0_get_tx_power_per_rate()
[all...]
H
A
D
eeprom.h
26
static inline s8
s6_to_s8
(u32 val)
in s6_to_s8()
function
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
eeprom.c
164
t->cck[0] = t->cck[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
165
t->cck[2] = t->cck[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
170
t->ofdm[0] = t->ofdm[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
171
t->ofdm[2] = t->ofdm[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
176
t->ofdm[4] = t->ofdm[5] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
177
t->ofdm[6] = t->ofdm[7] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
182
t->ht[0] = t->ht[1] = t->vht[0] = t->vht[1] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
183
t->ht[2] = t->ht[3] = t->vht[2] = t->vht[3] =
s6_to_s8
(val >> 8);
in mt76x0_get_tx_power_per_rate()
188
t->ht[4] = t->ht[5] = t->vht[4] = t->vht[5] =
s6_to_s8
(val);
in mt76x0_get_tx_power_per_rate()
189
t->ht[6] = t->ht[7] = t->vht[6] = t->vht[7] =
s6_to_s8
(va
in mt76x0_get_tx_power_per_rate()
[all...]
H
A
D
eeprom.h
26
static inline s8
s6_to_s8
(u32 val)
in s6_to_s8()
function
Completed in 3 milliseconds