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:MECR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
generic.c
72
__raw_writel(0,
MECR
);
in pxa_smemc_set_pcmcia_socket()
76
* We have at least one socket, so set
MECR
:CIT
in pxa_smemc_set_pcmcia_socket()
79
__raw_writel(MECR_CIT,
MECR
);
in pxa_smemc_set_pcmcia_socket()
82
/* Set CIT and
MECR
:NOS (Number Of Sockets) */
in pxa_smemc_set_pcmcia_socket()
83
__raw_writel(MECR_CIT | MECR_NOS,
MECR
);
in pxa_smemc_set_pcmcia_socket()
H
A
D
smemc.h
20
#define
MECR
(SMEMC_VIRT + 0x14) /* Expansion Memory (PCMCIA/Compact Flash) Bus Configuration */
macro
48
/*
MECR
register defines */
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
sa11xx_base.c
53
* Calculate
MECR
clock wait states for given CPU clock
59
* "Expansion Memory (PCMCIA) Configuration Register (
MECR
)"
73
* set
MECR
value for socket <sock> based on this sockets
94
old_mecr = mecr =
MECR
;
in sa1100_pcmcia_set_mecr()
100
MECR
= mecr;
in sa1100_pcmcia_set_mecr()
148
unsigned long mecr =
MECR
;
in sa1100_pcmcia_show_timing()
202
* set default
MECR
calculation if the board specific
in sa11xx_drv_pcmcia_ops()
H
A
D
pxa2xx_base.c
219
* We have at least one socket, so set
MECR
:CIT
in pxa2xx_configure_sockets()
224
/* Set
MECR
:NOS (Number Of Sockets) */
in pxa2xx_configure_sockets()
229
__raw_writel(mecr,
MECR
);
in pxa2xx_configure_sockets()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
sa11xx_base.c
53
* Calculate
MECR
clock wait states for given CPU clock
59
* "Expansion Memory (PCMCIA) Configuration Register (
MECR
)"
73
* set
MECR
value for socket <sock> based on this sockets
94
old_mecr = mecr =
MECR
;
in sa1100_pcmcia_set_mecr()
100
MECR
= mecr;
in sa1100_pcmcia_set_mecr()
148
unsigned long mecr =
MECR
;
in sa1100_pcmcia_show_timing()
202
* set default
MECR
calculation if the board specific
in sa11xx_drv_pcmcia_ops()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
smemc.h
20
#define
MECR
(SMEMC_VIRT + 0x14) /* Expansion Memory (PCMCIA/Compact Flash) Bus Configuration */
macro
48
/*
MECR
register defines */
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
pleb.c
127
MECR
= ((2<<10) | (2<<5) | (2<<0));
in pleb_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
stargate2.c
981
__raw_writel(__raw_readl(
MECR
) & ~MECR_NOS,
MECR
);
in stargate2_init()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1503
*
MECR
Memory system: Expansion memory bus (PCMCIA)
1513
#define
MECR
__REG(0xA0000018) /* Expansion memory bus (PCMCIA) Configuration Reg. */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1503
*
MECR
Memory system: Expansion memory bus (PCMCIA)
1513
#define
MECR
__REG(0xA0000018) /* Expansion memory bus (PCMCIA) Configuration Reg. */
macro
Completed in 14 milliseconds