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:timeout_reg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
hw.c
595
u32
timeout_reg
;
in ath10k_hw_qca988x_set_coverage_class()
local
620
timeout_reg
= ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS +
in ath10k_hw_qca988x_set_coverage_class()
634
timeout_reg
== ar->fw_coverage.reg_ack_cts_timeout_conf &&
in ath10k_hw_qca988x_set_coverage_class()
641
if (
timeout_reg
!= ar->fw_coverage.reg_ack_cts_timeout_conf)
in ath10k_hw_qca988x_set_coverage_class()
642
ar->fw_coverage.reg_ack_cts_timeout_orig =
timeout_reg
;
in ath10k_hw_qca988x_set_coverage_class()
647
timeout_reg
= ar->fw_coverage.reg_ack_cts_timeout_orig;
in ath10k_hw_qca988x_set_coverage_class()
678
ack_timeout = MS(
timeout_reg
, WAVE1_PCU_ACK_CTS_TIMEOUT_ACK);
in ath10k_hw_qca988x_set_coverage_class()
684
cts_timeout = MS(
timeout_reg
, WAVE1_PCU_ACK_CTS_TIMEOUT_CTS);
in ath10k_hw_qca988x_set_coverage_class()
689
timeout_reg
= ack_timeout | cts_timeout;
in ath10k_hw_qca988x_set_coverage_class()
696
timeout_reg
);
in ath10k_hw_qca988x_set_coverage_class()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
hw.c
596
u32
timeout_reg
;
in ath10k_hw_qca988x_set_coverage_class()
local
621
timeout_reg
= ath10k_hif_read32(ar, WLAN_MAC_BASE_ADDRESS +
in ath10k_hw_qca988x_set_coverage_class()
635
timeout_reg
== ar->fw_coverage.reg_ack_cts_timeout_conf &&
in ath10k_hw_qca988x_set_coverage_class()
642
if (
timeout_reg
!= ar->fw_coverage.reg_ack_cts_timeout_conf)
in ath10k_hw_qca988x_set_coverage_class()
643
ar->fw_coverage.reg_ack_cts_timeout_orig =
timeout_reg
;
in ath10k_hw_qca988x_set_coverage_class()
648
timeout_reg
= ar->fw_coverage.reg_ack_cts_timeout_orig;
in ath10k_hw_qca988x_set_coverage_class()
679
ack_timeout = MS(
timeout_reg
, WAVE1_PCU_ACK_CTS_TIMEOUT_ACK);
in ath10k_hw_qca988x_set_coverage_class()
685
cts_timeout = MS(
timeout_reg
, WAVE1_PCU_ACK_CTS_TIMEOUT_CTS);
in ath10k_hw_qca988x_set_coverage_class()
690
timeout_reg
= ack_timeout | cts_timeout;
in ath10k_hw_qca988x_set_coverage_class()
697
timeout_reg
);
in ath10k_hw_qca988x_set_coverage_class()
[all...]
Completed in 3 milliseconds