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:rx_evm
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.c
839
s8
rx_evm
;
in query_phy_status_page1()
local
868
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
869
pkt_stat->
rx_evm
[RF_PATH_B] = GET_PHY_STAT_P1_RXEVM_B(phy_status);
in query_phy_status_page1()
883
rx_evm
= pkt_stat->
rx_evm
[path];
in query_phy_status_page1()
885
if (
rx_evm
< 0) {
in query_phy_status_page1()
886
if (
rx_evm
== S8_MIN)
in query_phy_status_page1()
889
evm_dbm = ((u8)-
rx_evm
>> 1);
in query_phy_status_page1()
H
A
D
rtw8723d.c
270
s8
rx_evm
;
in query_phy_status_page1()
local
289
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
298
rx_evm
= clamp_t(s8, -pkt_stat->
rx_evm
[RF_PATH_A] >> 1, 0, 64);
in query_phy_status_page1()
299
rx_evm
&= 0x3F; /* 64->0: second path of 1SS rate is 64 */
in query_phy_status_page1()
300
dm_info->rx_evm_dbm[RF_PATH_A] =
rx_evm
;
in query_phy_status_page1()
H
A
D
rtw8822c.c
1806
s8
rx_evm
;
in query_phy_status_page1()
local
1833
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
1834
pkt_stat->
rx_evm
[RF_PATH_B] = GET_PHY_STAT_P1_RXEVM_B(phy_status);
in query_phy_status_page1()
1848
rx_evm
= pkt_stat->
rx_evm
[path];
in query_phy_status_page1()
1850
if (
rx_evm
< 0) {
in query_phy_status_page1()
1851
if (
rx_evm
== S8_MIN)
in query_phy_status_page1()
1854
evm_dbm = ((u8)-
rx_evm
>> 1);
in query_phy_status_page1()
H
A
D
main.h
621
u8
rx_evm
[RTW_RF_PATH_MAX];
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.c
860
s8
rx_evm
;
in query_phy_status_page1()
local
889
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
890
pkt_stat->
rx_evm
[RF_PATH_B] = GET_PHY_STAT_P1_RXEVM_B(phy_status);
in query_phy_status_page1()
904
rx_evm
= pkt_stat->
rx_evm
[path];
in query_phy_status_page1()
906
if (
rx_evm
< 0) {
in query_phy_status_page1()
907
if (
rx_evm
== S8_MIN)
in query_phy_status_page1()
910
evm_dbm = ((u8)-
rx_evm
>> 1);
in query_phy_status_page1()
H
A
D
rtw8723d.c
289
s8
rx_evm
;
in query_phy_status_page1()
local
308
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
317
rx_evm
= clamp_t(s8, -pkt_stat->
rx_evm
[RF_PATH_A] >> 1, 0, 64);
in query_phy_status_page1()
318
rx_evm
&= 0x3F; /* 64->0: second path of 1SS rate is 64 */
in query_phy_status_page1()
319
dm_info->rx_evm_dbm[RF_PATH_A] =
rx_evm
;
in query_phy_status_page1()
H
A
D
rtw8822c.c
2603
s8
rx_evm
;
in query_phy_status_page1()
local
2634
pkt_stat->
rx_evm
[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status);
in query_phy_status_page1()
2635
pkt_stat->
rx_evm
[RF_PATH_B] = GET_PHY_STAT_P1_RXEVM_B(phy_status);
in query_phy_status_page1()
2656
rx_evm
= pkt_stat->
rx_evm
[path];
in query_phy_status_page1()
2658
if (
rx_evm
< 0) {
in query_phy_status_page1()
2659
if (
rx_evm
== S8_MIN)
in query_phy_status_page1()
2662
evm_dbm = ((u8)-
rx_evm
>> 1);
in query_phy_status_page1()
H
A
D
main.h
631
u8
rx_evm
[RTW_RF_PATH_MAX];
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1780
s32
rx_evm
[4];
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1767
s32
rx_evm
[4];
member
Completed in 50 milliseconds