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:newval
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_util.c
156
hi_u8
newval
;
in wlan_rssi_lpf()
local
171
newval
= (hi_u8)oal_abs(new);
in wlan_rssi_lpf()
174
us_sum = (((oldval) << 3) + (
newval
) - (oldval));
in wlan_rssi_lpf()
175
newval
= (us_sum >> 3) & 0xFF;
in wlan_rssi_lpf()
178
return -(
newval
& WLAN_RSSI_DUMMY_MARKER);
in wlan_rssi_lpf()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-mipi-rx.c
761
u8 oldval,
newval
;
in rk1126_mipidphy_dphy_sel()
local
765
newval
= oldval;
in rk1126_mipidphy_dphy_sel()
768
newval
&= ~RV1126_GRF_PHY1_SEL_CIFLITE;
in rk1126_mipidphy_dphy_sel()
770
newval
|= RV1126_GRF_PHY1_SEL_CIFLITE;
in rk1126_mipidphy_dphy_sel()
774
newval
&= ~RV1126_GRF_PHY1_SEL_CIF;
in rk1126_mipidphy_dphy_sel()
776
newval
|= RV1126_GRF_PHY1_SEL_CIF;
in rk1126_mipidphy_dphy_sel()
780
newval
&= ~RV1126_GRF_PHY1_SEL_ISP;
in rk1126_mipidphy_dphy_sel()
782
newval
|= RV1126_GRF_PHY1_SEL_ISP;
in rk1126_mipidphy_dphy_sel()
786
if (
newval
!= oldval) {
in rk1126_mipidphy_dphy_sel()
787
write_grf_reg(priv, GRF_DPHY_SEL,
newval
);
in rk1126_mipidphy_dphy_sel()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-mipi-rx.c
782
u8 oldval,
newval
;
in rk1126_mipidphy_dphy_sel()
local
786
newval
= oldval;
in rk1126_mipidphy_dphy_sel()
789
newval
&= ~RV1126_GRF_PHY1_SEL_CIFLITE;
in rk1126_mipidphy_dphy_sel()
791
newval
|= RV1126_GRF_PHY1_SEL_CIFLITE;
in rk1126_mipidphy_dphy_sel()
794
newval
&= ~RV1126_GRF_PHY1_SEL_CIF;
in rk1126_mipidphy_dphy_sel()
796
newval
|= RV1126_GRF_PHY1_SEL_CIF;
in rk1126_mipidphy_dphy_sel()
799
newval
&= ~RV1126_GRF_PHY1_SEL_ISP;
in rk1126_mipidphy_dphy_sel()
801
newval
|= RV1126_GRF_PHY1_SEL_ISP;
in rk1126_mipidphy_dphy_sel()
804
if (
newval
!= oldval)
in rk1126_mipidphy_dphy_sel()
805
write_grf_reg(priv, GRF_DPHY_SEL,
newval
);
in rk1126_mipidphy_dphy_sel()
[all...]
Completed in 6 milliseconds