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:T_R
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
ucc_fast.h
28
#define
T_R
0x80000000 /* ready bit */
macro
H
A
D
ucc_slow.h
22
#define
T_R
0x80000000 /* ready bit */
macro
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
ucc_fast.h
28
#define
T_R
0x80000000 /* ready bit */
macro
H
A
D
ucc_slow.h
22
#define
T_R
0x80000000 /* ready bit */
macro
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.h
368
#define
T_R
0x80000000 /* ready bit */
macro
H
A
D
fsl_qe_udc.c
1081
if (!(bdstatus & (
T_R
| BD_LENGTH_MASK))) {
in qe_ep_tx()
1092
bdstatus |=
T_R
| T_I | T_L | T_TC
in qe_ep_tx()
1095
bdstatus |=
T_R
| T_I | T_L | frame_get_length(frame);
in qe_ep_tx()
1362
while (!(bdstatus &
T_R
) && (bdstatus & ~T_W)) {
in qe_ep0_txconf()
1419
while (!(bdstatus &
T_R
) && (bdstatus & ~T_W)) {
in qe_ep_txconf()
2177
if (!(in_be32((u32 __iomem *)bd) &
T_R
)
in tx_irq()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.h
368
#define
T_R
0x80000000 /* ready bit */
macro
H
A
D
fsl_qe_udc.c
1087
if (!(bdstatus & (
T_R
| BD_LENGTH_MASK))) {
in qe_ep_tx()
1098
bdstatus |=
T_R
| T_I | T_L | T_TC
in qe_ep_tx()
1101
bdstatus |=
T_R
| T_I | T_L | frame_get_length(frame);
in qe_ep_tx()
1368
while (!(bdstatus &
T_R
) && (bdstatus & ~T_W)) {
in qe_ep0_txconf()
1425
while (!(bdstatus &
T_R
) && (bdstatus & ~T_W)) {
in qe_ep_txconf()
2184
if (!(in_be32((u32 __iomem *)bd) &
T_R
)
in tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
3112
bd_status = (bd_status & T_W) |
T_R
| T_I | T_L | skb->len;
in ucc_geth_start_xmit()
3243
while ((bd_status &
T_R
) == 0) {
in ucc_geth_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
2950
bd_status = (bd_status & T_W) |
T_R
| T_I | T_L | skb->len;
in ucc_geth_start_xmit()
3081
while ((bd_status &
T_R
) == 0) {
in ucc_geth_tx()
Completed in 20 milliseconds