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:T2_IO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
core_t2.h
43
#define
T2_IO
(IDENT_ADDR + GAMMA_BIAS + 0x3a0000000UL)
macro
367
long result = *(vip) ((addr << 5) +
T2_IO
+ 0x00);
in t2_inb()
376
*(vuip) ((addr << 5) +
T2_IO
+ 0x00) = w;
in t2_outb()
382
long result = *(vip) ((addr << 5) +
T2_IO
+ 0x08);
in t2_inw()
391
*(vuip) ((addr << 5) +
T2_IO
+ 0x08) = w;
in t2_outw()
397
return *(vuip) ((addr << 5) +
T2_IO
+ 0x18);
in t2_inl()
402
*(vuip) ((addr << 5) +
T2_IO
+ 0x18) = b;
in t2_outl()
408
return *(vulp) ((addr << 5) +
T2_IO
+ 0x18);
in t2_inq()
413
*(vulp) ((addr << 5) +
T2_IO
+ 0x18) = b;
in t2_outq()
564
return (void __iomem *)(addr +
T2_IO
);
in t2_ioportmap()
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
core_t2.h
43
#define
T2_IO
(IDENT_ADDR + GAMMA_BIAS + 0x3a0000000UL)
macro
366
long result = *(vip) ((addr << 5) +
T2_IO
+ 0x00);
in t2_inb()
375
*(vuip) ((addr << 5) +
T2_IO
+ 0x00) = w;
in t2_outb()
381
long result = *(vip) ((addr << 5) +
T2_IO
+ 0x08);
in t2_inw()
390
*(vuip) ((addr << 5) +
T2_IO
+ 0x08) = w;
in t2_outw()
396
return *(vuip) ((addr << 5) +
T2_IO
+ 0x18);
in t2_inl()
401
*(vuip) ((addr << 5) +
T2_IO
+ 0x18) = b;
in t2_outl()
552
return (void __iomem *)(addr +
T2_IO
);
in t2_ioportmap()
580
return t2_in##OS((unsigned long)xaddr -
T2_IO
); \
587
t2_out##OS(b, (unsigned long)xaddr -
T2_IO
); \
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_t2.c
449
hose->sparse_io_base =
T2_IO
- IDENT_ADDR;
in t2_init_arch()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_t2.c
449
hose->sparse_io_base =
T2_IO
- IDENT_ADDR;
in t2_init_arch()
Completed in 5 milliseconds