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:ul_mask
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-inno-usb3.c
555
unsigned int
ul_mask
, uhd_mask;
in rockchip_u3phy_um_sm_work()
local
571
ul_mask
= GENMASK(u3phy->cfgs->grfcfg.um_ls.bitend, u3phy->cfgs->grfcfg.um_ls.bitstart);
in rockchip_u3phy_um_sm_work()
575
(((ul &
ul_mask
) >> u3phy->cfgs->grfcfg.um_ls.bitstart) << sh);
in rockchip_u3phy_um_sm_work()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb3.c
568
unsigned int
ul_mask
, uhd_mask;
in rockchip_u3phy_um_sm_work()
local
585
ul_mask
= GENMASK(u3phy->cfgs->grfcfg.um_ls.bitend,
in rockchip_u3phy_um_sm_work()
590
(((ul &
ul_mask
) >> u3phy->cfgs->grfcfg.um_ls.bitstart) << sh);
in rockchip_u3phy_um_sm_work()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
1412
unsigned int
ul_mask
, uhd_mask;
in rockchip_usb2phy_sm_work()
local
1428
ul_mask
= GENMASK(rport->port_cfg->utmi_ls.bitend, rport->port_cfg->utmi_ls.bitstart);
in rockchip_usb2phy_sm_work()
1441
(((ul &
ul_mask
) >> rport->port_cfg->utmi_ls.bitstart) << sh);
in rockchip_usb2phy_sm_work()
1443
state = ((ul &
ul_mask
) >> rport->port_cfg->utmi_ls.bitstart) << 1 | rport->host_disconnect;
in rockchip_usb2phy_sm_work()
Completed in 8 milliseconds