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:scal
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
reset.c
284
u32
scal
, spending, sclock;
in ath5k_hw_set_sleep_clock()
local
347
scal
= AR5K_PHY_SCAL_32MHZ_2417;
in ath5k_hw_set_sleep_clock()
349
scal
= AR5K_PHY_SCAL_32MHZ_HB63;
in ath5k_hw_set_sleep_clock()
351
scal
= AR5K_PHY_SCAL_32MHZ;
in ath5k_hw_set_sleep_clock()
352
ath5k_hw_reg_write(ah,
scal
, AR5K_PHY_SCAL);
in ath5k_hw_set_sleep_clock()
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common-v2.c
27
* @
scal
: the weight factor
29
* formula: output = ((input) / step - 1) *
scal
35
u8
scal
;
member
806
arg = (arg / tb->step - 1) * tb->
scal
;
in mtk_pinconf_drive_set()
841
*val = (((val2 << 1) + val1) / tb->
scal
+ 1) * tb->step;
in mtk_pinconf_drive_get()
857
arg = (arg / tb->step - 1) * tb->
scal
;
in mtk_pinconf_drive_set_rev1()
881
*val = ((val1 & 0x7) / tb->
scal
+ 1) * tb->step;
in mtk_pinconf_drive_get_rev1()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
reset.c
284
u32
scal
, spending, sclock;
in ath5k_hw_set_sleep_clock()
local
347
scal
= AR5K_PHY_SCAL_32MHZ_2417;
in ath5k_hw_set_sleep_clock()
349
scal
= AR5K_PHY_SCAL_32MHZ_HB63;
in ath5k_hw_set_sleep_clock()
351
scal
= AR5K_PHY_SCAL_32MHZ;
in ath5k_hw_set_sleep_clock()
352
ath5k_hw_reg_write(ah,
scal
, AR5K_PHY_SCAL);
in ath5k_hw_set_sleep_clock()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H
A
D
pinctrl-mtk-common-v2.c
27
* @
scal
: the weight factor
29
* formula: output = ((input) / step - 1) *
scal
35
u8
scal
;
member
981
arg = (arg / tb->step - 1) * tb->
scal
;
in mtk_pinconf_drive_set()
1016
*val = (((val2 << 1) + val1) / tb->
scal
+ 1) * tb->step;
in mtk_pinconf_drive_get()
1032
arg = (arg / tb->step - 1) * tb->
scal
;
in mtk_pinconf_drive_set_rev1()
1056
*val = ((val1 & 0x7) / tb->
scal
+ 1) * tb->step;
in mtk_pinconf_drive_get_rev1()
Completed in 7 milliseconds