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:PORTSC_PLS_MASK
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
75
#define
PORTSC_PLS_MASK
GENMASK(8, 5)
macro
83
#define PORTSC_PLS(x) (((x) << PORTSC_PLS_SHIFT) &
PORTSC_PLS_MASK
)
736
pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_device_mode_off()
747
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_device_mode_off()
839
u32 pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_plc_reset_work()
868
pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_port_reset_war_work()
1972
if (((val &
PORTSC_PLS_MASK
) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) {
in tegra_xudc_resume_device_state()
1973
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_resume_device_state()
3025
u32 pls = (portsc &
PORTSC_PLS_MASK
) >> PORTSC_PLS_SHIFT;
in __tegra_xudc_handle_port_status()
3439
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_device_params_init()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
74
#define
PORTSC_PLS_MASK
GENMASK(8, 5)
macro
82
#define PORTSC_PLS(x) (((x) << PORTSC_PLS_SHIFT) &
PORTSC_PLS_MASK
)
737
pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_device_mode_off()
748
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_device_mode_off()
849
u32 pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_plc_reset_work()
878
pls = (xudc_readl(xudc, PORTSC) &
PORTSC_PLS_MASK
) >>
in tegra_xudc_port_reset_war_work()
1984
if (((val &
PORTSC_PLS_MASK
) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) {
in tegra_xudc_resume_device_state()
1985
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_resume_device_state()
3036
u32 pls = (portsc &
PORTSC_PLS_MASK
) >> PORTSC_PLS_SHIFT;
in __tegra_xudc_handle_port_status()
3450
val &= ~(PORTSC_CHANGE_MASK |
PORTSC_PLS_MASK
);
in tegra_xudc_device_params_init()
[all...]
Completed in 10 milliseconds