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:tdl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
171
* cdns3_get_tdl - gets current
tdl
for selected endpoint.
728
u16
tdl
= EP_CMD_TDL_GET(readl(&priv_dev->regs->ep_cmd));
in cdns3_wa2_reset_tdl()
local
730
if (
tdl
) {
in cdns3_wa2_reset_tdl()
731
u16 reset_val = EP_CMD_TDL_MAX + 1 -
tdl
;
in cdns3_wa2_reset_tdl()
775
/* reset
tdl
value to zero */
in cdns3_wa2_check_outq_status()
778
* Memory barrier - Reset
tdl
before ringing the
in cdns3_wa2_check_outq_status()
996
u32
tdl
;
in cdns3_ep_run_stream_transfer()
local
1029
tdl
= DIV_ROUND_UP(length, priv_ep->endpoint.maxpacket);
in cdns3_ep_run_stream_transfer()
1040
trb->length |= cpu_to_le32(TRB_TDL_SS_SIZE(
tdl
));
in cdns3_ep_run_stream_transfer()
1066
* Controller version DEV_VER_V2
tdl
calculatio
in cdns3_ep_run_stream_transfer()
1325
u16
tdl
= total_
tdl
;
cdns3_ep_run_transfer()
local
1668
u16
tdl
= priv_ep->pending_
tdl
;
cdns3_reprogram_tdl()
local
1693
u32
tdl
= 0;
cdns3_check_ep_interrupt_proceed()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
173
* cdns3_get_tdl - gets current
tdl
for selected endpoint.
712
u16
tdl
= EP_CMD_TDL_GET(readl(&priv_dev->regs->ep_cmd));
in cdns3_wa2_reset_tdl()
local
714
if (
tdl
) {
in cdns3_wa2_reset_tdl()
715
u16 reset_val = EP_CMD_TDL_MAX + 1 -
tdl
;
in cdns3_wa2_reset_tdl()
759
/* reset
tdl
value to zero */
in cdns3_wa2_check_outq_status()
762
* Memory barrier - Reset
tdl
before ringing the
in cdns3_wa2_check_outq_status()
1001
u32
tdl
;
in cdns3_ep_run_stream_transfer()
local
1034
tdl
= DIV_ROUND_UP(length, priv_ep->endpoint.maxpacket);
in cdns3_ep_run_stream_transfer()
1045
trb->length |= cpu_to_le32(TRB_TDL_SS_SIZE(
tdl
));
in cdns3_ep_run_stream_transfer()
1071
* Controller version DEV_VER_V2
tdl
calculatio
in cdns3_ep_run_stream_transfer()
1330
u16
tdl
= total_
tdl
;
cdns3_ep_run_transfer()
local
1673
u16
tdl
= priv_ep->pending_
tdl
;
cdns3_reprogram_tdl()
local
1698
u32
tdl
= 0;
cdns3_check_ep_interrupt_proceed()
local
[all...]
Completed in 5 milliseconds