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:FRDY
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H
A
D
common.h
134
#define
FRDY
(1 << 13) /* FIFO Port Ready */
macro
H
A
D
fifo.c
269
if (usbhs_read(priv, fifo->ctr) &
FRDY
)
in usbhsf_fifo_barrier()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
r8a66597-udc.c
718
if (unlikely((tmp &
FRDY
) == 0))
in start_packet_write()
958
} while ((tmp &
FRDY
) == 0);
in irq_ep0_write()
1001
if (unlikely((tmp &
FRDY
) == 0)) {
in irq_packet_write()
1051
if (unlikely((tmp &
FRDY
) == 0)) {
in irq_packet_read()
1410
while (!(r8a66597_read(r8a66597, ep->fifoctr) &
FRDY
)) {
in sudmac_finish()
1414
"%s:
FRDY
was not set (%d)\n",
in sudmac_finish()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
r8a66597-udc.c
718
if (unlikely((tmp &
FRDY
) == 0))
in start_packet_write()
958
} while ((tmp &
FRDY
) == 0);
in irq_ep0_write()
1001
if (unlikely((tmp &
FRDY
) == 0)) {
in irq_packet_write()
1051
if (unlikely((tmp &
FRDY
) == 0)) {
in irq_packet_read()
1410
while (!(r8a66597_read(r8a66597, ep->fifoctr) &
FRDY
)) {
in sudmac_finish()
1414
"%s:
FRDY
was not set (%d)\n",
in sudmac_finish()
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H
A
D
common.h
134
#define
FRDY
(1 << 13) /* FIFO Port Ready */
macro
H
A
D
fifo.c
267
if (usbhs_read(priv, fifo->ctr) &
FRDY
)
in usbhsf_fifo_barrier()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
r8a66597.h
231
#define
FRDY
0x2000 /* b13: FIFO ready */
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
r8a66597.h
217
#define
FRDY
0x2000 /* b13: FIFO ready */
macro
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
r8a66597-hcd.c
1150
if (unlikely((tmp &
FRDY
) == 0))
in prepare_packet_write()
1321
if (unlikely((tmp &
FRDY
) == 0)) {
in packet_read()
1396
if (unlikely((tmp &
FRDY
) == 0)) {
in packet_write()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
r8a66597-hcd.c
1150
if (unlikely((tmp &
FRDY
) == 0))
in prepare_packet_write()
1321
if (unlikely((tmp &
FRDY
) == 0)) {
in packet_read()
1396
if (unlikely((tmp &
FRDY
) == 0)) {
in packet_write()
Completed in 18 milliseconds