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:STATUS_BUSY
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fdreg.h
35
#define
STATUS_BUSY
0x10 /* FDC busy */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fdreg.h
35
#define
STATUS_BUSY
0x10 /* FDC busy */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fdreg.h
31
#define
STATUS_BUSY
0x10
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fdreg.h
31
#define
STATUS_BUSY
0x10
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fdreg.h
19
#define
STATUS_BUSY
0x10
macro
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
lart.c
98
#define
STATUS_BUSY
0x00800080 /* Write State Machine Status (WSMS) */
macro
343
while ((~status &
STATUS_BUSY
) != 0);
in erase_block()
488
while ((~status &
STATUS_BUSY
) != 0);
in write_dword()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
scr24x_cs.c
32
#define
STATUS_BUSY
0x80
macro
65
if (!(status &
STATUS_BUSY
))
in scr24x_wait_ready()
/kernel/linux/linux-5.10/include/video/
H
A
D
tdfx.h
99
#define
STATUS_BUSY
BIT(9)
macro
/kernel/linux/linux-6.6/include/video/
H
A
D
tdfx.h
99
#define
STATUS_BUSY
BIT(9)
macro
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-spear.c
77
#define
STATUS_BUSY
(PEND_WR_TIME | PEND_WR_DATE)
macro
146
if ((status &
STATUS_BUSY
) == 0)
in rtc_wait_not_busy()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-spear.c
74
#define
STATUS_BUSY
(PEND_WR_TIME | PEND_WR_DATE)
macro
143
if ((status &
STATUS_BUSY
) == 0)
in rtc_wait_not_busy()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
spinand.h
161
#define
STATUS_BUSY
BIT(0)
macro
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
spinand.h
161
#define
STATUS_BUSY
BIT(0)
macro
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H
A
D
core.c
509
ret = spi_mem_poll_status(spinand->spimem, &op,
STATUS_BUSY
, 0,
in spinand_wait()
517
if (!(status &
STATUS_BUSY
))
in spinand_wait()
532
return status &
STATUS_BUSY
? -ETIMEDOUT : 0;
in spinand_wait()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdricoh_cs.c
59
#define
STATUS_BUSY
0x40000000
macro
H
A
D
meson-gx-mmc.c
85
#define
STATUS_BUSY
BIT(31)
macro
1001
!(status & (
STATUS_BUSY
| STATUS_DESC_BUSY)),
in meson_mmc_wait_desc_stop()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.h
209
#define
STATUS_BUSY
0x08
macro
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdricoh_cs.c
59
#define
STATUS_BUSY
0x40000000
macro
H
A
D
meson-gx-mmc.c
88
#define
STATUS_BUSY
BIT(31)
macro
1019
!(status & (
STATUS_BUSY
| STATUS_DESC_BUSY)),
in meson_mmc_wait_desc_stop()
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H
A
D
core.c
355
if (!(status &
STATUS_BUSY
))
in spinand_wait()
371
return status &
STATUS_BUSY
? -ETIMEDOUT : 0;
in spinand_wait()
/kernel/linux/linux-5.10/drivers/memstick/host/
H
A
D
jmb38x_ms.c
100
#define
STATUS_BUSY
0x00080000
macro
/kernel/linux/linux-6.6/drivers/memstick/host/
H
A
D
jmb38x_ms.c
100
#define
STATUS_BUSY
0x00080000
macro
/kernel/linux/linux-5.10/drivers/block/
H
A
D
floppy.c
1168
status &= STATUS_DIR | STATUS_READY |
STATUS_BUSY
| STATUS_DMA;
in result()
1169
if ((status & ~
STATUS_BUSY
) == STATUS_READY) {
in result()
1174
if (status == (STATUS_DIR | STATUS_READY |
STATUS_BUSY
))
in result()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
floppy.c
1168
status &= STATUS_DIR | STATUS_READY |
STATUS_BUSY
| STATUS_DMA;
in result()
1169
if ((status & ~
STATUS_BUSY
) == STATUS_READY) {
in result()
1174
if (status == (STATUS_DIR | STATUS_READY |
STATUS_BUSY
))
in result()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
tdfxfb.c
270
if ((tdfx_inl(par, STATUS) &
STATUS_BUSY
) == 0)
in banshee_wait_idle()
Completed in 32 milliseconds
1
2