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:CI_HDRC_PAGE_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
ci.h
26
#define
CI_HDRC_PAGE_SIZE
4096ul /* page size for TD's */
macro
28
#define CI_MAX_BUF_SIZE (TD_PAGE_COUNT *
CI_HDRC_PAGE_SIZE
)
H
A
D
udc.c
393
u32 page = temp + i *
CI_HDRC_PAGE_SIZE
;
in add_td_to_list()
445
(unsigned int)(pages *
CI_HDRC_PAGE_SIZE
));
in prepare_td_for_non_sg()
488
/
CI_HDRC_PAGE_SIZE
;
in ci_add_buffer_entry()
497
(i - empty_td_slot_index) *
CI_HDRC_PAGE_SIZE
;
in ci_add_buffer_entry()
2075
64,
CI_HDRC_PAGE_SIZE
);
in udc_start()
2081
64,
CI_HDRC_PAGE_SIZE
);
in udc_start()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
ci.h
26
#define
CI_HDRC_PAGE_SIZE
4096ul /* page size for TD's */
macro
28
#define CI_MAX_BUF_SIZE (TD_PAGE_COUNT *
CI_HDRC_PAGE_SIZE
)
H
A
D
udc.c
396
u32 page = temp + i *
CI_HDRC_PAGE_SIZE
;
in add_td_to_list()
448
(unsigned int)(pages *
CI_HDRC_PAGE_SIZE
));
in prepare_td_for_non_sg()
491
/
CI_HDRC_PAGE_SIZE
;
in ci_add_buffer_entry()
500
(i - empty_td_slot_index) *
CI_HDRC_PAGE_SIZE
;
in ci_add_buffer_entry()
2113
64,
CI_HDRC_PAGE_SIZE
);
in udc_start()
2119
64,
CI_HDRC_PAGE_SIZE
);
in udc_start()
Completed in 8 milliseconds