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:EISA_MEM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
jensen.h
65
#define
EISA_MEM
(IDENT_ADDR + 0x200000000UL)
macro
211
result = *(volatile int *) ((addr << 7) +
EISA_MEM
+ 0x00);
in jensen_readb()
223
result = *(volatile int *) ((addr << 7) +
EISA_MEM
+ 0x20);
in jensen_readw()
233
return *(vuip) ((addr << 7) +
EISA_MEM
+ 0x60);
in jensen_readl()
243
addr = (addr << 7) +
EISA_MEM
+ 0x60;
in jensen_readq()
254
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x00) = b * 0x01010101;
in jensen_writeb()
262
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x20) = b * 0x00010001;
in jensen_writew()
270
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x60) = b;
in jensen_writel()
278
addr = (addr << 7) +
EISA_MEM
+ 0x60;
in jensen_writeq()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
jensen.h
65
#define
EISA_MEM
(IDENT_ADDR + 0x200000000UL)
macro
225
result = *(volatile int *) ((addr << 7) +
EISA_MEM
+ 0x00);
in jensen_readb()
237
result = *(volatile int *) ((addr << 7) +
EISA_MEM
+ 0x20);
in jensen_readw()
247
return *(vuip) ((addr << 7) +
EISA_MEM
+ 0x60);
in jensen_readl()
257
addr = (addr << 7) +
EISA_MEM
+ 0x60;
in jensen_readq()
268
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x00) = b * 0x01010101;
in jensen_writeb()
276
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x20) = b * 0x00010001;
in jensen_writew()
284
*(vuip) ((addr << 7) +
EISA_MEM
+ 0x60) = b;
in jensen_writel()
292
addr = (addr << 7) +
EISA_MEM
+ 0x60;
in jensen_writeq()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
sys_jensen.c
200
hose->sparse_mem_base =
EISA_MEM
- IDENT_ADDR;
in jensen_init_arch()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
sys_jensen.c
200
hose->sparse_mem_base =
EISA_MEM
- IDENT_ADDR;
in jensen_init_arch()
Completed in 3 milliseconds