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:CR_TCIE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/dma2d/
H
A
D
dma2d-hw.c
67
reg_update_bits(d->regs, DMA2D_CR_REG,
CR_TCIE
,
CR_TCIE
);
in dma2d_config_out()
H
A
D
dma2d-regs.h
28
#define
CR_TCIE
BIT(9)
macro
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-stm32-qspi.c
35
#define
CR_TCIE
BIT(17)
macro
136
cr &= ~
CR_TCIE
& ~CR_TEIE;
in stm32_qspi_irq()
304
writel_relaxed(cr |
CR_TCIE
| CR_TEIE, qspi->io_base + QSPI_CR);
in stm32_qspi_wait_cmd()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-stm32-qspi.c
35
#define
CR_TCIE
BIT(17)
macro
148
cr &= ~
CR_TCIE
& ~CR_TEIE;
in stm32_qspi_irq()
313
writel_relaxed(cr |
CR_TCIE
| CR_TEIE, qspi->io_base + QSPI_CR);
in stm32_qspi_wait_cmd()
Completed in 4 milliseconds