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:IOASIC_SLOT_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/dec/
H
A
D
ioasic_addrs.h
21
#define
IOASIC_SLOT_SIZE
0x00040000
macro
26
#define IOASIC_SYS_ROM (0*
IOASIC_SLOT_SIZE
) /* system board ROM */
27
#define IOASIC_IOCTL (1*
IOASIC_SLOT_SIZE
) /* I/O ASIC */
28
#define IOASIC_ESAR (2*
IOASIC_SLOT_SIZE
) /* LANCE MAC address chip */
29
#define IOASIC_LANCE (3*
IOASIC_SLOT_SIZE
) /* LANCE Ethernet */
30
#define IOASIC_SCC0 (4*
IOASIC_SLOT_SIZE
) /* SCC #0 */
31
#define IOASIC_VDAC_HI (5*
IOASIC_SLOT_SIZE
) /* VDAC (maxine) */
32
#define IOASIC_SCC1 (6*
IOASIC_SLOT_SIZE
) /* SCC #1 (3min, 3max+) */
33
#define IOASIC_VDAC_LO (7*
IOASIC_SLOT_SIZE
) /* VDAC (maxine) */
34
#define IOASIC_TOY (8*
IOASIC_SLOT_SIZE
) /* RT
[all...]
H
A
D
kn05.h
30
#define KN4K_MB_ROM (0*
IOASIC_SLOT_SIZE
) /* KN05/KN04 card ROM */
31
#define KN4K_IOCTL (1*
IOASIC_SLOT_SIZE
) /* I/O ASIC */
32
#define KN4K_ESAR (2*
IOASIC_SLOT_SIZE
) /* LANCE MAC address chip */
33
#define KN4K_LANCE (3*
IOASIC_SLOT_SIZE
) /* LANCE Ethernet */
34
#define KN4K_MB_INT (4*
IOASIC_SLOT_SIZE
) /* MB interrupt register */
35
#define KN4K_MB_EA (5*
IOASIC_SLOT_SIZE
) /* MB error address? */
36
#define KN4K_MB_EC (6*
IOASIC_SLOT_SIZE
) /* MB error ??? */
37
#define KN4K_MB_CSR (7*
IOASIC_SLOT_SIZE
) /* MB control & status */
38
#define KN4K_RES_08 (8*
IOASIC_SLOT_SIZE
) /* unused? */
39
#define KN4K_RES_09 (9*
IOASIC_SLOT_SIZE
) /* unuse
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/dec/
H
A
D
ioasic_addrs.h
21
#define
IOASIC_SLOT_SIZE
0x00040000
macro
26
#define IOASIC_SYS_ROM (0*
IOASIC_SLOT_SIZE
) /* system board ROM */
27
#define IOASIC_IOCTL (1*
IOASIC_SLOT_SIZE
) /* I/O ASIC */
28
#define IOASIC_ESAR (2*
IOASIC_SLOT_SIZE
) /* LANCE MAC address chip */
29
#define IOASIC_LANCE (3*
IOASIC_SLOT_SIZE
) /* LANCE Ethernet */
30
#define IOASIC_SCC0 (4*
IOASIC_SLOT_SIZE
) /* SCC #0 */
31
#define IOASIC_VDAC_HI (5*
IOASIC_SLOT_SIZE
) /* VDAC (maxine) */
32
#define IOASIC_SCC1 (6*
IOASIC_SLOT_SIZE
) /* SCC #1 (3min, 3max+) */
33
#define IOASIC_VDAC_LO (7*
IOASIC_SLOT_SIZE
) /* VDAC (maxine) */
34
#define IOASIC_TOY (8*
IOASIC_SLOT_SIZE
) /* RT
[all...]
H
A
D
kn05.h
30
#define KN4K_MB_ROM (0*
IOASIC_SLOT_SIZE
) /* KN05/KN04 card ROM */
31
#define KN4K_IOCTL (1*
IOASIC_SLOT_SIZE
) /* I/O ASIC */
32
#define KN4K_ESAR (2*
IOASIC_SLOT_SIZE
) /* LANCE MAC address chip */
33
#define KN4K_LANCE (3*
IOASIC_SLOT_SIZE
) /* LANCE Ethernet */
34
#define KN4K_MB_INT (4*
IOASIC_SLOT_SIZE
) /* MB interrupt register */
35
#define KN4K_MB_EA (5*
IOASIC_SLOT_SIZE
) /* MB error address? */
36
#define KN4K_MB_EC (6*
IOASIC_SLOT_SIZE
) /* MB error ??? */
37
#define KN4K_MB_CSR (7*
IOASIC_SLOT_SIZE
) /* MB control & status */
38
#define KN4K_RES_08 (8*
IOASIC_SLOT_SIZE
) /* unused? */
39
#define KN4K_RES_09 (9*
IOASIC_SLOT_SIZE
) /* unuse
[all...]
/kernel/linux/linux-5.10/arch/mips/dec/prom/
H
A
D
identify.c
97
dec_kn_slot_size =
IOASIC_SLOT_SIZE
;
in prom_init_kn02xa()
107
dec_kn_slot_size =
IOASIC_SLOT_SIZE
;
in prom_init_kn03()
/kernel/linux/linux-6.6/arch/mips/dec/prom/
H
A
D
identify.c
97
dec_kn_slot_size =
IOASIC_SLOT_SIZE
;
in prom_init_kn02xa()
107
dec_kn_slot_size =
IOASIC_SLOT_SIZE
;
in prom_init_kn03()
Completed in 2 milliseconds