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:WILDFIRE_MAX_QBB
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_wildfire.c
48
unsigned char wildfire_hard_qbb_map[
WILDFIRE_MAX_QBB
];
49
unsigned char wildfire_soft_qbb_map[
WILDFIRE_MAX_QBB
];
214
memset(wildfire_hard_qbb_map, QBB_MAP_EMPTY,
WILDFIRE_MAX_QBB
);
in wildfire_hardware_probe()
215
memset(wildfire_soft_qbb_map, QBB_MAP_EMPTY,
WILDFIRE_MAX_QBB
);
in wildfire_hardware_probe()
239
for (hard_qbb = 0; hard_qbb <
WILDFIRE_MAX_QBB
; hard_qbb++) {
in wildfire_hardware_probe()
251
for (soft_qbb = 0; soft_qbb <
WILDFIRE_MAX_QBB
; soft_qbb++) {
in wildfire_hardware_probe()
318
for (qbbno = 0; qbbno <
WILDFIRE_MAX_QBB
; qbbno++) {
in wildfire_init_arch()
646
for (i = 0; i <
WILDFIRE_MAX_QBB
; i++)
in wildfire_dump_hardware_config()
654
for (i = 0; i <
WILDFIRE_MAX_QBB
; i++)
in wildfire_dump_hardware_config()
H
A
D
sys_wildfire.c
41
int qbbno = (irq >> 8) & (
WILDFIRE_MAX_QBB
- 1);
in wildfire_update_irq_hw()
210
for (qbbno = 0; qbbno <
WILDFIRE_MAX_QBB
; qbbno++) {
in wildfire_init_irq()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_wildfire.c
48
unsigned char wildfire_hard_qbb_map[
WILDFIRE_MAX_QBB
];
49
unsigned char wildfire_soft_qbb_map[
WILDFIRE_MAX_QBB
];
214
memset(wildfire_hard_qbb_map, QBB_MAP_EMPTY,
WILDFIRE_MAX_QBB
);
in wildfire_hardware_probe()
215
memset(wildfire_soft_qbb_map, QBB_MAP_EMPTY,
WILDFIRE_MAX_QBB
);
in wildfire_hardware_probe()
239
for (hard_qbb = 0; hard_qbb <
WILDFIRE_MAX_QBB
; hard_qbb++) {
in wildfire_hardware_probe()
251
for (soft_qbb = 0; soft_qbb <
WILDFIRE_MAX_QBB
; soft_qbb++) {
in wildfire_hardware_probe()
318
for (qbbno = 0; qbbno <
WILDFIRE_MAX_QBB
; qbbno++) {
in wildfire_init_arch()
618
for (i = 0; i <
WILDFIRE_MAX_QBB
; i++)
in wildfire_dump_hardware_config()
626
for (i = 0; i <
WILDFIRE_MAX_QBB
; i++)
in wildfire_dump_hardware_config()
H
A
D
sys_wildfire.c
41
int qbbno = (irq >> 8) & (
WILDFIRE_MAX_QBB
- 1);
in wildfire_update_irq_hw()
210
for (qbbno = 0; qbbno <
WILDFIRE_MAX_QBB
; qbbno++) {
in wildfire_init_irq()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
core_wildfire.h
8
#define
WILDFIRE_MAX_QBB
8 /* more than 8 requires other mods */
macro
13
(
WILDFIRE_MAX_QBB
* WILDFIRE_PCA_PER_QBB * WILDFIRE_IRQ_PER_PCA)
15
extern unsigned char wildfire_hard_qbb_map[
WILDFIRE_MAX_QBB
];
16
extern unsigned char wildfire_soft_qbb_map[
WILDFIRE_MAX_QBB
];
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
core_wildfire.h
8
#define
WILDFIRE_MAX_QBB
8 /* more than 8 requires other mods */
macro
13
(
WILDFIRE_MAX_QBB
* WILDFIRE_PCA_PER_QBB * WILDFIRE_IRQ_PER_PCA)
15
extern unsigned char wildfire_hard_qbb_map[
WILDFIRE_MAX_QBB
];
16
extern unsigned char wildfire_soft_qbb_map[
WILDFIRE_MAX_QBB
];
Completed in 5 milliseconds