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:SR_BUSY
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-hisi-kunpeng.c
61
#define
SR_BUSY
BIT(4) /* Busy Flag */
macro
185
return readl(hs->regs + HISI_SPI_SR) &
SR_BUSY
;
in hisi_spi_busy()
H
A
D
spi-rockchip.c
123
#define
SR_BUSY
(1 << 0)
macro
216
!((readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) &
SR_BUSY
)))
in wait_for_tx_idle()
219
if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) &
SR_BUSY
))
in wait_for_tx_idle()
684
(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) &
SR_BUSY
));
in rockchip_spi_transfer_one()
H
A
D
spi-stm32-qspi.c
51
#define
SR_BUSY
BIT(5)
macro
298
!(sr &
SR_BUSY
), 1,
in stm32_qspi_wait_nobusy()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-rockchip.c
121
#define
SR_BUSY
(1 << 0)
macro
203
if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) &
SR_BUSY
))
in wait_for_idle()
598
(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) &
SR_BUSY
));
in rockchip_spi_transfer_one()
H
A
D
spi-dw.h
87
#define
SR_BUSY
(1 << 0)
macro
H
A
D
spi-stm32-qspi.c
50
#define
SR_BUSY
BIT(5)
macro
285
!(sr &
SR_BUSY
), 1,
in stm32_qspi_wait_nobusy()
H
A
D
spi-dw-core.c
602
return dw_readl(dws, DW_SPI_SR) &
SR_BUSY
;
in dw_spi_ctlr_busy()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H
A
D
stm32-cryp.c
95
#define
SR_BUSY
0x00000010
macro
232
!(status &
SR_BUSY
), 10, 100000);
in stm32_cryp_wait_busy()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H
A
D
stm32-cryp.c
124
#define
SR_BUSY
0x00000010
macro
277
!(status &
SR_BUSY
), 10, 100000);
in stm32_cryp_wait_busy()
Completed in 15 milliseconds