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:ISP1763_DC_MODE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-core.c
429
[DC_VBUSSTAT] = REG_FIELD(
ISP1763_DC_MODE
, 8, 8),
430
[DC_SFRESET] = REG_FIELD(
ISP1763_DC_MODE
, 4, 4),
431
[DC_GLINTENA] = REG_FIELD(
ISP1763_DC_MODE
, 3, 3),
H
A
D
isp1760-regs.h
273
#define
ISP1763_DC_MODE
0x0c
macro
H
A
D
isp1760-udc.c
1312
u32 mode_reg = udc->is_isp1763 ?
ISP1763_DC_MODE
: ISP176x_DC_MODE;
in isp1760_udc_stop()
1499
u32 mode_reg = udc->is_isp1763 ?
ISP1763_DC_MODE
: ISP176x_DC_MODE;
in isp1760_udc_init()
Completed in 4 milliseconds