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:tssi_offset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
phy.c
701
int
tssi_offset
, tssi_db, ret;
in mt76x0_phy_get_delta_power()
local
720
tssi_offset
= val >> 8;
in mt76x0_phy_get_delta_power()
721
if ((
tssi_offset
>= 64 &&
tssi_offset
<= 127) ||
in mt76x0_phy_get_delta_power()
722
(
tssi_offset
& BIT(7)))
in mt76x0_phy_get_delta_power()
723
tssi_offset
-= BIT(8);
in mt76x0_phy_get_delta_power()
727
tssi_offset
= val >> 8;
in mt76x0_phy_get_delta_power()
728
if (
tssi_offset
& BIT(7))
in mt76x0_phy_get_delta_power()
729
tssi_offset
-= BIT(8);
in mt76x0_phy_get_delta_power()
776
tssi_db += ((
tssi_offset
in mt76x0_phy_get_delta_power()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
phy.c
703
int
tssi_offset
, tssi_db, ret;
in mt76x0_phy_get_delta_power()
local
722
tssi_offset
= val >> 8;
in mt76x0_phy_get_delta_power()
723
if ((
tssi_offset
>= 64 &&
tssi_offset
<= 127) ||
in mt76x0_phy_get_delta_power()
724
(
tssi_offset
& BIT(7)))
in mt76x0_phy_get_delta_power()
725
tssi_offset
-= BIT(8);
in mt76x0_phy_get_delta_power()
729
tssi_offset
= val >> 8;
in mt76x0_phy_get_delta_power()
730
if (
tssi_offset
& BIT(7))
in mt76x0_phy_get_delta_power()
731
tssi_offset
-= BIT(8);
in mt76x0_phy_get_delta_power()
778
tssi_db += ((
tssi_offset
in mt76x0_phy_get_delta_power()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
H
A
D
eeprom.h
29
s8
tssi_offset
;
member
H
A
D
phy.c
229
t.offset0 = txp.chain[0].
tssi_offset
;
in mt76x2_phy_tssi_compensate()
231
t.offset1 = txp.chain[1].
tssi_offset
;
in mt76x2_phy_tssi_compensate()
H
A
D
eeprom.c
376
t->chain[chain].
tssi_offset
= data[1];
in mt76x2_get_power_info_2g()
428
t->chain[chain].
tssi_offset
= data[1];
in mt76x2_get_power_info_5g()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/
H
A
D
eeprom.h
29
s8
tssi_offset
;
member
H
A
D
eeprom.c
364
t->chain[chain].
tssi_offset
= data[1];
in mt76x2_get_power_info_2g()
416
t->chain[chain].
tssi_offset
= data[1];
in mt76x2_get_power_info_5g()
H
A
D
phy.c
229
t.offset0 = txp.chain[0].
tssi_offset
;
in mt76x2_phy_tssi_compensate()
231
t.offset1 = txp.chain[1].
tssi_offset
;
in mt76x2_phy_tssi_compensate()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H
A
D
phy.c
877
char
tssi_offset
;
in mt7601u_tssi_cal()
local
902
tssi_offset
= dev->ee->tssi_data.offset[0];
in mt7601u_tssi_cal()
904
tssi_offset
= dev->ee->tssi_data.offset[1];
in mt7601u_tssi_cal()
906
tssi_offset
= dev->ee->tssi_data.offset[2];
in mt7601u_tssi_cal()
911
curr_pwr = tssi_db * dev->ee->tssi_data.slope + (
tssi_offset
<< 9);
in mt7601u_tssi_cal()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H
A
D
phy.c
880
char
tssi_offset
;
in mt7601u_tssi_cal()
local
905
tssi_offset
= dev->ee->tssi_data.offset[0];
in mt7601u_tssi_cal()
907
tssi_offset
= dev->ee->tssi_data.offset[1];
in mt7601u_tssi_cal()
909
tssi_offset
= dev->ee->tssi_data.offset[2];
in mt7601u_tssi_cal()
914
curr_pwr = tssi_db * dev->ee->tssi_data.slope + (
tssi_offset
<< 9);
in mt7601u_tssi_cal()
Completed in 9 milliseconds