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:ep_csr
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
s3c2410_udc.c
300
u32
ep_csr
;
in s3c2410_udc_write_fifo()
local
353
ep_csr
= udc_read(S3C2410_UDC_IN_CSR1_REG);
in s3c2410_udc_write_fifo()
355
udc_write(
ep_csr
| S3C2410_UDC_ICSR1_PKTRDY,
in s3c2410_udc_write_fifo()
369
ep_csr
= udc_read(S3C2410_UDC_IN_CSR1_REG);
in s3c2410_udc_write_fifo()
371
udc_write(
ep_csr
| S3C2410_UDC_ICSR1_PKTRDY,
in s3c2410_udc_write_fifo()
398
u32
ep_csr
;
in s3c2410_udc_read_fifo()
local
477
ep_csr
= udc_read(S3C2410_UDC_OUT_CSR1_REG);
in s3c2410_udc_read_fifo()
479
udc_write(
ep_csr
& ~S3C2410_UDC_OCSR1_PKTRDY,
in s3c2410_udc_read_fifo()
489
ep_csr
= udc_read(S3C2410_UDC_OUT_CSR1_REG);
in s3c2410_udc_read_fifo()
491
udc_write(
ep_csr
in s3c2410_udc_read_fifo()
1162
u32
ep_csr
= 0;
s3c2410_udc_queue()
local
1307
u32
ep_csr
= 0;
s3c2410_udc_set_halt()
local
[all...]
Completed in 2 milliseconds