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:CSR_SA110_CNTL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
dc21285.c
152
switch (*
CSR_SA110_CNTL
& (3<<14)) {
in init_dc21285()
203
*
CSR_SA110_CNTL
. The value is the number of wait cycles, or
in init_dc21285()
208
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x000f0000) | (7 << 16));
in init_dc21285()
210
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x00f00000) | (7 << 20));
in init_dc21285()
212
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x0f000000) | (7 << 24));
in init_dc21285()
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
dc21285.c
152
switch (*
CSR_SA110_CNTL
& (3<<14)) {
in init_dc21285()
203
*
CSR_SA110_CNTL
. The value is the number of wait cycles, or
in init_dc21285()
208
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x000f0000) | (7 << 16));
in init_dc21285()
210
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x00f00000) | (7 << 20));
in init_dc21285()
212
*
CSR_SA110_CNTL
= ((*
CSR_SA110_CNTL
& ~0x0f000000) | (7 << 24));
in init_dc21285()
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H
A
D
dc21285.c
187
cntl = *
CSR_SA110_CNTL
& 0xffffdf07;
in dc21285_serr_irq()
188
*
CSR_SA110_CNTL
= cntl | SA110_CNTL_RXSERR;
in dc21285_serr_irq()
203
*
CSR_SA110_CNTL
&= 0xffffde07;
in dc21285_discard_irq()
312
*
CSR_SA110_CNTL
= (*
CSR_SA110_CNTL
& 0xffffde07) |
in dc21285_preinit()
H
A
D
common.c
212
*
CSR_SA110_CNTL
&= ~(1 << 13);
in footbridge_restart()
218
*
CSR_SA110_CNTL
|= (1 << 13);
in footbridge_restart()
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/
H
A
D
dc21285.c
188
cntl = *
CSR_SA110_CNTL
& 0xffffdf07;
in dc21285_serr_irq()
189
*
CSR_SA110_CNTL
= cntl | SA110_CNTL_RXSERR;
in dc21285_serr_irq()
204
*
CSR_SA110_CNTL
&= 0xffffde07;
in dc21285_discard_irq()
323
*
CSR_SA110_CNTL
= (*
CSR_SA110_CNTL
& 0xffffde07) | SA110_CNTL_RXSERR;
in dc21285_preinit()
H
A
D
common.c
272
*
CSR_SA110_CNTL
&= ~(1 << 13);
in footbridge_restart()
278
*
CSR_SA110_CNTL
|= (1 << 13);
in footbridge_restart()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
wdt285.c
71
if (*
CSR_SA110_CNTL
& (1 << 13))
in watchdog_open()
95
*
CSR_SA110_CNTL
|= 1 << 13;
in watchdog_open()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
wdt285.c
71
if (*
CSR_SA110_CNTL
& (1 << 13))
in watchdog_open()
95
*
CSR_SA110_CNTL
|= 1 << 13;
in watchdog_open()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H
A
D
dec21285.h
56
#define
CSR_SA110_CNTL
DC21285_IO(0x013c)
macro
88
#define __footbridge_cfn_mode() (*
CSR_SA110_CNTL
& SA110_CNTL_PCICFN)
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H
A
D
dec21285.h
63
#define
CSR_SA110_CNTL
DC21285_IO(0x013c)
macro
Completed in 5 milliseconds