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:R_E
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.c
295
out_be32((u32 __iomem *)bd,
R_E
| R_I);
in qe_epbds_reset()
298
out_be32((u32 __iomem *)bd,
R_E
| R_I | R_W);
in qe_epbds_reset()
457
out_be32((u32 __iomem *)bd, (
R_E
| R_I));
in qe_ep_rxbd_update()
462
out_be32((u32 __iomem *)bd, (
R_E
| R_I | R_W));
in qe_ep_rxbd_update()
708
bdstatus = R_I |
R_E
| (bdstatus & R_W);
in recycle_one_rxbd()
727
while (!(bdstatus &
R_E
) && !(bdstatus & BD_LENGTH_MASK) && !stop) {
in recycle_rxbds()
728
bdstatus =
R_E
| R_I | (bdstatus & R_W);
in recycle_rxbds()
752
if (!(bdstatus &
R_E
) && !(bdstatus & BD_LENGTH_MASK)) {
in ep_recycle_rxbds()
827
while (!(bdstatus &
R_E
) && length) {
in qe_ep0_rx()
952
while (!(bdstatus &
R_E
)
in ep_rx_tasklet()
[all...]
H
A
D
fsl_qe_udc.h
393
#define
R_E
0x80000000 /* buffer empty */
macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.c
295
out_be32((u32 __iomem *)bd,
R_E
| R_I);
in qe_epbds_reset()
298
out_be32((u32 __iomem *)bd,
R_E
| R_I | R_W);
in qe_epbds_reset()
457
out_be32((u32 __iomem *)bd, (
R_E
| R_I));
in qe_ep_rxbd_update()
462
out_be32((u32 __iomem *)bd, (
R_E
| R_I | R_W));
in qe_ep_rxbd_update()
714
bdstatus = R_I |
R_E
| (bdstatus & R_W);
in recycle_one_rxbd()
733
while (!(bdstatus &
R_E
) && !(bdstatus & BD_LENGTH_MASK) && !stop) {
in recycle_rxbds()
734
bdstatus =
R_E
| R_I | (bdstatus & R_W);
in recycle_rxbds()
758
if (!(bdstatus &
R_E
) && !(bdstatus & BD_LENGTH_MASK)) {
in ep_recycle_rxbds()
833
while (!(bdstatus &
R_E
) && length) {
in qe_ep0_rx()
958
while (!(bdstatus &
R_E
)
in ep_rx_tasklet()
[all...]
H
A
D
fsl_qe_udc.h
393
#define
R_E
0x80000000 /* buffer empty */
macro
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
ucc_fast.h
21
#define
R_E
0x80000000 /* buffer empty */
macro
H
A
D
ucc_slow.h
45
#define
R_E
0x80000000 /* buffer empty */
macro
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
ucc_fast.h
21
#define
R_E
0x80000000 /* buffer empty */
macro
H
A
D
ucc_slow.h
45
#define
R_E
0x80000000 /* buffer empty */
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
232
(
R_E
| R_I | (in_be32((u32 __iomem*)bd) & R_W)));
in get_new_skb()
3170
/* while there are received buffers and BD is full (~
R_E
) */
in ucc_geth_rx()
3171
while (!((bd_status & (
R_E
)) || (--rx_work_limit < 0))) {
in ucc_geth_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
252
(
R_E
| R_I | (in_be32((u32 __iomem*)bd) & R_W)));
in get_new_skb()
3008
/* while there are received buffers and BD is full (~
R_E
) */
in ucc_geth_rx()
3009
while (!((bd_status & (
R_E
)) || (--rx_work_limit < 0))) {
in ucc_geth_rx()
Completed in 20 milliseconds