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:__res_u64
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
mcu.c
3235
#define
__res_u64
(s) le64_to_cpu(res[s].data)
in mt7996_mcu_get_chan_mib_info()
macro
3236
state->cc_tx +=
__res_u64
(1) - state_ts->cc_tx;
in mt7996_mcu_get_chan_mib_info()
3237
state->cc_bss_rx +=
__res_u64
(2) - state_ts->cc_bss_rx;
in mt7996_mcu_get_chan_mib_info()
3238
state->cc_rx +=
__res_u64
(2) +
__res_u64
(3) - state_ts->cc_rx;
in mt7996_mcu_get_chan_mib_info()
3239
state->cc_busy +=
__res_u64
(0) +
__res_u64
(1) +
__res_u64
(2) +
__res_u64
(3) -
in mt7996_mcu_get_chan_mib_info()
3243
state_ts->cc_tx =
__res_u64
(
in mt7996_mcu_get_chan_mib_info()
3247
#undef
__res_u64
mt7996_mcu_get_chan_mib_info()
macro
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
mcu.c
3062
#define
__res_u64
(s) le64_to_cpu(res[s].data)
in mt7915_mcu_get_chan_mib_info()
macro
3064
cc_tx = is_mt7915(&dev->mt76) ?
__res_u64
(1) -
__res_u64
(4) :
__res_u64
(1);
in mt7915_mcu_get_chan_mib_info()
3070
state->cc_bss_rx +=
__res_u64
(2) - state_ts->cc_bss_rx;
in mt7915_mcu_get_chan_mib_info()
3071
state->cc_rx +=
__res_u64
(2) +
__res_u64
(3) - state_ts->cc_rx;
in mt7915_mcu_get_chan_mib_info()
3072
state->cc_busy +=
__res_u64
(0) + cc_tx +
__res_u64
(2) +
__res_u64
(
in mt7915_mcu_get_chan_mib_info()
3080
#undef
__res_u64
mt7915_mcu_get_chan_mib_info()
macro
[all...]
Completed in 11 milliseconds