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:utmi_hstdet
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
125
* @
utmi_hstdet
: utmi host disconnect register.
138
struct usb2phy_reg
utmi_hstdet
;
member
796
unsigned int sh = rport->port_cfg->
utmi_hstdet
.bitend -
in rockchip_usb2phy_sm_work()
797
rport->port_cfg->
utmi_hstdet
.bitstart + 1;
in rockchip_usb2phy_sm_work()
808
ret = regmap_read(rphy->grf, rport->port_cfg->
utmi_hstdet
.offset, &uhd);
in rockchip_usb2phy_sm_work()
812
uhd_mask = GENMASK(rport->port_cfg->
utmi_hstdet
.bitend,
in rockchip_usb2phy_sm_work()
813
rport->port_cfg->
utmi_hstdet
.bitstart);
in rockchip_usb2phy_sm_work()
817
/* stitch on utmi_ls and
utmi_hstdet
as phy state */
in rockchip_usb2phy_sm_work()
818
state = ((uhd & uhd_mask) >> rport->port_cfg->
utmi_hstdet
.bitstart) |
in rockchip_usb2phy_sm_work()
828
* from utmi_ls and
utmi_hstdet
registe
in rockchip_usb2phy_sm_work()
[all...]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
138
* @
utmi_hstdet
: utmi host disconnect register.
161
struct usb2phy_reg
utmi_hstdet
;
member
908
if (rport->port_cfg->
utmi_hstdet
.offset) {
in rockchip_usb2phy_sm_work()
909
ret = regmap_read(rphy->grf, rport->port_cfg->
utmi_hstdet
.offset, &uhd);
in rockchip_usb2phy_sm_work()
913
uhd_mask = GENMASK(rport->port_cfg->
utmi_hstdet
.bitend,
in rockchip_usb2phy_sm_work()
914
rport->port_cfg->
utmi_hstdet
.bitstart);
in rockchip_usb2phy_sm_work()
916
sh = rport->port_cfg->
utmi_hstdet
.bitend -
in rockchip_usb2phy_sm_work()
917
rport->port_cfg->
utmi_hstdet
.bitstart + 1;
in rockchip_usb2phy_sm_work()
918
/* stitch on utmi_ls and
utmi_hstdet
as phy state */
in rockchip_usb2phy_sm_work()
919
state = ((uhd & uhd_mask) >> rport->port_cfg->
utmi_hstdet
in rockchip_usb2phy_sm_work()
[all...]
Completed in 4 milliseconds