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:NR_HW_IRQS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-xgene-msi.c
23
#define
NR_HW_IRQS
16
macro
24
#define NR_MSI_VEC (IDX_PER_GROUP * IRQS_PER_IDX *
NR_HW_IRQS
)
128
return (hwirq / (
NR_HW_IRQS
* IRQS_PER_IDX));
in hwirq_to_reg_set()
133
return (hwirq %
NR_HW_IRQS
);
in hwirq_to_group()
138
return ((hwirq /
NR_HW_IRQS
) % IRQS_PER_IDX);
in hwirq_to_msi_data()
280
xgene_msi->msi_groups = kcalloc(
NR_HW_IRQS
,
in xgene_msi_init_allocator()
326
NR_HW_IRQS
) + msi_grp;
in xgene_msi_isr()
382
for (i = cpu; i <
NR_HW_IRQS
; i += msi->num_cpus) {
in xgene_msi_hwirq_alloc()
423
for (i = cpu; i <
NR_HW_IRQS
; i += msi->num_cpus) {
in xgene_msi_hwirq_free()
474
for (irq_index = 0; irq_index <
NR_HW_IRQS
; irq_inde
in xgene_msi_probe()
[all...]
H
A
D
pcie-iproc-msi.c
26
#define
NR_HW_IRQS
6
macro
112
static const u16 iproc_msi_reg_paxb[
NR_HW_IRQS
][IPROC_MSI_REG_SIZE] = {
121
static const u16 iproc_msi_reg_paxc[
NR_HW_IRQS
][IPROC_MSI_REG_SIZE] = {
555
if (msi->nr_irqs >
NR_HW_IRQS
) {
in iproc_msi_init()
558
msi->nr_irqs =
NR_HW_IRQS
;
in iproc_msi_init()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-xgene-msi.c
23
#define
NR_HW_IRQS
16
macro
24
#define NR_MSI_VEC (IDX_PER_GROUP * IRQS_PER_IDX *
NR_HW_IRQS
)
128
return (hwirq / (
NR_HW_IRQS
* IRQS_PER_IDX));
in hwirq_to_reg_set()
133
return (hwirq %
NR_HW_IRQS
);
in hwirq_to_group()
138
return ((hwirq /
NR_HW_IRQS
) % IRQS_PER_IDX);
in hwirq_to_msi_data()
278
xgene_msi->msi_groups = kcalloc(
NR_HW_IRQS
,
in xgene_msi_init_allocator()
323
NR_HW_IRQS
) + msi_grp;
in xgene_msi_isr()
375
for (i = cpu; i <
NR_HW_IRQS
; i += msi->num_cpus) {
in xgene_msi_hwirq_alloc()
416
for (i = cpu; i <
NR_HW_IRQS
; i += msi->num_cpus) {
in xgene_msi_hwirq_free()
465
for (irq_index = 0; irq_index <
NR_HW_IRQS
; irq_inde
in xgene_msi_probe()
[all...]
H
A
D
pcie-iproc-msi.c
26
#define
NR_HW_IRQS
6
macro
112
static const u16 iproc_msi_reg_paxb[
NR_HW_IRQS
][IPROC_MSI_REG_SIZE] = {
121
static const u16 iproc_msi_reg_paxc[
NR_HW_IRQS
][IPROC_MSI_REG_SIZE] = {
553
if (msi->nr_irqs >
NR_HW_IRQS
) {
in iproc_msi_init()
556
msi->nr_irqs =
NR_HW_IRQS
;
in iproc_msi_init()
Completed in 4 milliseconds