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:CMD_BUSY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-axxia.c
50
#define
CMD_BUSY
(1<<3)
macro
51
#define CMD_MANUAL (0x00 |
CMD_BUSY
)
52
#define CMD_AUTO (0x01 |
CMD_BUSY
)
53
#define CMD_SEQUENCE (0x02 |
CMD_BUSY
)
471
if ((readl(idev->base + MST_COMMAND) &
CMD_BUSY
) == 0)
in axxia_i2c_handle_seq_nak()
508
} else if (readl(idev->base + MST_COMMAND) &
CMD_BUSY
) {
in axxia_i2c_xfer_seq()
583
if (readl(idev->base + MST_COMMAND) &
CMD_BUSY
)
in axxia_i2c_xfer_msg()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-axxia.c
50
#define
CMD_BUSY
(1<<3)
macro
51
#define CMD_MANUAL (0x00 |
CMD_BUSY
)
52
#define CMD_AUTO (0x01 |
CMD_BUSY
)
53
#define CMD_SEQUENCE (0x02 |
CMD_BUSY
)
471
if ((readl(idev->base + MST_COMMAND) &
CMD_BUSY
) == 0)
in axxia_i2c_handle_seq_nak()
508
} else if (readl(idev->base + MST_COMMAND) &
CMD_BUSY
) {
in axxia_i2c_xfer_seq()
583
if (readl(idev->base + MST_COMMAND) &
CMD_BUSY
)
in axxia_i2c_xfer_msg()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
nicstar.c
105
#define
CMD_BUSY
(card) (readl((card)->membase + STAT) & NS_STAT_CMDBZ)
macro
315
while (
CMD_BUSY
(card)) ;
in ns_read_sram()
317
while (
CMD_BUSY
(card)) ;
in ns_read_sram()
332
while (
CMD_BUSY
(card)) ;
in ns_write_sram()
443
while (
CMD_BUSY
(card)) ;
in ns_init_card()
448
while (
CMD_BUSY
(card)) ;
in ns_init_card()
450
while (
CMD_BUSY
(card)) ;
in ns_init_card()
456
while (
CMD_BUSY
(card)) ;
in ns_init_card()
462
while (
CMD_BUSY
(card)) ;
in ns_init_card()
472
while (
CMD_BUSY
(car
in ns_init_card()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
105
#define
CMD_BUSY
(card) (readl((card)->membase + STAT) & NS_STAT_CMDBZ)
macro
317
while (
CMD_BUSY
(card)) ;
in ns_read_sram()
319
while (
CMD_BUSY
(card)) ;
in ns_read_sram()
334
while (
CMD_BUSY
(card)) ;
in ns_write_sram()
445
while (
CMD_BUSY
(card)) ;
in ns_init_card()
450
while (
CMD_BUSY
(card)) ;
in ns_init_card()
452
while (
CMD_BUSY
(card)) ;
in ns_init_card()
458
while (
CMD_BUSY
(card)) ;
in ns_init_card()
464
while (
CMD_BUSY
(card)) ;
in ns_init_card()
474
while (
CMD_BUSY
(car
in ns_init_card()
[all...]
Completed in 6 milliseconds